*** empty log message ***
authorBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Tue, 16 Apr 2002 19:37:26 +0000 (19:37 +0000)
committerBoris Boesler <boesler@ipd.info.uni-karlsruhe.de>
Tue, 16 Apr 2002 19:37:26 +0000 (19:37 +0000)
[r356]

ir/ir/Makefile.in
ir/st/Makefile.in

index d629f7e..df14f4a 100644 (file)
@@ -10,16 +10,16 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ir/ir
 
-INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h                 \
-               irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h           \
+INSTALL_HEADERS = irprog.h irgraph.h irnode.h irmode.h irop.h ircons.h \
+               irflag.h irvrfy.h irgwalk.h irgmod.h iropt.h irdump.h   \
                irgopt.h old_fctnames.h
 
 SOURCES = $(INSTALL_HEADERS)
 
 SOURCES += Makefile.in \
-               ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c         \
-               irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h                \
-               irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h          \
+               ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c \
+               irgwalk.c irdump.c irgopt.c irnode_t.h iropt_t.h        \
+               irmode.c irop.c irprog.c irflag.c irgraph.c irmode_t.h  \
                irop_t.h irprog_t.h
 
 
index e4fe0ea..aa067ae 100644 (file)
@@ -8,15 +8,13 @@
 top_srcdir := @top_srcdir@
 srcdir = @srcdir@
 topdir = ../..
-subdir := ir/tr
+subdir := ir/st
 
 INSTALL_HEADERS = st.h
 
 SOURCES = $(INSTALL_HEADERS)
 
-SOURCES += Makefile.in \
-                       st.c \
-               st.h
+SOURCES += Makefile.in st.c st.h
 
 
 include $(topdir)/MakeRules