Makefile.am 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. ## Process this file with automake to produce Makefile.in
  2. SUBDIRS = test
  3. localedir = $(datadir)/locale
  4. pkgconfdir = $(sysconfdir)/@PACKAGE@
  5. AM_CPPFLAGS = \
  6. -DLOCALEDIR=\"$(localedir)\" \
  7. -DCONFIGDIR=\"$(pkgconfdir)\" \
  8. -DCOPYINGFILE=\"$(datadir)/common-licenses/GPL-2\" \
  9. -idirafter $(top_srcdir)/lib/compat \
  10. -I$(top_builddir) \
  11. -I$(top_srcdir)/lib
  12. noinst_LIBRARIES = libdpkg.a
  13. libdpkg_a_SOURCES = \
  14. dpkg.h \
  15. dpkg-db.h \
  16. dlist.h \
  17. ar.c ar.h \
  18. buffer.c buffer.h \
  19. cleanup.c \
  20. command.c command.h \
  21. compress.c compress.h \
  22. database.c \
  23. dbmodify.c \
  24. dump.c \
  25. ehandle.c \
  26. file.c file.h \
  27. fields.c \
  28. i18n.h \
  29. lock.c \
  30. log.c \
  31. macros.h \
  32. md5.c md5.h \
  33. mlib.c \
  34. myopt.c myopt.h \
  35. myopt-util.c \
  36. nfmalloc.c \
  37. parse.c \
  38. parsehelp.c \
  39. parsedump.h \
  40. path.c path.h \
  41. pkg.c pkg.h \
  42. pkg-array.c pkg-array.h \
  43. pkg-format.c pkg-format.h \
  44. pkg-list.c pkg-list.h \
  45. pkg-queue.c pkg-queue.h \
  46. progress.c progress.h \
  47. string.c string.h \
  48. subproc.c subproc.h \
  49. tarfn.c tarfn.h \
  50. test.h \
  51. triglib.c \
  52. trigdeferred.l \
  53. utils.c \
  54. varbuf.c varbuf.h \
  55. vercmp.c