X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hb=bd8c369514b9f49a58fe22c095f5313a521e6ee2;hp=edd6119b22a0e0af5d130b4b7d042c33ab29fc29;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index edd6119..e3089fa 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -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 $@ @@ -49,6 +49,12 @@ fortune: FortuneClient.c fortuned: FortuneServer.c FortuneParse.c $(CC) $(CFLAGJ) $^ -o $@ +message_setter: message_setter.c + $(CC) $(CFLAGJ) $^ -o $@ + +message_getter: message_getter.c + $(CC) $(CFLAGJ) $^ -o $@ + barcode: BarCode.c $(CC) $^ -o $@ @@ -108,11 +114,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