]> git.ipfire.org Git - thirdparty/cups.git/commitdiff
Added echo commands to makefile.
authormike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 Jun 1999 18:49:49 +0000 (18:49 +0000)
committermike <mike@7a7537e8-13f0-0310-91df-b6672ffda945>
Mon, 21 Jun 1999 18:49:49 +0000 (18:49 +0000)
git-svn-id: svn+ssh://src.apple.com/svn/cups/cups.org/trunk@424 7a7537e8-13f0-0310-91df-b6672ffda945

berkeley/Makefile
doc/Makefile
locale/Makefile
scheduler/Makefile
systemv/Makefile

index 80651bfe970d894511867d6abb7123a566d45664..9848810d5bb04c4a7c509e4aecb161ef7a911f64 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.3 1999/06/18 18:36:04 mike Exp $"
+# "$Id: Makefile,v 1.4 1999/06/21 18:45:12 mike Exp $"
 #
 #   Berkeley commands makefile for the Common UNIX Printing System (CUPS).
 #
@@ -55,6 +55,7 @@ install:
 #
 
 lpc:   lpc.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lpc lpc.o $(LIBS)
 
 lpc.o: ../cups/cups.h ../Makedefs
@@ -64,6 +65,7 @@ lpc.o:        ../cups/cups.h ../Makedefs
 #
 
 lpq:   lpq.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lpq lpq.o $(LIBS)
 
 lpq.o: ../cups/cups.h ../Makedefs
@@ -73,6 +75,7 @@ lpq.o:        ../cups/cups.h ../Makedefs
 #
 
 lpr:   lpr.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lpr lpr.o $(LIBS)
 
 lpr.o: ../cups/cups.h ../Makedefs
@@ -82,10 +85,11 @@ lpr.o:      ../cups/cups.h ../Makedefs
 #
 
 lprm:  lprm.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lprm lprm.o $(LIBS)
 
 lprm.o:        ../cups/cups.h ../Makedefs
 
 #
-# End of "$Id: Makefile,v 1.3 1999/06/18 18:36:04 mike Exp $".
+# End of "$Id: Makefile,v 1.4 1999/06/21 18:45:12 mike Exp $".
 #
index 964591ba35f3228492e6bcd4751f35966a1ec577..e081d01d179f2cd5f89eec41ba06abf4ddb14960 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.9 1999/05/19 18:00:54 mike Exp $"
+# "$Id: Makefile,v 1.10 1999/06/21 18:46:25 mike Exp $"
 #
 #   Documentation makefile for the Common UNIX Printing System (CUPS).
 #
@@ -30,8 +30,10 @@ include ../Makedefs
 
 .SUFFIXES:     .html .pdf .shtml
 .shtml.html:
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif --numbered -f $@ $<
 .shtml.pdf:
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif --duplex --compression=9 \
                --numbered --jpeg -f $@ $<
 
@@ -83,17 +85,22 @@ install:
 #
 
 overview.pdf:  overview.html
+       echo Formatting $<...
        htmldoc --duplex --compression=9 --jpeg --webpage -f $@ $<
 
 sam.html:      sam.shtml
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif -f $@ $<
 sam.pdf:       sam.shtml
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif --duplex --compression=9 \
                --jpeg -f $@ $<
 
 sum.html:      sum.shtml
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif -f $@ $<
 sum.pdf:       sum.shtml
+       echo Formatting $<...
        htmldoc --title images/cups-large.gif --duplex --compression=9 \
                --jpeg -f $@ $<
 
index b6f3f5c17a53cf4dacc5f8487db5e0b14f7b171d..7f576644dfd4088ce692efac450735ebd1d8b317 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.2 1999/06/15 20:41:48 mike Exp $"
+# "$Id: Makefile,v 1.3 1999/06/21 18:47:44 mike Exp $"
 #
 #   Locale file makefile for the Common UNIX Printing System (CUPS).
 #
