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)
22 # This cool debug trap works on i386/gcc only
23 AM_CFLAGS+='-DDEBUG_TRAP=__asm__("int $$3")'
25 avahiincludedir=$(includedir)/avahi-core
27 avahiinclude_HEADERS = \
56 libavahi_core_la_SOURCES = \
57 timeeventq.c timeeventq.h\
59 server.c internal.h entry.c \
63 response-sched.c response-sched.h \
64 query-sched.c query-sched.h \
65 probe-sched.c probe-sched.h \
66 announce.c announce.h \
72 browse-service-type.c \
77 core.h lookup.h publish.h \
83 wide-area.c wide-area.h \
84 multicast-lookup.c multicast-lookup.h \
86 addr-util.h addr-util.c \
87 domain-util.h domain-util.c \
91 libavahi_core_la_SOURCES += \
92 iface-linux.c iface-linux.h \
96 libavahi_core_la_SOURCES += \
97 iface-pfroute.c iface-pfroute.h
99 libavahi_core_la_SOURCES += \
104 libavahi_core_la_CFLAGS = $(AM_CFLAGS)
105 libavahi_core_la_LIBADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
106 libavahi_core_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_CORE_VERSION_INFO)
108 prioq_test_SOURCES = \
111 prioq_test_CFLAGS = $(AM_CFLAGS)
112 prioq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
114 avahi_test_SOURCES = \
116 avahi_test_CFLAGS = $(AM_CFLAGS)
117 avahi_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
119 update_test_SOURCES = \
121 update_test_CFLAGS = $(AM_CFLAGS)
122 update_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
124 querier_test_SOURCES = \
126 querier_test_CFLAGS = $(AM_CFLAGS)
127 querier_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
129 conformance_test_SOURCES = \
131 conformance_test_CFLAGS = $(AM_CFLAGS)
132 conformance_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
134 avahi_reflector_SOURCES = \
136 avahi_reflector_CFLAGS = $(AM_CFLAGS)
137 avahi_reflector_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la libavahi-core.la
145 hashmap.c hashmap.h \
146 domain-util.c domain-util.h
147 dns_test_CFLAGS = $(AM_CFLAGS)
148 dns_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
150 dns_spin_test_SOURCES = \
152 dns_spin_test_CFLAGS = $(AM_CFLAGS)
153 dns_spin_test_LDADD = $(AM_LDADD) libavahi-core.la
155 timeeventq_test_SOURCES = \
157 timeeventq.h timeeventq.c \
160 timeeventq_test_CFLAGS = $(AM_CFLAGS)
161 timeeventq_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
163 hashmap_test_SOURCES = \
165 hashmap.h hashmap.c \
167 hashmap_test_CFLAGS = $(AM_CFLAGS)
168 hashmap_test_LDADD = $(AM_LDADD) ../avahi-common/libavahi-common.la
171 libtool --mode=execute valgrind ./avahi-test
174 libtool --mode=execute gdb ./avahi-test