X-Git-Url: https://jxself.org/git/?p=super-star-trek.git;a=blobdiff_plain;f=c-version%2FMakefile.am;fp=c-version%2FMakefile.am;h=9b972df6ad726c266a5d59cfc4a929bb952471d5;hp=0000000000000000000000000000000000000000;hb=1dc3e2e56bd836aa1c9d45417222b4fed6d34c0e;hpb=16a5bbd86d12644c1a613e61e990f76b16a567f0 diff --git a/c-version/Makefile.am b/c-version/Makefile.am new file mode 100644 index 0000000..9b972df --- /dev/null +++ b/c-version/Makefile.am @@ -0,0 +1,18 @@ +## Process this file with automake to produce Makefile.in + +SUBDIRS = po src doc + +EXTRA_DIST = config.rpath po m4 \ + autogen.sh sst.spec ChangeLog.old + +maintainer-clean-local: + rm -f configure + rm -f aclocal.m4 + rm -f `find . -name Makefile.in` + rm -f `find . -name *~` + rm -f src/include/config.h.in + +clean-local: + rm -rf autom4te*.cache + +ACLOCAL_AMFLAGS = -I m4