nps: poci/Makefile - cleanup, don't rebuild everything everytime

baggins baggins at pld-linux.org
Tue Sep 13 18:16:24 CEST 2005


Author: baggins                      Date: Tue Sep 13 16:16:23 2005 GMT
Module: nps                           Tag: HEAD
---- Log message:
- cleanup, don't rebuild everything everytime

---- Files affected:
nps/poci:
   Makefile (1.6 -> 1.7) 

---- Diffs:

================================================================
Index: nps/poci/Makefile
diff -u nps/poci/Makefile:1.6 nps/poci/Makefile:1.7
--- nps/poci/Makefile:1.6	Sat Sep 10 00:46:47 2005
+++ nps/poci/Makefile	Tue Sep 13 18:16:18 2005
@@ -36,11 +36,19 @@
 
 .PHONY: all install uninstall postinstall preuninstall postuninstall clean
 
-all:
+all: nws_mc nws_hb nws_poci jnetctl
+
+nws_mc: nws_mc.c
 	$(CC) $(CFLAGS) -o nws_mc nws_mc.c
+
+nws_hb: nws_hb.c
 	$(CC) $(CFLAGS) -o nws_hb nws_hb.c
-	$(CC) $(CFLAGS) -o jnetctl jnetctl.c
+
+nws_poci: nws_poci.c
 	$(CC) $(CFLAGS) -o nws_poci nws_poci.c $(POCI_LDFLAGS)
+
+jnetctl: jnetctl.c
+	$(CC) $(CFLAGS) -o jnetctl jnetctl.c
 
 clean:
 	rm -f nws_mc nws_hb nws_poci
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/nps/poci/Makefile?r1=1.6&r2=1.7&f=u




More information about the pld-cvs-commit mailing list