default_initialize_local_variable_func_t callback function added.
[libfirm] / testprograms / Makefile.in
index 04615eb..4fb47d7 100644 (file)
@@ -42,12 +42,13 @@ include $(top_srcdir)/MakeTargets
 
 all:   $(bin_EXAMPLES) $(topdir)/libfirm.a
 
+$(bin_EXAMPLES): $(topdir)/libfirm.a
+
 run:
        $(run_bin_EXAMPLES)
 
 test:   realclean all
        ($(run_bin_EXAMPLES))>run-result.txt
-       -$(RM) $(REF_DIR)/All_types.vcg $(REF_DIR)/*-type.vcg $(REF_DIR)/*-all.vcg  # contains pointers that differ from run to run -- change!!! debug-ints!!
        ($(DIFF) run-result.txt $(REF_DIR)/run-result.txt) || (echo Libfirm test failed; exit 1)
        for g in $(REF_DIR)/*.vcg; do\
                ($(DIFF) -s `basename $$g` $$g)||   (echo Libfirm test failed; exit 1) \
@@ -57,5 +58,4 @@ test:   realclean all
 reference: realclean all
        $(RM) $(REF_DIR)/*.vcg
        ($(run_bin_EXAMPLES))>$(REF_DIR)/run-result.txt
-       rm All_types.vcg  *-type.vcg *-all.vcg    # contains pointers that differ from run to run -- change!!! debug-ints!!
        install -c -m0644 *.vcg $(REF_DIR)