Make.proto
changeset 2572 d7cb5bf6fe77
parent 2511 f5ea2324641e
child 2598 f9493ec51b5f
--- a/Make.proto	Tue Dec 02 22:02:23 2008 +0100
+++ b/Make.proto	Wed Dec 03 13:01:15 2008 +0100
@@ -1,4 +1,4 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.110 2008-07-03 13:58:16 mb Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.111 2008-12-03 12:01:15 cg Exp $
 #
 # DO NOT EDIT 
 # automagically generated from the projectDefinition: stx_libview2.
@@ -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:, 
@@ -129,6 +130,14 @@
 # add more postMake actions here
 postMake:: cleanjunk
 
+prereq: $(REQUIRED_SUPPORT_DIRS)
+	(cd ../libbasic ; $(MAKE))
+	(cd ../libbasic2 ; $(MAKE))
+	(cd ../libview ; $(MAKE))
+	(cd ../librun ; $(MAKE))
+
+
+
 cleanjunk::
 
 clean::
@@ -206,6 +215,7 @@
 $(OUTDIR)TriggerValue.$(O) TriggerValue.$(H): TriggerValue.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)TypeConverter.$(O) TypeConverter.$(H): TypeConverter.st $(INCLUDE_TOP)/stx/libview2/PluggableAdaptor.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
 $(OUTDIR)ValueHolderWithWeakDependents.$(O) ValueHolderWithWeakDependents.$(H): ValueHolderWithWeakDependents.st $(INCLUDE_TOP)/stx/libview2/ValueHolder.$(H) $(INCLUDE_TOP)/stx/libview2/ValueModel.$(H) $(INCLUDE_TOP)/stx/libview2/Model.$(H) $(INCLUDE_TOP)/stx/libbasic/Object.$(H) $(STCHDR)
+$(OUTDIR)WindowsIconReader.$(O) WindowsIconReader.$(H): WindowsIconReader.st $(STCHDR)
 
 # ENDMAKEDEPEND --- do not remove this line