From: Götz Lindenmaier Date: Tue, 6 Mar 2001 13:15:27 +0000 (+0000) Subject: Rduced the number of files copied for INSTALL X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=ded06ce77759c9f2f15ab455ac0e4418df81d169;p=libfirm Rduced the number of files copied for INSTALL [r116] --- diff --git a/README b/README index 05820f21d..f8eb006b3 100644 --- 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. diff --git a/ir/common/Makefile.in b/ir/common/Makefile.in index 276f44477..f15a84ba3 100644 --- a/ir/common/Makefile.in +++ b/ir/common/Makefile.in @@ -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 diff --git a/ir/ident/Makefile.in b/ir/ident/Makefile.in index ef6f04343..62b919faf 100644 --- a/ir/ident/Makefile.in +++ b/ir/ident/Makefile.in @@ -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 diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index a4e7c5e6c..5cc81a652 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -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 diff --git a/ir/tr/Makefile.in b/ir/tr/Makefile.in index fb93740b4..c61fa6869 100644 --- a/ir/tr/Makefile.in +++ b/ir/tr/Makefile.in @@ -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 diff --git a/ir/tv/Makefile.in b/ir/tv/Makefile.in index 3e6b01a42..bba3a7faa 100644 --- a/ir/tv/Makefile.in +++ b/ir/tv/Makefile.in @@ -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