From 22462eb63623aadc4f7f7b98ef2428d986235563 Mon Sep 17 00:00:00 2001 From: Florian Liekweg Date: Wed, 24 Nov 2004 14:52:09 +0000 Subject: [PATCH] add pto.c pto.h [r4460] --- ir/ana2/Makefile.in | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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 -- 2.20.1