aboutsummaryrefslogtreecommitdiffstats
path: root/test/Makefile.tests
diff options
context:
space:
mode:
Diffstat (limited to 'test/Makefile.tests')
-rw-r--r--test/Makefile.tests14
1 files changed, 5 insertions, 9 deletions
diff --git a/test/Makefile.tests b/test/Makefile.tests
index 1f28341..3390d01 100644
--- a/test/Makefile.tests
+++ b/test/Makefile.tests
@@ -66,14 +66,10 @@ clean ::
$(LLC) -f -trace $(LLCFLAGS) $<
-## FIXME: LIBS should be specified, not hardcoded to -lm
-#Output/%.native: %.c Output/.dir
-# $(NATGCC) $+ -lm -o $@
-
Output/%.ll: %.c $(LCC) Output/.dir
$(LCC) $(LCFLAGS) -S $< -o $@
-%.bc: %.ll $(LAS)
+Output/%.bc: Output/%.ll $(LAS)
$(LAS) $< -o $@
#%.s: %.linked.bc
@@ -91,10 +87,10 @@ Output/%.ll: %.c $(LCC) Output/.dir
%.o: %.c
## The next two rules are for disassembling an executable or an object file
-%.dis: %
- $(DIS) $< > $@
+#%.dis: %
+# $(DIS) $< > $@
-%.dis: %.o
- $(DIS) $< > $@
+#%.dis: %.o
+# $(DIS) $< > $@