X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=Makefile;h=131c68940c3d9ded8bed94682a84dcd2d390e85c;hb=d302d2db4f7ff7a31bce893e31aecbc2a84a162f;hp=763758be50de2a717378214618640aaa129266aa;hpb=85bea951e6119321ee7ed5c533a73f7261570d90;p=clsql.git diff --git a/Makefile b/Makefile index 763758b..131c689 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ # Programer: Kevin M. Rosenberg # Date Started: Mar 2002 # -# CVS Id: $Id: Makefile,v 1.13 2002/04/07 09:26:20 kevin Exp $ +# CVS Id: $Id: Makefile,v 1.15 2002/04/27 20:58:11 kevin Exp $ # # This file, part of CLSQL, is Copyright (c) 2002 by Kevin M. Rosenberg # @@ -17,19 +17,19 @@ PKG=clsql .PHONY: all libs clean distclean doc tagcvs dist wwwdist -SUBDIRS=interfaces/mysql interfaces/clsql-uffi -.PHONY: subdirs $(SUBDIRS) +LIBSUBDIRS=interfaces/mysql interfaces/clsql-uffi +.PHONY: subdirs $(LIBSUBDIRS) -all: $(SUBDIRS) +all: $(LIBSUBDIRS) -$(SUBDIRS): +$(LIBSUBDIRS): $(MAKE) -C $@ clean: @rm -f $(PKG)-*.tar.gz $(PKG)-*.zip @find . -type d -name .bin |xargs rm -rf @find . -type f -name "#*" -or -name \*~ -exec rm {} \; - @for i in $(SUBDIRS) ; do $(MAKE) -C $$i $@ ; done + @for i in $(LIBSUBDIRS) ; do $(MAKE) -C $$i $@ ; done distclean: clean @@ -65,7 +65,7 @@ dist: distclean tagcvs -name \*.system -or -name Makefile -or -name ChangeLog -or \ -name COPYRIGHT -or -name TODO -or -name README -or -name INSTALL \ -or -name NEWS -or -name \*.sgml -or -name COPYING\* -or -name catalog \ - | xargs unix2dos -q + | xargs unix2dos @zip -rq $(DIST_ZIP) $(DISTDIR) @rm -r $(DISTDIR)