From b10ec76eb86d88490649eb71c2a15dd61e0d06e6 Mon Sep 17 00:00:00 2001 From: ellson Date: Tue, 18 Oct 2005 18:44:03 +0000 Subject: [PATCH] add geomprocs.h to Makefile.am and Makefile.old --- lib/common/Makefile.am | 2 +- lib/common/Makefile.old | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/lib/common/Makefile.am b/lib/common/Makefile.am index dea7ad6ed..e4a1fe264 100644 --- a/lib/common/Makefile.am +++ b/lib/common/Makefile.am @@ -9,7 +9,7 @@ AM_CPPFLAGS = \ -I$(top_srcdir)/lib/graph \ -I$(top_srcdir)/lib/cdt @GD_INCLUDES@ @EXPAT_INCLUDES@ @Z_INCLUDES@ -pkginclude_HEADERS = logic.h arith.h geom.h color.h colortbl.h \ +pkginclude_HEADERS = logic.h arith.h geom.h geomprocs.h color.h colortbl.h \ const.h macros.h types.h globals.h utils.h memory.h \ htmllex.h htmltable.h pointset.h render.h noinst_LTLIBRARIES = libcommon.la diff --git a/lib/common/Makefile.old b/lib/common/Makefile.old index fd3af6d61..1c49bfc9e 100644 --- a/lib/common/Makefile.old +++ b/lib/common/Makefile.old @@ -18,8 +18,10 @@ DEFINES = -DHAVE_CONFIG_H AWKDIR = $(ROOT)/awk -HDRS = colortbl.h const.h globals.h macros.h render.h \ - types.h utils.h geom.h logic.h color.h arith.h memory.h +INST_HDRS = const.h globals.h macros.h render.h \ + types.h utils.h geom.h geomprocs.h logic.h color.h arith.h memory.h + +NOINST_HDRS = colortbl.h ps.h htmltable.h htmlparse.h htmllex.h OBJS = args.o arrows.o gdusershape.o mapgen.o psgen.o svgusershape.o \ colxlate.o globals.o mifgen.o psusershape.o timing.o \ @@ -48,22 +50,16 @@ htmllex.o : htmllex.c install: libcommon.a $(MKPATH) $(INCDIR) - $(INSTALL) const.h globals.h macros.h render.h memory.h logic.h arith.h types.h utils.h geom.h $(INCDIR) + $(INSTALL) $(INST_HDRS) $(INCDIR) $(MKPATH) $(LIBDIR) $(INSTALL) libcommon.a $(LIBDIR) -$(OBJS) : $(HDRS) +$(OBJS) : $(INST_HDRS) colxlate.o : colortbl.h psgen.o : ps.h emit.o mapgen.o utils.o htmllex.o htmltable.o htmlparse.o : htmltable.h htmllex.o : htmlparse.h htmlparse.o htmllex.o : htmllex.h -arrows.o colxlate.o diagen.o emit.o figgen.o fontmetrics.o gdgen.o \ -gdtextsize.o gdusershape.o globals.o hpglgen.o htmllex.o htmlparse.o \ -htmltable.o input.o labels.o mapgen.o mifgen.o mpgen.o ns.o output.o \ -picgen.o pointset.o postproc.o psgen.o psusershape.o routespl.o shapes.o \ -splines.o svggen.o svgusershape.o timing.o utils.o geom.o vrmlgen.o vtxgen.o \ -xdgen.o : types.h #ps.h : ps.txt # $(AWK) -f $(AWKDIR)/stringize.awk ps.txt > ps.h -- 2.40.0