X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=868ff584e07ed477e06cf5afa23d60423c322e39;hp=b13e6698b79ee2f4c3bdb1471aadb881943ad0b4;hb=52f9927779abf41607e5f7741a9aa978ac23d6e1;hpb=8afc898ae5530e3ef1073505c894bb1b738ec916 diff --git a/sources/Makefile b/sources/Makefile index b13e669..868ff58 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -9,18 +9,35 @@ CFLADJ=-c OBJ = SockRead.o SockWrite.o FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ - testren + testren fortune fortuned +fortune: FortuneClient.c + $(CC) $^ -o $@ + +fortuned: FortuneServer.c FortuneParse.c + $(CC) $^ -o $@ + +barcode: BarCode.c + $(CC) $(CFLAGS) $^ -o $@ + + +barcodepage: BarCodePage.c + $(CC) $(CFLAGS) $^ -o $@ + + +getparam: getparam.c + $(CC) $(CFLAGS) $^ -o $@ all: $(FINAL) + testfopen: test_fopen.c $(CC) $(CFLAGS) $^ -o $@ testren: TestRen.c $(CC) $(CFLAGS) $^ -o $@ -forktest: ForkTest.c +forktest: ForkTest.c HandSIGCHLD.c $(CC) $(CFLAGS) $^ -o $@ errcode: ErrCode.c @@ -60,14 +77,3 @@ clean: rm -f *.o rm -f prova* rm -f output* - - - - - - - - - - -