Mercurial > repos > ktnyt > gembassy
view GEMBASSY-1.0.3/Makefile.am @ 1:84a17b3fad1f draft
Uploaded
author | ktnyt |
---|---|
date | Fri, 26 Jun 2015 05:20:29 -0400 |
parents | 8300eb051bea |
children |
line wrap: on
line source
# SUBDIRS = src acd doc EXTRA_DIST = gsoap depcomp ltmain.sh config.sub config.guess data # tar to pick up the other directories # then remove any CVS subdirectories dist-hook: tar cBf - acd | ( cd $(distdir); tar xBf - ; cd acd; rm -rf CVS ) tar cBf - doc | ( cd $(distdir); tar xBf - ; cd doc; rm -rf CVS; rm -rf master) tar cBf - include | ( cd $(distdir); tar xBf - ; cd include; rm -rf CVS )