Rduced the number of files copied for INSTALL
authorGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 6 Mar 2001 13:15:27 +0000 (13:15 +0000)
committerGötz Lindenmaier <goetz@ipd.info.uni-karlsruhe.de>
Tue, 6 Mar 2001 13:15:27 +0000 (13:15 +0000)
[r116]

README
ir/common/Makefile.in
ir/ident/Makefile.in
ir/ir/Makefile.in
ir/tr/Makefile.in
ir/tv/Makefile.in

diff --git a/README b/README
index 05820f2..f8eb006 100644 (file)
--- a/README
+++ b/README
@@ -21,4 +21,4 @@ the library and its headers by 'make install'
 For more documentation see /include/firm.h.
 To generate FIRM code from a compiler frontend read the documentation
 in ./include/ircons.h.
-About Firm you can learn in UKA tech-report 1999-??.
+About Firm you can learn in UKA tech-report 1999-44.
index 276f444..f15a84b 100644 (file)
@@ -10,11 +10,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := common
 
+INSTALL_HEADERS := bool.h common.h firm.h
 
-SOURCES := Makefile.in bool.h common.h firm.h panic.c tune.h xgprintf.c xp_help.h \
-               common.c firm.c misc.h panic.h xfprintf.c xoprintf.c xprintf.h
+SOURCES = INSTALL_HEADERS
 
-INSTALL_HEADERS = $(filter %.h,$(SOURCES))
+SOURCES += Makefile.in panic.c tune.h xgprintf.c xp_help.h common.c firm.c     \
+               misc.h panic.h xfprintf.c xoprintf.c xprintf.h
 
 include $(topdir)/MakeRules
 
index ef6f043..62b919f 100644 (file)
@@ -10,10 +10,12 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := ident
 
+INSTALL_HEADERS = ident.h
 
-SOURCES := Makefile.in ident.c ident.h ident_t.h
+SOURCES = INSTALL_HEADERS
+
+SOURCES += Makefile.in ident.c ident_t.h
 
-INSTALL_HEADERS = ident.h
 
 include $(topdir)/MakeRules
 
index a4e7c5e..5cc81a6 100644 (file)
@@ -10,16 +10,18 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := 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           \
+               old_fctnames.h
 
-SOURCES := Makefile.in \
+SOURCES = INSTALL_HEADERS
+
+SOURCES += Makefile.in \
                ircons.c irgmod.c irgraph_t.h irnode.c iropt.c irvrfy.c         \
-               ircons.h irgmod.h irgwalk.c irnode.h iropt.h irvrfy.h           \
-               irdump.c irgopt.c irgwalk.h irnode_t.h iropt_t.h old_fctnames.h \
-               irdump.h irgopt.h irmode.c irop.c irprog.c                      \
-               irflag.c irgraph.c irmode.h irop.h irprog.h                     \
-               irflag.h irgraph.h irmode_t.h irop_t.h irprog_t.h
+               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
 
-INSTALL_HEADERS = $(filter %.h,$(SOURCES))
 
 include $(topdir)/MakeRules
 
index fb93740..c61fa68 100644 (file)
@@ -10,12 +10,13 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := tr
 
+INSTALL_HEADERS = mangle.h type.h entity.h type_or_entity.h typewalk.h
 
-SOURCES := Makefile.in \
-               entity.c entity_t.h mangle.h type.h typewalk.c \
-               entity.h mangle.c type.c type_or_entity.h typewalk.h
+SOURCES = INSTALL_HEADERS
+
+SOURCES += Makefile.in \
+               entity.c entity_t.h typewalk.c mangle.c type.c
 
-INSTALL_HEADERS = $(filter %.h,$(SOURCES))
 
 include $(topdir)/MakeRules
 
index 3e6b01a..bba3a7f 100644 (file)
@@ -10,10 +10,11 @@ srcdir = @srcdir@
 topdir = ../..
 subdir := tv
 
+INSTALL_HEADERS = tv.h
 
-SOURCES := Makefile.in ieee754.h tv.c tv.h tv_t.h
+SOURCES = INSTALL_HEADERS
 
-INSTALL_HEADERS = $(filter %.h,$(SOURCES))
+SOURCES += Makefile.in ieee754.h tv.c tv_t.h
 
 include $(topdir)/MakeRules