automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Mon, 16 Feb 2009 14:12:21 +0100
changeset 3633 f8ebb7ab4003
parent 3632 e6d959c747a6
child 3634 7968ef4807c1
automatically generated by browser
Make.proto
--- a/Make.proto	Mon Feb 16 14:12:18 2009 +0100
+++ b/Make.proto	Mon Feb 16 14:12:21 2009 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.136 2008-03-25 10:16:44 ab Exp $
+# $Header: /cvs/stx/stx/libwidg2/Make.proto,v 1.137 2009-02-16 13:12:21 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libwidg2.
@@ -28,6 +28,7 @@
 # (only define if different from SUBDIRS)
 # ALLSUBDIRS=
 
+REQUIRED_SUPPORT_DIRS=
 
 # if your embedded C code requires any system includes, 
 # add the path(es) here:, 
@@ -78,6 +79,17 @@
 # add more postMake actions here
 postMake:: cleanjunk
 
+prereq: $(REQUIRED_SUPPORT_DIRS)
+	(cd ../libbasic ; $(MAKE))
+	(cd ../libbasic2 ; $(MAKE))
+	(cd ../libview ; $(MAKE))
+	(cd ../libview2 ; $(MAKE))
+	(cd ../libui ; $(MAKE))
+	(cd ../libwidg ; $(MAKE))
+	(cd ../librun ; $(MAKE))
+
+
+
 cleanjunk::
 
 clean::