From: Florian Liekweg Date: Wed, 24 Nov 2004 14:52:09 +0000 (+0000) Subject: add pto.c pto.h X-Git-Url: http://nsz.repo.hu/git/?a=commitdiff_plain;h=22462eb63623aadc4f7f7b98ef2428d986235563;p=libfirm add pto.c pto.h [r4460] --- diff --git a/ir/ana2/Makefile.in b/ir/ana2/Makefile.in index e8580ceed..eab3c017d 100644 --- a/ir/ana2/Makefile.in +++ b/ir/ana2/Makefile.in @@ -16,13 +16,15 @@ topdir = ../.. subdir := ir/ana2 INSTALL_HEADERS = ecg.h irmemwalk.h lset.h typalise.h pto.h pto_comp.h pto_debug.h \ - pto_ctx.h pto_init.h pto_name.h pto_util.h + pto_ctx.h pto_debug.h pto_init.h pto_name.h pto_util.h qset.h SOURCES = $(INSTALL_HEADERS) SOURCES += Makefile.in \ ecg.c irmemwalk.c lset.c typalise.c \ - pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c + pto.c \ + pto_comp.c pto_ctx.c pto_debug.c pto_init.c pto_name.c pto_util.c \ + qset.c include $(topdir)/MakeRules