X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FMakefile;h=868ff584e07ed477e06cf5afa23d60423c322e39;hp=e74f482bc438130f6fcb39b3d4552df419c496ec;hb=c1b22636d04ef04d31842b40878c83fa63ebe739;hpb=198add70c8604fe7ffb05689aa693d782102917e diff --git a/sources/Makefile b/sources/Makefile index e74f482..868ff58 100644 --- a/sources/Makefile +++ b/sources/Makefile @@ -9,20 +9,22 @@ CFLADJ=-c OBJ = SockRead.o SockWrite.o FINAL = forktest errcode echo echod daytimed iterdaytimed daytime testfopen \ - testren - -all: fortune fortuned + testren fortune fortuned fortune: FortuneClient.c $(CC) $^ -o $@ -fortuned: FortuneServer.c FortuneParse.c +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 $@ @@ -35,7 +37,7 @@ testfopen: test_fopen.c testren: TestRen.c $(CC) $(CFLAGS) $^ -o $@ -forktest: ForkTest.c +forktest: ForkTest.c HandSIGCHLD.c $(CC) $(CFLAGS) $^ -o $@ errcode: ErrCode.c @@ -75,14 +77,3 @@ clean: rm -f *.o rm -f prova* rm -f output* - - - - - - - - - - -