Makefile.am 666 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. ## Process this file with automake to produce Makefile.in
  2. localedir = $(datadir)/locale
  3. pkgconfdir = $(sysconfdir)/@PACKAGE@
  4. INCLUDES = \
  5. -DLOCALEDIR=\"$(localedir)\" \
  6. -DCONFIGDIR=\"$(pkgconfdir)\" \
  7. -DCOPYINGFILE=\"$(datadir)/common-licenses/GPL-2\" \
  8. -idirafter $(top_srcdir)/libcompat
  9. noinst_LIBRARIES = libdpkg.a
  10. libdpkg_a_SOURCES = \
  11. dpkg.h \
  12. dpkg-db.h \
  13. compat.c \
  14. compression.c \
  15. database.c \
  16. dbmodify.c \
  17. dump.c \
  18. ehandle.c \
  19. fields.c \
  20. gettext.h \
  21. lock.c \
  22. md5.c md5.h \
  23. mlib.c \
  24. myopt.c myopt.h \
  25. nfmalloc.c \
  26. parse.c \
  27. parsehelp.c \
  28. parsedump.h \
  29. showcright.c \
  30. showpkg.c \
  31. tarfn.c tarfn.h \
  32. utils.c \
  33. varbuf.c \
  34. vercmp.c