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