]> granicus.if.org Git - graphviz/commitdiff
add Makefile.old that were ignored by the import operation
authorellson <devnull@localhost>
Thu, 23 Dec 2004 04:24:53 +0000 (04:24 +0000)
committerellson <devnull@localhost>
Thu, 23 Dec 2004 04:24:53 +0000 (04:24 +0000)
rm libltdl generated files

tclpkg/Makefile.old [new file with mode: 0644]
tclpkg/gdtclft/Makefile.old [new file with mode: 0644]

diff --git a/tclpkg/Makefile.old b/tclpkg/Makefile.old
new file mode 100644 (file)
index 0000000..80a95a2
--- /dev/null
@@ -0,0 +1,4 @@
+SUBDIRS = tclhandle tclstubs gdtclft tcldot
+
+all clean distclean install:
+       (for i in ${SUBDIRS}; do (cd $$i; make $@); done)       
diff --git a/tclpkg/gdtclft/Makefile.old b/tclpkg/gdtclft/Makefile.old
new file mode 100644 (file)
index 0000000..164d797
--- /dev/null
@@ -0,0 +1,27 @@
+
+all:   libgdtclft.a
+
+include ../Config.mk
+include ../makearch/$(ARCH)
+
+INCS = -I. -I.. -I../gd -I../tclhandle -I$(TCL_INCDIR)
+
+OBJS = gdtclft.o
+
+DEFINES = -DHAVE_CONFIG_H
+
+libgdtclft.a: $(OBJS)
+       $(AR) cr libgdtclft.a $(OBJS)
+       $(RANLIB) libgdtclft.a
+
+install: libgdtclft.a
+       $(MKPATH) $(LIBDIR)
+       $(INSTALL) libgdtclft.a $(LIBDIR)
+       $(MKPATH) $(XPLDIR)/tcldot
+       $(CP) demo/enti* $(XPLDIR)/tcldot
+
+clean:
+       $(RM) *.o core
+
+distclean: clean
+       $(RM) *.a lib*.so.*