Make.proto
changeset 189 a203bdd43dd3
parent 187 734692183edf
child 190 ee6315989289
--- a/Make.proto	Tue Jan 07 17:41:27 1997 +0100
+++ b/Make.proto	Tue Jan 07 18:35:25 1997 +0100
@@ -14,12 +14,12 @@
 #       generates a standard smalltalk executable only
 #
 #    make stx_static (ELF based systems only):
-#	generates a smalltalk with statically linked
-#	class libs. (still uses dynamic unix libraries)
+#       generates a smalltalk with statically linked
+#       class libs. (still uses dynamic unix libraries)
 #
 #    make stx_fullstatic (ELF based systems only):
-#	generates a fully statically linked smalltalk
-#	(even system libs are linked in)
+#       generates a fully statically linked smalltalk
+#       (even system libs are linked in)
 #
 #    make smalltalk ADDITIONAL_OBJS=<list of object files> \
 #                   ADDITIONAL_CLASSES=<list of class names>
@@ -68,7 +68,7 @@
 	$(LIBWIDG3DIR) $(LIBTABLEDIR) $(LIBTOOLDIR) $(CLIENTDIR)/[A-Z]*         \
 	$(OTHERLIBDIRS)                                                         \
 	$(TOP)/fileIn $(TOP)/fileIn/* $(TOP)/goodies                            \
-	$(TOP)/goodies/* $(TOP)/goodies/*/*					\
+	$(TOP)/goodies/* $(TOP)/goodies/*/*                                     \
 	$(EXTRA_BITMAPDIRS)
 
 MOREBITMAPDIRS= \
@@ -83,7 +83,7 @@
 	$(LIBWIDG2DIR) $(LIBWIDG3DIR) $(LIBTOOLDIR) $(CLIENTDIR)/[A-Z]*         \
 	$(LIBCOMPDIR) $(LIBTABLEDIR) $(LIBCOMPATDIR) $(LIBPRODIR) $(OTHERLIBDIRS)   \
 	$(TOP)/fileIn $(TOP)/libtomcat $(TOP)/goodies $(TOP)/goodies/*          \
-	$(TOP)/goodies/*/* 							\
+	$(TOP)/goodies/*/*                                                      \
 	$(EXTRA_BINARYDIRS)
 
 #
@@ -93,9 +93,9 @@
 SOURCEDIRS= \
 	$(LIBBASICDIR) $(LIBBASIC2DIR) $(LIBBASIC3DIR) $(LIBHTMLDIR) $(LIBCOMPDIR) $(LIBVIEWDIR) $(LIBVIEW2DIR) \
 	$(LIBWIDGDIR) $(LIBWIDG2DIR) $(LIBWIDG3DIR) $(LIBTOOLDIR) $(CLIENTDIR)/[A-Z]*   \
-	$(LIBTABLEDIR) $(LIBUIDIR) $(LIBCOMPATDIR) $(LIBPRODIR) $(OTHERLIBDIRS)     	\
-	$(TOP)/fileIn $(TOP)/libtomcat $(TOP)/goodies $(TOP)/goodies/*           	\
-	$(TOP)/goodies/*/* $(TOP)/contrib/* $(TOP)/doc/coding				\
+	$(LIBTABLEDIR) $(LIBUIDIR) $(LIBCOMPATDIR) $(LIBPRODIR) $(OTHERLIBDIRS)         \
+	$(TOP)/fileIn $(TOP)/libtomcat $(TOP)/goodies $(TOP)/goodies/*                  \
+	$(TOP)/goodies/*/* $(TOP)/contrib/* $(TOP)/doc/coding                           \
 	$(EXTRA_SOURCEDIRS)
 
 #
@@ -147,6 +147,7 @@
 
 #
 # demo for a non-graphical standAlone application (simply prints 'hello world')
+# See more in ../demoApps
 #
 demoApp1:   DemoApp1.o
 	    $(MAKE) NON_GUI_APPLICATION \