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")'
30 avahi_compat_howldir=$(includedir)/avahi-compat-howl
31 avahi_compat_howl_rendezvousdir=$(avahi_compat_howldir)/rendezvous
32 avahi_compat_howl_corbydir=$(avahi_compat_howldir)/corby
33 avahi_compat_howl_discoverydir=$(avahi_compat_howldir)/discovery
34 avahi_compat_howl_saltdir=$(avahi_compat_howldir)/salt
36 avahi_compat_howl_HEADERS = \
39 avahi_compat_howl_rendezvous_HEADERS = \
40 include/rendezvous/rendezvous.h \
41 include/rendezvous/text_record.h
43 avahi_compat_howl_corby_HEADERS = \
44 include/corby/message.h \
45 include/corby/object.h \
47 include/corby/corby.h \
48 include/corby/channel.h \
49 include/corby/buffer.h
51 avahi_compat_howl_discovery_HEADERS = \
52 include/discovery/discovery.h \
53 include/discovery/text_record.h
55 avahi_compat_howl_salt_HEADERS = \
56 include/salt/socket.h \
57 include/salt/address.h \
58 include/salt/platform.h \
59 include/salt/signal.h \
60 include/salt/interface.h \
66 $(avahi_compat_howl_HEADERS) \
67 $(avahi_compat_howl_rendezvous_HEADERS) \
68 $(avahi_compat_howl_corby_HEADERS) \
69 $(avahi_compat_howl_discovery_HEADERS) \
70 $(avahi_compat_howl_salt_HEADERS)
72 lib_LTLIBRARIES = libhowl.la
75 noinst_PROGRAMS = address-test text-test browse-domain-test
78 libhowl_la_SOURCES = \
85 libhowl_la_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
86 libhowl_la_LDFLAGS = $(AM_LDFLAGS) -version-info $(LIBAVAHI_COMPAT_HOWL_VERSION_INFO) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la ../avahi-client/libavahi-client.la
88 address_test_SOURCES = \
93 address_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
94 address_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
101 text_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
102 text_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) ../avahi-common/libavahi-common.la
104 browse_domain_test_SOURCES = \
107 browse_domain_test_CFLAGS = $(AM_CFLAGS) $(PTHREAD_CFLAGS) -I $(srcdir)/include
108 browse_domain_test_LDADD = $(AM_LDADD) $(PTHREAD_LIBS) $(PTHREAD_CFLAGS) libhowl.la