comparison GEMBASSY-1.0.3/Makefile.am @ 2:8947fca5f715 draft default tip

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:21:44 -0400
parents 84a17b3fad1f
children
comparison
equal deleted inserted replaced
1:84a17b3fad1f 2:8947fca5f715
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 )