X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2FMakefile;h=1f76566d52f02b1e0051e461c40f26ad6ac88d90;hb=373495ef158d123d95ab44465d4249e65847492b;hp=44b44878d18afff398bcea9de7c3b841ae866a1d;hpb=67ac07cdd6c04dd152397a25dd583ea4cb9ea331;p=egate.git diff --git a/util/Makefile b/util/Makefile index 44b4487..1f76566 100644 --- a/util/Makefile +++ b/util/Makefile @@ -2,7 +2,13 @@ # Europagate, 1995 # # $Log: Makefile,v $ -# Revision 1.17 1995/12/20 16:28:07 adam +# Revision 1.19 1996/05/22 08:37:29 adam +# Removed CFLAGS definition. +# +# Revision 1.18 1996/01/24 10:11:34 adam +# Make all builds library only. +# +# Revision 1.17 1995/12/20 16:28:07 adam # Extra parameter block to gw_db_open. If block is 0 gw_db_open # returns NULL if lock couldn't be satisfied. # Minor changes in iso2709.c. @@ -57,7 +63,6 @@ # SHELL=/bin/sh INCLUDE=-I../include -#CFLAGS=-g -Wall -pedantic -ansi TPROG1=iso2709dump TPROG2=gwdbtest LIB=../lib/util.a @@ -66,7 +71,7 @@ PO=iso2709.o iso27dis.o iso2709o.o iso2709a.o strqueue.o \ CPP=$(CC) -E DEFS=$(INCLUDE) -DWEIRD_ISO_DBC=1 -all: $(TPROG1) +all: $(LIB) $(TPROG1): $(TPROG1).o $(LIB) $(CC) $(CFLAGS) -o $(TPROG1) $(TPROG1).o $(LIB) ../lib/libres+log.a