automatically generated by browser
authorClaus Gittinger <cg@exept.de>
Fri, 06 Nov 2009 20:31:06 +0100
changeset 2788 f88256837dc6
parent 2787 b630229dfb98
child 2789 fbc8378722a5
automatically generated by browser
Make.proto
--- a/Make.proto	Fri Nov 06 20:31:04 2009 +0100
+++ b/Make.proto	Fri Nov 06 20:31:06 2009 +0100
@@ -1,6 +1,6 @@
-# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.119 2009-10-21 16:50:28 stefan Exp $
+# $Header: /cvs/stx/stx/libview2/Make.proto,v 1.120 2009-11-06 19:31:06 cg Exp $
 #
-# DO NOT EDIT 
+# DO NOT EDIT
 # automagically generated from the projectDefinition: stx_libview2.
 #
 # Warning: once you modify this file, do not rerun
@@ -30,15 +30,15 @@
 
 REQUIRED_SUPPORT_DIRS=
 
-# if your embedded C code requires any system includes, 
-# add the path(es) here:, 
+# if your embedded C code requires any system includes,
+# add the path(es) here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALINCLUDES=-Ifoo -Ibar
 LOCALINCLUDES= -I$(INCLUDE_TOP)/stx/libview -I$(INCLUDE_TOP)/stx/libbasic2 -I$(INCLUDE_TOP)/stx/libbasic
 
 
-# if you need any additional defines for embedded C code, 
-# add them here:, 
+# if you need any additional defines for embedded C code,
+# add them here:,
 # ********** OPTIONAL: MODIFY the next lines ***
 # LOCALDEFINES=-Dfoo -Dbar -DDEBUG
 LOCALDEFINES=
@@ -77,7 +77,7 @@
 
 all:: preMake classLibRule postMake
 
-pre_objs:: JPEGReader
+pre_objs:: JPEGReader 
 
 
 #
@@ -108,7 +108,7 @@
 	@-echo
 	@-echo "making libjpg support library ..."
 	@-echo
-	-cd $(LIBJPEG_DIR) && $(MAKE) libjpeg.a CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)"
+	-(cd $(LIBJPEG_DIR) ; $(MAKE) libjpeg.a CC="$(LIBJPEG_CC)" OPT="$(LIBJPEG_OPT)" CFLAGS="$(LIBJPEG_OPT) $(CCCONFOPT)")
 	@-echo
 
 Makefiles::
@@ -118,6 +118,8 @@
 	-( cd $(LIBJPEG_DIR) ; configure ) 
 
 
+
+
 # add more install actions here
 install::