2009-02-11 17:02:34 +00:00
|
|
|
#
|
|
|
|
# Makefile.am for Sofia-SIP module and unit testing
|
|
|
|
#
|
|
|
|
# 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-02-11 17:39:55 +00:00
|
|
|
s2_localinfo.h s2_localinfo.c \
|
|
|
|
s2util.h s2time.c
|
2009-02-11 17:02:34 +00:00
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Install and distribution rules
|
|
|
|
|
|
|
|
EXTRA_DIST =
|
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Tests
|
|
|
|
|
|
|
|
TESTS =
|
|
|
|
|
|
|
|
# ----------------------------------------------------------------------
|
|
|
|
# Sofia specific rules
|
|
|
|
|
|
|
|
include $(top_srcdir)/rules/sofia.am
|