X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=b9345b3684c03967942a27c9ba4ced2a24ff08e4;hb=eba75c4aaf390ff55ad6697ab80d4c1512ea2f39;hp=edd6119b22a0e0af5d130b4b7d042c33ab29fc29;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index edd6119..b9345b3 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 \ testren fortune fortuned mqfortune mqfortuned flock myls dirmonitor \ - readmon ipctestid writeshm #readshm + readmon ipctestid writeshm getcap #readshm $(LIB): $(OBJ) gcc -shared -lrt $^ -o $@ @@ -108,11 +108,17 @@ 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 $@ # Macro per la generazione della tarball dei sorgenti