Makefile.am 765 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. ## Process this file with automake to produce Makefile.in
  2. if WITH_DSELECT
  3. MAYBE_DSELECT = dselect
  4. endif
  5. SUBDIRS = \
  6. intl \
  7. getopt \
  8. lib \
  9. src \
  10. $(MAYBE_DSELECT) \
  11. dpkg-deb \
  12. dpkg-split \
  13. utils \
  14. scripts \
  15. po \
  16. methods \
  17. origins \
  18. man
  19. ACLOCAL_AMFLAGS = -I m4
  20. dist_pkgdata_DATA = cputable ostable
  21. EXTRA_DIST = \
  22. debian/archtable \
  23. debian/changelog \
  24. debian/compat \
  25. debian/control \
  26. debian/copyright \
  27. debian/dpkg-dev.install \
  28. debian/dpkg.cfg \
  29. debian/dpkg.docs \
  30. debian/dpkg.install \
  31. debian/dpkg.postinst \
  32. debian/dpkg.postrm \
  33. debian/dpkg.preinst \
  34. debian/dpkg.prerm \
  35. debian/dpkg.logrotate \
  36. debian/dselect.cfg \
  37. debian/dselect.install \
  38. debian/pseudo-tags \
  39. debian/rules \
  40. debian/shlibs.default \
  41. debian/shlibs.override