From a4b1150eb70f4109f51f8bc96e7ed88d4661554b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Mon, 23 Sep 1996 06:46:54 +0200 Subject: [PATCH] BORT Rev: src/modules/pipe/Makefile.in:1.2(DEAD) --- src/modules/pipe/Makefile.in | 34 ---------------------------------- 1 file changed, 34 deletions(-) delete mode 100644 src/modules/pipe/Makefile.in diff --git a/src/modules/pipe/Makefile.in b/src/modules/pipe/Makefile.in deleted file mode 100644 index a41278ca93..0000000000 --- a/src/modules/pipe/Makefile.in +++ /dev/null @@ -1,34 +0,0 @@ -SRCDIR=@srcdir@ -VPATH=@srcdir@:@srcdir@/../..:../.. -PREFLAGS=-I$(SRCDIR) -I$(SRCDIR)/../.. -I../.. -CFLAGS=$(PREFLAGS) $(OTHERFLAGS) @DEFS@ - -FILES=pipe.o - -pipe.a: $(FILES) - -rm -f pipe.a - ar cq pipe.a $(FILES) - -@RANLIB@ pipe.a - -clean: - -rm -f *.o *.a - -depend: - gcc -MM $(PREFLAGS) $(SRCDIR)/*.c | $(FIXDEP) $(SRCDIR) -# Depencies begin here -pipe.o: pipe.c \ - config.h machine.h \ - global.h \ - config.h \ - port.h \ - stralloc.h \ - macros.h \ - object.h \ - svalue.h \ - constants.h \ - hashtable.h \ - las.h \ - dynamic_buffer.h \ - program.h \ - interpret.h \ - error.h -- GitLab