]> granicus.if.org Git - graphviz/commitdiff
Update old makefiles to reflect current .h files made public.
authorerg <devnull@localhost>
Wed, 24 Jan 2007 19:20:06 +0000 (19:20 +0000)
committererg <devnull@localhost>
Wed, 24 Jan 2007 19:20:06 +0000 (19:20 +0000)
lib/agutil/Makefile.old
lib/cdt/Makefile.old

index 7d853eb0c114085091ae0a26c04eac9d48c5eb34..f9bb2c6a38d7b2581c9c0fef0d6f856058b45e4e 100644 (file)
@@ -20,8 +20,6 @@ libagutil.a : $(OBJS)
        $(RANLIB) libagutil.a
 
 install: libagutil.a 
-       $(MKPATH) $(INCDIR)
-       $(INSTALL) agutil.h $(INCDIR)
        $(MKPATH) $(LIBDIR)
        $(INSTALL) libagutil.a $(LIBDIR)
 
index 4430b7ce65c270190d42292e2225da86f212f5a4..b1b9409b5a0cace3f53d85ea34e2d5461cde4409 100644 (file)
@@ -47,8 +47,8 @@ install : libcdt.a
        $(MKPATH) $(INCDIR)
        -(rm -f $(INCDIR)/cdt.h $(INCDIR)/dict.h; exit 0) >/dev/null 2>&1
        -(rm -f $(LIBDIR)/libcdt.a $(LIBDIR)/libdict.a; exit 0) >/dev/null 2>&1
-       cp cdt.h ast_common.h $(INCDIR); ln $(INCDIR)/cdt.h $(INCDIR)/dict.h
-       cp libcdt.a $(LIBDIR); ln $(LIBDIR)/libcdt.a $(LIBDIR)/libdict.a
+       cp cdt.h $(INCDIR)
+       cp libcdt.a $(LIBDIR)
        -(ranlib $(LIBDIR)/libcdt.a; exit 0) >/dev/null 2>&1
 
 clean :