X-Git-Url: https://gapil.gnulinux.it/gitweb/?a=blobdiff_plain;f=sources%2FMakefile;h=e3089fa14415c57ede0dc7acb38c96ad5d2a597b;hb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;hp=38b67a41ee6261ea3f8eb652fd3ff7834777b039;hpb=ae8f6f29f938fbfbd7b3f63cf996ad7513e2a710;p=gapil.git diff --git a/sources/Makefile b/sources/Makefile index 38b67a4..e3089fa 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -11,9 +11,9 @@ 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 -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 $@ @@ -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 $@