3 # This file is part of avahi.
5 # avahi is free software; you can redistribute it and/or modify it
6 # under the terms of the GNU Lesser General Public License as
7 # published by the Free Software Foundation; either version 2 of the
8 # License, or (at your option) any later version.
10 # avahi is distributed in the hope that it will be useful, but WITHOUT
11 # ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
12 # or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public
13 # License for more details.
15 # You should have received a copy of the GNU Lesser General Public
16 # License along with avahi; if not, write to the Free Software
17 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
20 AM_CFLAGS=-I$(top_srcdir)
23 AM_CFLAGS+=$(GLIB20_CFLAGS)
24 AM_LDADD=$(GLIB20_LIBS)
26 # Import stuff from avahi-common
27 COMMON_LDADD=../avahi-common/libavahi-common.la
29 # This cool debug trap works on i386/gcc only
30 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
32 avahiincludedir=$(includedir)/avahi-core
34 avahiinclude_HEADERS = \
50 libavahi_core_la_SOURCES = \
51 timeeventq.c timeeventq.h\
58 response-sched.c response-sched.h \
59 query-sched.c query-sched.h \
60 probe-sched.c probe-sched.h \
61 announce.c announce.h \
67 browse-service-type.c \
78 libavahi_core_la_CFLAGS = $(AM_CFLAGS)
79 libavahi_core_la_LIBADD = $(AM_LDADD) $(COMMON_LDADD)
81 prioq_test_SOURCES = \
84 prioq_test_CFLAGS = $(AM_CFLAGS)
85 prioq_test_LDADD = $(AM_LDADD) $(COMMON_LDADD)
87 avahi_test_SOURCES = \
89 avahi_test_CFLAGS = $(AM_CFLAGS)
90 avahi_test_LDADD = $(AM_LDADD) $(COMMON_LDADD) libavahi-core.la
92 conformance_test_SOURCES = \
94 conformance_test_CFLAGS = $(AM_CFLAGS)
95 conformance_test_LDADD = $(AM_LDADD) $(COMMON_LDADD) libavahi-core.la
97 avahi_reflector_SOURCES = \
99 avahi_reflector_CFLAGS = $(AM_CFLAGS)
100 avahi_reflector_LDADD = $(AM_LDADD) $(COMMON_LDADD) libavahi-core.la
108 dns_test_CFLAGS = $(AM_CFLAGS)
109 dns_test_LDADD = $(AM_LDADD) $(COMMON_LDADD)
111 timeeventq_test_SOURCES = \
113 timeeventq.h timeeventq.c \
115 timeeventq_test_CFLAGS = $(AM_CFLAGS)
116 timeeventq_test_LDADD = $(AM_LDADD) $(COMMON_LDADD)
119 libtool --mode=execute valgrind ./avahi-test
122 libtool --mode=execute gdb ./avahi-test