X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=97f4dfe09370ac186aaaaca08fd572e4bc293b4d;hp=b9345b3684c03967942a27c9ba4ced2a24ff08e4;hb=4d8005673a429c8d47d1b21b84aa839afdf17dda;hpb=20d2dafe03f5ab376e6f5a5e8168d7016ccb55aa diff --git a/sources/Makefile b/sources/Makefile index b9345b3..97f4dfe 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 is_closing.o + dir_scan.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 getcap #readshm + readmon ipctestid writeshm getcap testfopen #readshm $(LIB): $(OBJ) gcc -shared -lrt $^ -o $@ @@ -32,7 +32,7 @@ myls: myls.c $(CC) $(CFLAGJ) $^ -o $@ mylschroot: mylschroot.c - $(CC) --static $^ DirScan.o -o $@ + $(CC) --static $^ dir_scan.o -o $@ flock: Flock.c $(CC) $^ -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 $@ @@ -64,7 +70,7 @@ testfopen: test_fopen.c testren: TestRen.c $(CC) $(CFLAGJ) $^ -o $@ -forktest: ForkTest.c +forktest: fork_test.c $(CC) $(CFLAGJ) $^ -o $@ errcode: ErrCode.c @@ -120,6 +126,9 @@ getcap: getcap.c iflist: iflist.c $(CC) $(CFLAGS) $^ -o $@ +mygetxattr: mygetxattr.c + $(CC) $(CFLAGS) $^ -lattr -o $@ + # Macro per la generazione della tarball dei sorgenti package: clean gapil_source.tgz