2009-02-11 17:02:34 +00:00
|
|
|
#
|
2009-03-03 17:25:39 +00:00
|
|
|
# Makefile.am for "Sofia-SIP 2 Check", module and unit testing library
|
2009-02-11 17:02:34 +00:00
|
|
|
#
|
|
|
|
# Copyright (C) 2009 Nokia Corporation
|
|
|
|
# Contact: Pekka Pessi <pekka.pessi@nokia.com>
|
|
|
|
# Licensed under LGPL. See file COPYING.
|
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Header paths
|
|
|
|
|
2014-03-03 21:39:18 +00:00
|
|
|
AM_CPPFLAGS = $(INTERNAL_INCLUDES)
|
2009-02-11 17:02:34 +00:00
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Build targets
|
|
|
|
|
|
|
|
noinst_LIBRARIES = libs2.a
|
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Rules for building the targets
|
|
|
|
|
|
|
|
libs2_a_SOURCES = s2check.h s2tcase.c \
|
2009-03-03 17:27:41 +00:00
|
|
|
s2base.h s2base.c \
|
|
|
|
s2sip.c s2sip.h \
|
2009-02-11 17:39:55 +00:00
|
|
|
s2_localinfo.h s2_localinfo.c \
|
2009-02-11 17:40:21 +00:00
|
|
|
s2dns.h s2dns.c \
|
2009-02-11 17:39:55 +00:00
|
|
|
s2util.h s2time.c
|
2009-02-11 17:02:34 +00:00
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Install and distribution rules
|
|
|
|
|
2014-12-31 19:52:06 +00:00
|
|
|
EXTRA_DIST =
|
2009-02-11 17:02:34 +00:00
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Tests
|
|
|
|
|
|
|
|
TESTS =
|
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Sofia specific rules
|
|
|
|
|
|
|
|
include $(top_srcdir)/rules/sofia.am
|