1 1.1 christos # Hey Emacs, this is -*- makefile-automake -*- file! 2 1.1 christos # vim: filetype=automake 3 1.1 christos 4 1.1 christos ACLOCAL_AMFLAGS = -I $(top_srcdir)/m4 5 1.1 christos 6 1.1 christos AM_CFLAGS = \ 7 1.1 christos $(STD_CFLAGS) 8 1.1 christos 9 1.1 christos AM_CPPFLAGS = \ 10 1.1 christos $(STD_CPPFLAGS) \ 11 1.1 christos -include $(top_builddir)/config.h \ 12 1.1 christos -I$(srcdir)/include 13 1.1 christos 14 1.1 christos AM_LDFLAGS = \ 15 1.1 christos $(STD_LDFLAGS) 16 1.1 christos LDADD = 17 1.1 christos 18 1.1.1.3 christos BUILT_SOURCES = 19 1.1.1.3 christos CLEANFILES = 20 1.1.1.3 christos 21 1.1 christos if HOST_MACOS 22 1.1 christos AM_LDFLAGS += \ 23 1.1 christos -Wl,-flat_namespace 24 1.1 christos endif HOST_MACOS 25 1.1 christos 26 1.1.1.2 christos if HAVE_JEMALLOC 27 1.1.1.2 christos LIBISC_CFLAGS = $(JEMALLOC_CFLAGS) 28 1.1.1.2 christos LIBISC_LIBS = $(JEMALLOC_LIBS) 29 1.1.1.2 christos else 30 1.1.1.2 christos LIBISC_CFLAGS = 31 1.1.1.2 christos LIBISC_LIBS = 32 1.1.1.2 christos endif 33 1.1.1.2 christos 34 1.1.1.2 christos LIBISC_CFLAGS += \ 35 1.1 christos -I$(top_srcdir)/include \ 36 1.1 christos -I$(top_srcdir)/lib/isc/include \ 37 1.1 christos -I$(top_builddir)/lib/isc/include 38 1.1 christos 39 1.1.1.2 christos LIBISC_LIBS += $(top_builddir)/lib/isc/libisc.la 40 1.1.1.3 christos if HAVE_DTRACE 41 1.1.1.3 christos LIBISC_DTRACE = $(top_builddir)/lib/isc/probes.lo 42 1.1.1.3 christos endif 43 1.1 christos 44 1.1 christos LIBDNS_CFLAGS = \ 45 1.1 christos -I$(top_srcdir)/lib/dns/include \ 46 1.1 christos -I$(top_builddir)/lib/dns/include 47 1.1 christos 48 1.1 christos LIBDNS_LIBS = \ 49 1.1 christos $(top_builddir)/lib/dns/libdns.la 50 1.1.1.3 christos if HAVE_DTRACE 51 1.1.1.3 christos LIBDNS_DTRACE = $(top_builddir)/lib/dns/probes.lo 52 1.1.1.3 christos endif 53 1.1 christos 54 1.1 christos LIBNS_CFLAGS = \ 55 1.1 christos -I$(top_srcdir)/lib/ns/include 56 1.1 christos 57 1.1 christos LIBNS_LIBS = \ 58 1.1 christos $(top_builddir)/lib/ns/libns.la 59 1.1.1.3 christos if HAVE_DTRACE 60 1.1.1.3 christos LIBNS_DTRACE = $(top_builddir)/lib/ns/probes.lo 61 1.1.1.3 christos endif 62 1.1 christos 63 1.1 christos LIBISCCFG_CFLAGS = \ 64 1.1 christos -I$(top_srcdir)/lib/isccfg/include 65 1.1 christos 66 1.1 christos LIBISCCFG_LIBS = \ 67 1.1 christos $(top_builddir)/lib/isccfg/libisccfg.la 68 1.1 christos 69 1.1 christos LIBISCCC_CFLAGS = \ 70 1.1 christos -I$(top_srcdir)/lib/isccc/include/ 71 1.1 christos 72 1.1 christos LIBISCCC_LIBS = \ 73 1.1 christos $(top_builddir)/lib/isccc/libisccc.la 74