*** empty log message ***
authorClaus Gittinger <cg@exept.de>
Mon, 30 Oct 1995 10:26:12 +0100
changeset 32 81aac6b3fbf5
parent 31 996c86911424
child 33 8a776782513f
*** empty log message ***
Make.proto
--- a/Make.proto	Sun Oct 29 20:32:54 1995 +0100
+++ b/Make.proto	Mon Oct 30 10:26:12 1995 +0100
@@ -273,56 +273,68 @@
 #
 newResources:
 	    rm -rf resources
-	    $(MAKE) resources styles
+	    @$(MAKE) resources styles
 
 resources: 
 	    -mkdir resources
-	    $(MAKE) resourceLink
+	    @$(MAKE) resourceLink
+
 resourceLink: 
-	    -if [ "`echo $(LIBBASICDIR)/resources/*`" != '$(LIBBASICDIR)/resources/*' ]; then \
+	    @-if [ "`echo $(LIBBASICDIR)/resources/*`" != '$(LIBBASICDIR)/resources/*' ]; then \
+		echo "linking resource files from $(LIBBASICDIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBBASICDIR)/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBVIEWDIR)/resources/*`" != '$(LIBVIEWDIR)/resources/*' ]; then   \
+	    @-if [ "`echo $(LIBVIEWDIR)/resources/*`" != '$(LIBVIEWDIR)/resources/*' ]; then   \
+		echo "linking resource files from $(LIBVIEWDIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBVIEWDIR)/resources/* .);                        \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBVIEW2DIR)/resources/*`" != '$(LIBVIEW2DIR)/resources/*' ]; then \
+	    @-if [ "`echo $(LIBVIEW2DIR)/resources/*`" != '$(LIBVIEW2DIR)/resources/*' ]; then \
+		echo "linking resource files from $(LIBVIEW2DIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBVIEW2DIR)/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBWIDGDIR)/resources/*`" != '$(LIBWIDGDIR)/resources/*' ]; then   \
+	    @-if [ "`echo $(LIBWIDGDIR)/resources/*`" != '$(LIBWIDGDIR)/resources/*' ]; then   \
+		echo "linking resource files from $(LIBWIDGDIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBWIDGDIR)/resources/* .);                        \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBWIDG2DIR)/resources/*`" != '$(LIBWIDG2DIR)/resources/*' ]; then \
+	    @-if [ "`echo $(LIBWIDG2DIR)/resources/*`" != '$(LIBWIDG2DIR)/resources/*' ]; then \
+		echo "linking resource files from $(LIBWIDG2DIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBWIDG2DIR)/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBWIDG3DIR)/resources/*`" != '$(LIBWIDG3DIR)/resources/*' ]; then \
+	    @-if [ "`echo $(LIBWIDG3DIR)/resources/*`" != '$(LIBWIDG3DIR)/resources/*' ]; then \
+		echo "linking resource files from $(LIBWIDG3DIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBWIDG3DIR)/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBTOOLDIR)/resources/*`" != '$(LIBTOOLDIR)/resources/*' ]; then   \
+	    @-if [ "`echo $(LIBTOOLDIR)/resources/*`" != '$(LIBTOOLDIR)/resources/*' ]; then   \
+		echo "linking resource files from $(LIBTOOLDIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBTOOLDIR)/resources/* .);                        \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(LIBTABLEDIR)/resources/*`" != '$(LIBTABLEDIR)/resources/*' ]; then \
+	    @-if [ "`echo $(LIBTABLEDIR)/resources/*`" != '$(LIBTABLEDIR)/resources/*' ]; then \
+		echo "linking resource files from $(LIBTABLEDIR) ...";			      \
 		(cd resources; $(LNS) ../$(LIBTABLEDIR)/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(TOP)/fileIn/resources/*`" != '$(TOP)/fileIn/resources/*' ]; then   \
+	    @-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;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
-	    -if [ "`echo $(CLIENTDIR)/*/resources/*`" != '$(CLIENTDIR)/*/resources/*' ]; then \
+	    @-if [ "`echo $(CLIENTDIR)/*/resources/*`" != '$(CLIENTDIR)/*/resources/*' ]; then \
+		echo "linking resource files from $(CLIENTDIR) ...";			      \
 		(cd resources; $(LNS) ../$(CLIENTDIR)/*/resources/* .);                       \
-		rm -f resources/RCS;                                                          \
+		rm -f resources/RCS resources/CVS;                                            \
 	    fi
 
 styles:     resources
-	    -(cd resources; $(LNS) ../$(LIBVIEWDIR)/styles/* .)
-	    rm -f resources/RCS
+	    @-echo "linking style files from $(LIBVIEWDIR)/styles ..."
+	    @-(cd resources; $(LNS) ../$(LIBVIEWDIR)/styles/* .)
+	    @rm -f resources/RCS resources/CVS
 
 main.o::    $(INCLUDE)/stc.h $(INCLUDE)/stcIntern.h Makefile