X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tools%2FMakefile;h=ef94fcee6872bd7d40ba6ca4c9ae385556944814;hb=b62264bc4262d6f0e35ebb089ee6b9151bd378f8;hp=583776794896746927534194d13d1ee11917a202;hpb=840257f63a876b6c74176a460cc96bab844e6a19;p=ia32rtools.git diff --git a/tools/Makefile b/tools/Makefile index 5837767..ef94fce 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -3,7 +3,7 @@ ifndef DEBUG CFLAGS += -O2 endif -T = asmproc cmpmrg_text mkbridge translate +T = asmproc cmpmrg_text mkbridge translate cvt_data mkdef_ord all: $(T) @@ -12,4 +12,9 @@ clean: translate: translate.o mkbridge: mkbridge.o -mkbridge.o translate.o: protoparse.h my_assert.h my_str.h +cvt_data: cvt_data.o +mkdef_ord: mkdef_ord.o +mkbridge.o translate.o cvt_data.o mkdef_ord.o: \ + protoparse.h my_assert.h my_str.h + +translate: LDLIBS += -lm