Makefile.am 621 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. ## Process this file with automake to produce Makefile.in
  2. ## Created by Anjuta
  3. ACLOCAL_AMFLAGS = -I m4
  4. MAINTAINERCLEANFILES = \
  5. configure \
  6. Makefile.in \
  7. depcomp \
  8. compile \
  9. config.guess \
  10. config.sub \
  11. ltmain.sh \
  12. config.h.in \
  13. missing \
  14. aclocal.m4 \
  15. install-sh
  16. SUBDIRS = src
  17. nutconfdocdir = ${prefix}/doc/nutconf
  18. nutconfdoc_DATA = \
  19. README\
  20. COPYING\
  21. AUTHORS\
  22. ChangeLog\
  23. INSTALL\
  24. NEWS
  25. EXTRA_DIST = $(nutconfdoc_DATA)
  26. dist-hook:
  27. mkdir -p $(distdir)/src/bitmaps
  28. cp -R $(srcdir)/src/bitmaps/* $(distdir)/src/bitmaps/
  29. # Remove doc directory on uninstall
  30. uninstall-local:
  31. # -rm -rv $(nutconfdocdir)