Makefile.am 983 B

12345678910111213141516171819202122232425
  1. AM_CPPFLAGS = -I$(top_builddir)/include -I$(top_srcdir)/ext
  2. CLEANFILES = *.gcno *.gcda
  3. CLEANFILES += rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc
  4. # auto-generate by gen-rdatacode.py:
  5. BUILT_SOURCES = rrclass.h rrtype.h rrparamregistry.cc
  6. lib_LTLIBRARIES = libdns.la
  7. libdns_la_SOURCES = buffer.h name.cc name.h messagerenderer.h messagerenderer.cc
  8. libdns_la_SOURCES += rrparamregistry.h rrparamregistry.cc
  9. libdns_la_SOURCES += rrclass.h rrclass.cc rrtype.h rrtype.cc rrttl.h rrttl.cc
  10. libdns_la_SOURCES += rdata.h rdata.cc
  11. libdns_la_SOURCES += rdataclass.h rdataclass.cc
  12. libdns_la_SOURCES += rrset.h rrset.cc
  13. libdns_la_SOURCES += question.h question.cc
  14. libdns_la_SOURCES += message.h message.cc
  15. libdns_la_SOURCES += base64.h base64.cc
  16. rrclass.h: rrclass-placeholder.h
  17. rrtype.h: rrtype-placeholder.h
  18. rrparamregistry.cc: rrparamregistry-placeholder.cc
  19. rrclass.h rrtype.h rrparamregistry.cc rdataclass.h rdataclass.cc: Makefile
  20. ./gen-rdatacode.py
  21. tests: libdns.la