X-Git-Url: http://nsz.repo.hu/git/?a=blobdiff_plain;f=ir%2Fir%2FMakefile.in;h=a3e51092f20d435398063e3e95d0ad4fcd5478f2;hb=bd59bd3997db8f1c56f1fe14f0a033b3c77fa684;hp=5cc81a6528d72fa70f22d08c37aafd235bc87203;hpb=ded06ce77759c9f2f15ab455ac0e4418df81d169;p=libfirm diff --git a/ir/ir/Makefile.in b/ir/ir/Makefile.in index 5cc81a652..a3e51092f 100644 --- a/ir/ir/Makefile.in +++ b/ir/ir/Makefile.in @@ -8,26 +8,26 @@ top_srcdir := @top_srcdir@ srcdir = @srcdir@ topdir = ../.. -subdir := ir +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 \ - old_fctnames.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 ircgcons.h ircgopt.h -SOURCES = INSTALL_HEADERS +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 \ - irop_t.h irprog_t.h +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 \ + irop_t.h irprog_t.h iropt_dbg.c ircgcons.c ircgopt.c include $(topdir)/MakeRules -CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ - -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ - -I$(top_srcdir)/ir/debug +CPPFLAGS += -I$(top_srcdir)/ir/adt -I$(top_srcdir)/ir/ir -I$(top_srcdir)/ir/common \ + -I$(top_srcdir)/ir/ident -I$(top_srcdir)/ir/tr -I$(top_srcdir)/ir/tv \ + -I$(top_srcdir)/ir/debug -I$(top_srcdir)/ir/ana -I$(top_srcdir)/ir/st include $(top_srcdir)/MakeTargets