*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Wed, 20 May 1998 10:19:18 +0200
changeset 283 f7856e0093a3
parent 282 eded1e30cb09
child 284 2b62cdaf5785
*** empty log message ***
Make.proto
--- a/Make.proto	Wed May 06 17:18:16 1998 +0200
+++ b/Make.proto	Wed May 20 10:19:18 1998 +0200
@@ -133,7 +133,7 @@
 # create symbolic links to sources, resources etc.
 # normally (on an end-user system) these should go into usr/local/lib/smalltalk
 #
-symlinks:   resources styleLink newSource bitmapLink binaryLink includeLink misc
+symlinks:   resourceLink styleLink newSource bitmapLink binaryLink includeLink misc
 
 #
 # the standard smalltalk executable:
@@ -389,40 +389,6 @@
 
 includelink:: includeLink
         
-#includeLink:
-#            @-rm -f ttt*.H
-#            @-if [ ! -d include ]; then                                 \
-#                mkdir include;                                  \
-#            fi
-#            @-if [ ! -r include/abbrev.stc ]; then                      \
-#                if [ -f $(INCLUDE)/abbrev.stc ]; then                   \
-#                    echo "linking abbrev.stc ...";                      \
-#                    (cd include; $(LNS) ../$(INCLUDE)/abbrev.stc .);    \
-#                else                                                    \
-#                    echo "oops - no $(INCLUDE)/abbrev.stc";             \
-#                fi                                                      \
-#            fi
-#            @-if [ ! -r include/liblist.stc ]; then                     \
-#                if [ -f $(INCLUDE)/liblist.stc ]; then                  \
-#                    echo "linking liblist.stc ...";                     \
-#                    (cd include; $(LNS) ../$(INCLUDE)/liblist.stc .);   \
-#                else                                                    \
-#                    echo "oops - no $(INCLUDE)/liblist.stc";            \
-#                fi                                                      \
-#            fi
-#            @-if [ ! -r include/symbols.stc ]; then                     \
-#                if [ -f $(INCLUDE)/symbols.stc ]; then                  \
-#                    echo "linking symbols.stc ...";                     \
-#                    (cd include; $(LNS) ../$(INCLUDE)/symbols.stc .);   \
-#                fi                                                      \
-#            fi
-#            @-if [ ! -r include/autoloadList.stc ]; then                     \
-#                if [ -f $(INCLUDE)/autoloadList.stc ]; then                  \
-#                    echo "linking autoloadList.stc ...";                     \
-#                    (cd include; $(LNS) ../$(INCLUDE)/autoloadList.stc .);   \
-#                fi                                                           \
-#            fi
-#            @-rm -f include/RCS include/CVS
 
 misc:       examples
 
@@ -516,64 +482,8 @@
 
 resourcelink: resourceLink
 
-#resourceLink: 
-#            @-if [ "`echo $(LIBBASICDIR)/resources/*`" != '$(LIBBASICDIR)/resources/*' ]; then \
-#                echo "linking resource files from $(LIBBASICDIR) ...";                        \
-#                (cd resources; $(LNS) ../$(LIBBASICDIR)/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBVIEWDIR)/resources/*`" != '$(LIBVIEWDIR)/resources/*' ]; then   \
-#                echo "linking resource files from $(LIBVIEWDIR) ...";                         \
-#                (cd resources; $(LNS) ../$(LIBVIEWDIR)/resources/* .);                        \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBVIEW2DIR)/resources/*`" != '$(LIBVIEW2DIR)/resources/*' ]; then \
-#                echo "linking resource files from $(LIBVIEW2DIR) ...";                        \
-#                (cd resources; $(LNS) ../$(LIBVIEW2DIR)/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBWIDGDIR)/resources/*`" != '$(LIBWIDGDIR)/resources/*' ]; then   \
-#                echo "linking resource files from $(LIBWIDGDIR) ...";                         \
-#                (cd resources; $(LNS) ../$(LIBWIDGDIR)/resources/* .);                        \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBWIDG2DIR)/resources/*`" != '$(LIBWIDG2DIR)/resources/*' ]; then \
-#                echo "linking resource files from $(LIBWIDG2DIR) ...";                        \
-#                (cd resources; $(LNS) ../$(LIBWIDG2DIR)/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBWIDG3DIR)/resources/*`" != '$(LIBWIDG3DIR)/resources/*' ]; then \
-#                echo "linking resource files from $(LIBWIDG3DIR) ...";                        \
-#                (cd resources; $(LNS) ../$(LIBWIDG3DIR)/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBTOOLDIR)/resources/*`" != '$(LIBTOOLDIR)/resources/*' ]; then   \
-#                echo "linking resource files from $(LIBTOOLDIR) ...";                         \
-#                (cd resources; $(LNS) ../$(LIBTOOLDIR)/resources/* .);                        \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(LIBTABLEDIR)/resources/*`" != '$(LIBTABLEDIR)/resources/*' ]; then \
-#                echo "linking resource files from $(LIBTABLEDIR) ...";                        \
-#                (cd resources; $(LNS) ../$(LIBTABLEDIR)/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(TOP)/fileIn/resources/*`" != '$(TOP)/fileIn/resources/*' ]; then   \
-#                echo "linking resource files from $(TOP)/fileIn ...";                         \
-#                (cd resources; $(LNS) ../$(TOP)/fileIn/resources/* .);                        \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
-#            @-if [ "`echo $(CLIENTDIR)/*/resources/*`" != '$(CLIENTDIR)/*/resources/*' ]; then \
-#                echo "linking resource files from $(CLIENTDIR) ...";                          \
-#                (cd resources; $(LNS) ../$(CLIENTDIR)/*/resources/* .);                       \
-#                rm -f resources/RCS resources/CVS;                                            \
-#            fi
 
 styles:     styleLink
-#styles:     resources
-#            @-echo "linking style files from $(LIBVIEWDIR)/styles ..."
-#            @-rm -f resources/*.style resources/*.common
-#            @-(cd resources; $(LNS) ../$(LIBVIEWDIR)/styles/* .)
-#            @rm -f resources/RCS resources/CVS
 
 main.o::    $(INCLUDE)/stc.h $(INCLUDE)/stcIntern.h Makefile $(INCLUDE)/symbols.stc symbols.h