Aggiornamento al 2010 delle note di copyright
[gapil.git] / sources / Makefile
index edd6119b22a0e0af5d130b4b7d042c33ab29fc29..2d3a1dc89dfcf96cf8d200ba6c87302e96bdedc6 100644 (file)
@@ -9,11 +9,11 @@ CFLAGJ= -L./ -lgapil
 LIB = libgapil.so
 
 OBJ = FullRead.o FullWrite.o SigHand.o Mutex.o SharedMem.o LockFile.o \
-      DirScan.o endian.o SockUtil.o full_fread.o full_fwrite.o
+      DirScan.o endian.o SockUtil.o full_fread.o full_fwrite.o is_closing.o
 
-FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \
+FINAL = forktest errcode techo uecho echod daytimed iterdaytimed daytime  \
        testren fortune fortuned mqfortune mqfortuned flock myls dirmonitor \
-       readmon ipctestid writeshm #readshm
+       readmon ipctestid writeshm getcap testfopen #readshm
 
 $(LIB): $(OBJ)
        gcc -shared -lrt $^ -o $@
@@ -108,11 +108,20 @@ endtest: endtest.c
 readshm: ReadShm.c
        $(CC) $(CFLAGJ) $^ -o $@
 
-
 wwwd: wwwd.c
        $(CC) $(CFLAGJ) $(CFLAGS) $^ -o $@
 
+acctctrl: AcctCtrl.c
+       $(CC) $(CFLAGS) $^ -o $@
+
+getcap: getcap.c
+       $(CC) $(CFLAGS) $^  -lcap -o $@
+
+iflist: iflist.c
+       $(CC) $(CFLAGS) $^ -o $@
 
+mygetxattr: mygetxattr.c
+       $(CC) $(CFLAGS) $^  -lattr -o $@
 
 
 # Macro per la generazione della tarball dei sorgenti