]> granicus.if.org Git - graphviz/commitdiff
add geomprocs.h to Makefile.am and Makefile.old
authorellson <devnull@localhost>
Tue, 18 Oct 2005 18:44:03 +0000 (18:44 +0000)
committerellson <devnull@localhost>
Tue, 18 Oct 2005 18:44:03 +0000 (18:44 +0000)
lib/common/Makefile.am
lib/common/Makefile.old

index dea7ad6ed44384ef2d45a6e69ec8ba2e852c5b40..e4a1fe2647e7a97dd6ae560adf6d1bfe4001b537 100644 (file)
@@ -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
index fd3af6d61bf89f7313488118b27afb624f3a3140..1c49bfc9ee72cd832993bcd6ef0585082e9614ee 100644 (file)
@@ -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