Author: wyoung
Date: Thu Mar 15 23:06:02 2007
New Revision: 1437
URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1437&view=rev
Log:
Simple Makefile to call one in parent directory. Useful when working in
the subdirectory and you just need one of the common sort of 'make'
tasks. Doesn't handle subtarget makes, or genuinely top-level stuff
like the 'dist' or 'rpm' targets.
Added:
trunk/examples/Makefile
trunk/lib/Makefile
Added: trunk/examples/Makefile
URL:
http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/Makefile?rev=1437&view=auto
==============================================================================
--- trunk/examples/Makefile (added)
+++ trunk/examples/Makefile Thu Mar 15 23:06:02 2007
@@ -1,0 +1,2 @@
+all clean ctags tags:
+ cd .. ; $(MAKE) $@
Added: trunk/lib/Makefile
URL: http://svn.gna.org/viewcvs/mysqlpp/trunk/lib/Makefile?rev=1437&view=auto
==============================================================================
--- trunk/lib/Makefile (added)
+++ trunk/lib/Makefile Thu Mar 15 23:06:02 2007
@@ -1,0 +1,2 @@
+all clean ctags tags:
+ cd .. ; $(MAKE) $@
_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits