X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=56cbff4b6cdf79fafa68b50fd1a936112b141e67;hb=bf41def586b4bf552660e34913f3c39b7d26b7bc;hp=edd6119b22a0e0af5d130b4b7d042c33ab29fc29;hpb=847a6cd39fe3d885ececc0658dfa5a4862534627;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index edd6119..56cbff4 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -13,7 +13,7 @@ OBJ = FullRead.o FullWrite.o SigHand.o Mutex.o SharedMem.o LockFile.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 $@ @@ -112,8 +112,11 @@ readshm: ReadShm.c wwwd: wwwd.c $(CC) $(CFLAGJ) $(CFLAGS) $^ -o $@ +acctctrl: AcctCtrl.c + $(CC) $(CFLAGS) $^ -o $@ - +getcap: getcap.c + $(CC) $(CFLAGS) $^ -lcap -o $@ # Macro per la generazione della tarball dei sorgenti package: clean gapil_source.tgz