comparison GEMBASSY-1.0.3/Makefile.am @ 0:8300eb051bea draft

Initial upload
author ktnyt
date Fri, 26 Jun 2015 05:19:29 -0400
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:8300eb051bea
1 #
2
3 SUBDIRS = src acd doc
4
5 EXTRA_DIST = gsoap depcomp ltmain.sh config.sub config.guess data
6
7 # tar to pick up the other directories
8 # then remove any CVS subdirectories
9
10 dist-hook:
11 tar cBf - acd | ( cd $(distdir); tar xBf - ; cd acd; rm -rf CVS )
12 tar cBf - doc | ( cd $(distdir); tar xBf - ; cd doc; rm -rf CVS; rm -rf master)
13 tar cBf - include | ( cd $(distdir); tar xBf - ; cd include; rm -rf CVS )