Makefile.am 840 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. ## Process this file with automake to produce Makefile.in
  2. SUBDIRS = test
  3. localedir = $(datadir)/locale
  4. pkgconfdir = $(sysconfdir)/@PACKAGE@
  5. INCLUDES = \
  6. -DLOCALEDIR=\"$(localedir)\" \
  7. -DCONFIGDIR=\"$(pkgconfdir)\" \
  8. -DCOPYINGFILE=\"$(datadir)/common-licenses/GPL-2\" \
  9. -idirafter $(top_srcdir)/libcompat
  10. noinst_LIBRARIES = libdpkg.a
  11. libdpkg_a_SOURCES = \
  12. dpkg-def.h \
  13. dpkg.h \
  14. dpkg-i18n.h \
  15. dpkg-db.h \
  16. dpkg-priv.h \
  17. dpkg-test.h \
  18. dlist.h \
  19. cleanup.c \
  20. compression.c \
  21. database.c \
  22. dbmodify.c \
  23. dump.c \
  24. ehandle.c \
  25. fields.c \
  26. lock.c \
  27. log.c \
  28. md5.c md5.h \
  29. mlib.c \
  30. myopt.c myopt.h \
  31. myopt-util.c \
  32. nfmalloc.c \
  33. parse.c \
  34. parsehelp.c \
  35. parsedump.h \
  36. path.c \
  37. progress.c progress.h \
  38. showpkg.c \
  39. string.c \
  40. subproc.c \
  41. tarfn.c tarfn.h \
  42. triglib.c \
  43. trigdeferred.l \
  44. utils.c \
  45. varbuf.c \
  46. vercmp.c