Makefile.am 523 B

1234567891011121314151617181920212223242526272829303132
  1. ## Process this file with automake to create Makefile.in.
  2. LIBFILES_OUT = mc.ext
  3. noinst_DATA = xterm.ad
  4. pkgdata_DATA = mc.menu.sr
  5. LIBFILES_CONST = \
  6. cedit.menu \
  7. edit.indent.rc \
  8. edit.spell.rc \
  9. mc.lib \
  10. filehighlight.ini \
  11. mc.menu
  12. CLEANFILES = $(SCRIPTS_OUT)
  13. cfgdir = $(sysconfdir)/@PACKAGE@
  14. cfg_DATA = \
  15. $(LIBFILES_CONST) \
  16. $(LIBFILES_OUT) \
  17. $(LIBFILES_ADD)
  18. # Files processed by configure don't need to be here
  19. EXTRA_DIST = \
  20. $(LIBFILES_CONST) \
  21. $(SCRIPTS_IN) \
  22. $(noinst_DATA) \
  23. $(pkgdata_DATA)