comparison tests/testincludes/Makefile @ 333:f7190d9eb70c trunk

[svn r354] Fix the regressions between [346] and [353] by making constructors and destructors outside classes fatal errors. Fix tests makefile and add minimize to gc.d.
author ChristianK
date Sat, 12 Jul 2008 09:23:14 +0200
parents d7e42b5d8ccd
children ca401c18c24e
comparison
equal deleted inserted replaced
332:d7e6ace5cca4 333:f7190d9eb70c
68 ###################################################### 68 ######################################################
69 69
70 tangobos.lib : $(LIB_TARGET) 70 tangobos.lib : $(LIB_TARGET)
71 71
72 $(LIB_TARGET) : $(ALL_OBJS) 72 $(LIB_TARGET) : $(ALL_OBJS)
73 $(RM) $@ 73 $(RM) $(LIB_MASK)
74 $(LLVMLINK) -o=$(LIB_TARGET).bc `find -name "*.bc"` 74 $(LLVMLINK) -o=$(LIB_TARGET).bc `find -name "*.bc"`
75 $(LLC) -o=$(LIB_TARGET).s $(LIB_TARGET).bc 75 $(LLC) -o=$(LIB_TARGET).s $(LIB_TARGET).bc
76 $(CC) -c -o $(LIB_TARGET) $(LIB_TARGET).s 76 $(CC) -c -o $(LIB_TARGET) $(LIB_TARGET).s
77 77
78 clean : 78 clean :