]> 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:54 +0000 (04:24 +0000)
committerellson <devnull@localhost>
Thu, 23 Dec 2004 04:24:54 +0000 (04:24 +0000)
rm libltdl generated files

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

diff --git a/tclpkg/tclhandle/Makefile.old b/tclpkg/tclhandle/Makefile.old
new file mode 100644 (file)
index 0000000..8ba551f
--- /dev/null
@@ -0,0 +1,23 @@
+
+all:   libtclhandle.a
+
+include ../Config.mk
+include ../makearch/$(ARCH)
+
+INCS = -I.
+
+OBJS = tclhandle.o
+
+libtclhandle.a: $(OBJS)
+       $(AR) cr libtclhandle.a $(OBJS)
+       $(RANLIB) libtclhandle.a
+
+install: libtclhandle.a
+       $(MKPATH) $(LIBDIR)
+       $(INSTALL) libtclhandle.a $(LIBDIR)
+
+clean:
+       $(RM) *.o core
+
+distclean: clean
+       $(RM) *.a lib*.so.*