translate: some float arg handling
[ia32rtools.git] / tools / Makefile
index 5837767..ef94fce 100644 (file)
@@ -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