install gnu_ext.h too
[libfirm] / testprograms / Makefile.in
index c774432..da12382 100644 (file)
@@ -1,4 +1,3 @@
-
 #
 # Project:     libFIRM
 # File name:   testprograms/Makefile.in
@@ -19,33 +18,35 @@ subdir := testprograms
 DIFF ?= diff -c0
 REF_DIR = $(srcdir)/ref-results
 
-SOURCES := Makefile.in                 \
-       array-heap_example.c    \
-       array-stack_example.c   \
-       call_str_example.c      \
-       cond_example.c          \
-       const_ent_example.c     \
-       const_eval_example.c    \
-       dead_block_example.c    \
-       empty.c                 \
-       endless_loop.c          \
-       float_example.c         \
-       global_cse.c            \
-       global_var_example.c    \
-       identify_types.c        \
-       if_else_example.c       \
-       if_example.c            \
-       if_while_example.c      \
-       inheritance_example.c   \
-       irr_cf_example.c        \
-       irr_loop_example.c      \
-       memory_example.c        \
-       oo_inline_example.c     \
-       oo_program_example.c    \
-       recursions.c            \
-       three_cfpred_example.c  \
+SOURCES := Makefile.in                 \
+       array-heap_example.c            \
+       array-stack_example.c           \
+       call_str_example.c              \
+       cond_example.c                  \
+       const_ent_example.c             \
+       const_eval_example.c            \
+       dead_block_example.c            \
+       empty.c                         \
+       endless_loop.c                  \
+       float_example.c                 \
+       global_cse.c                    \
+       global_var_example.c            \
+       identify_types.c                \
+       if_else_example.c               \
+       if_example.c                    \
+       if_while_example.c              \
+       inheritance_example.c           \
+       irr_cf_example.c                \
+       irr_loop_example.c              \
+       memory_example.c                \
+       oo_inline_example.c             \
+       oo_program_example.c            \
+       recursions.c                    \
+       strength_red_example.c          \
+       three_cfpred_example.c          \
        while_example.c
 
+
 GENFILES = %.vcg results.txt
 
 bin_EXAMPLES = $(CFILES:.c=)
@@ -60,7 +61,8 @@ CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/common -I$(top_srcdir)/ir/
 
 LDFLAGS = -L$(topdir)
 LDFLAGS+= @LDFLAGS@
-LDLIBS += -lfirm -liberty
+LDLIBS += -lfirm -liberty @LIBS@
+# @@@ TODO replace hand crafted stuff (xml2) for configure
 
 GENFILES := $(bin_EXAMPLES) *.vcg