1 2 3 4 5 6 7 8 9 10 11
## Process this file with automake to produce Makefile.in bin_SCRIPTS=ccsm DISTCLEANFILES = $(bin_SCRIPTS) SUBDIRS = images misc EXTRA_DIST = $(bin_SCRIPTS) ccsm: $(top_srcdir)/ccsm.in Makefile sed -e "s|@prefix\@|$(prefix)|g" $< > $@