Makefile.am 649 B

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