@@ -63,10 +63,11 @@ install:
 #
 
 translate:     translate.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o translate translate.o $(LIBS)
 
 translate.o:   ../cups/http.h
 
 #
-# End of "$Id: Makefile,v 1.2 1999/06/15 20:41:48 mike Exp $".
+# End of "$Id: Makefile,v 1.3 1999/06/21 18:47:44 mike Exp $".
 #
index 1b4180719482c841c673d3db62e914c78fbc5275..7bcad8dc7a943a05f50a3ae412bdf4fc0ffabd88 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.12 1999/06/18 18:36:42 mike Exp $"
+# "$Id: Makefile,v 1.13 1999/06/21 18:49:39 mike Exp $"
 #
 #   Scheduler Makefile for the Common UNIX Printing System (CUPS).
 #
@@ -58,6 +58,7 @@ install:
 #
 
 cupsd: $(CUPSDOBJS) ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o cupsd $(CUPSDOBJS) $(LIBS)
 
 $(CUPSDOBJS):  auth.h classes.h client.h conf.h cupsd.h dirsvc.h job.h \
@@ -69,6 +70,7 @@ $(CUPSDOBJS): auth.h classes.h client.h conf.h cupsd.h dirsvc.h job.h \
 #
 
 testspeed:     testspeed.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o testspeed testspeed.o $(LIBS)
 
 testspeed.o:   ../cups/cups.h ../cups/http.h ../cups/ipp.h ../cups/language.h
@@ -76,5 +78,5 @@ testspeed.o:  ../cups/cups.h ../cups/http.h ../cups/ipp.h ../cups/language.h
 $(OBJS):       ../config.h ../Makedefs
 
 #
-# End of "$Id: Makefile,v 1.12 1999/06/18 18:36:42 mike Exp $".
+# End of "$Id: Makefile,v 1.13 1999/06/21 18:49:39 mike Exp $".
 #
index 3a0bc8d7c5f8eacf3b6bb8ca86143cc465322955..ba989eceb1be5c730bc0d0defd93feffcb5b6dba 100644 (file)
@@ -1,5 +1,5 @@
 #
-# "$Id: Makefile,v 1.8 1999/06/18 18:36:51 mike Exp $"
+# "$Id: Makefile,v 1.9 1999/06/21 18:49:49 mike Exp $"
 #
 #   System V commands makefile for the Common UNIX Printing System (CUPS).
 #
@@ -58,6 +58,7 @@ install:
 #
 
 accept:        accept.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o accept accept.o $(LIBS)
        -$(LN) accept disable
        -$(LN) accept enable
@@ -70,6 +71,7 @@ accept.o:     ../cups/cups.h ../Makedefs
 #
 
 cancel:        cancel.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o cancel cancel.o $(LIBS)
 
 cancel.o:      ../cups/cups.h ../Makedefs
@@ -79,6 +81,7 @@ cancel.o:     ../cups/cups.h ../Makedefs
 #
 
 lp:    lp.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lp lp.o $(LIBS)
 
 lp.o:  ../cups/cups.h ../Makedefs
@@ -88,6 +91,7 @@ lp.o: ../cups/cups.h ../Makedefs
 #
 
 lpadmin:       lpadmin.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lpadmin lpadmin.o $(IMGLIBS)
 
 lpadmin.o:     ../cups/cups.h ../Makedefs
@@ -97,10 +101,11 @@ lpadmin.o: ../cups/cups.h ../Makedefs
 #
 
 lpstat:        lpstat.o ../cups/libcups.a
+       echo Linking $<...
        $(CC) $(LDFLAGS) -o lpstat lpstat.o $(LIBS)
 
 lpstat.o:      ../cups/cups.h ../Makedefs
 
 #
-# End of "$Id: Makefile,v 1.8 1999/06/18 18:36:51 mike Exp $".
+# End of "$Id: Makefile,v 1.9 1999/06/21 18:49:49 mike Exp $".
 #