annotate GEMBASSY-1.0.3/Makefile.am @ 1:84a17b3fad1f draft

Uploaded
author ktnyt
date Fri, 26 Jun 2015 05:20:29 -0400
parents 8300eb051bea
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
1 #
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
2
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
3 SUBDIRS = src acd doc
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
4
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
5 EXTRA_DIST = gsoap depcomp ltmain.sh config.sub config.guess data
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
6
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
7 # tar to pick up the other directories
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
8 # then remove any CVS subdirectories
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
9
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
10 dist-hook:
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
11 tar cBf - acd | ( cd $(distdir); tar xBf - ; cd acd; rm -rf CVS )
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
12 tar cBf - doc | ( cd $(distdir); tar xBf - ; cd doc; rm -rf CVS; rm -rf master)
8300eb051bea Initial upload
ktnyt
parents:
diff changeset
13 tar cBf - include | ( cd $(distdir); tar xBf - ; cd include; rm -rf CVS )