Makefile.am 754 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. origins \
  17. man
  18. ACLOCAL_AMFLAGS = -I m4
  19. dist_pkgdata_DATA = cputable ostable
  20. EXTRA_DIST = \
  21. debian/archtable \
  22. debian/changelog \
  23. debian/compat \
  24. debian/control \
  25. debian/copyright \
  26. debian/dpkg-dev.install \
  27. debian/dpkg.cfg \
  28. debian/dpkg.docs \
  29. debian/dpkg.install \
  30. debian/dpkg.postinst \
  31. debian/dpkg.postrm \
  32. debian/dpkg.preinst \
  33. debian/dpkg.prerm \
  34. debian/dpkg.logrotate \
  35. debian/dselect.cfg \
  36. debian/dselect.install \
  37. debian/pseudo-tags \
  38. debian/rules \
  39. debian/shlibs.default \
  40. debian/shlibs.override