Makefile.am 553 B

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