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

Initial upload
author ktnyt
date Fri, 26 Jun 2015 05:19:29 -0400
parents
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 )