From: ellson Date: Thu, 23 Dec 2004 04:24:54 +0000 (+0000) Subject: add Makefile.old that were ignored by the import operation X-Git-Tag: LAST_LIBGRAPH~32^2~8196 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6b0940351c2d7a2d4554df705e9966830e5f23a9;p=graphviz add Makefile.old that were ignored by the import operation rm libltdl generated files --- diff --git a/tclpkg/tclhandle/Makefile.old b/tclpkg/tclhandle/Makefile.old new file mode 100644 index 000000000..8ba551fb6 --- /dev/null +++ b/tclpkg/tclhandle/Makefile.old @@ -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.*