From f3f7712675abf9310859e4a1ccf6407dc3a3770e Mon Sep 17 00:00:00 2001 From: "Marc G. Fournier" Date: Sun, 1 Mar 1998 04:51:16 +0000 Subject: Move around files before applying Darren's second patch --- src/tutorial/C-code/Makefile | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 src/tutorial/C-code/Makefile (limited to 'src/tutorial/C-code/Makefile') diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile deleted file mode 100644 index ec1fa1f21f5..00000000000 --- a/src/tutorial/C-code/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -SRCDIR= ../.. -include ../../Makefile.global - -CFLAGS+= -I../../include -I$(LIBPQDIR) - -# -# And where libpq goes, so goes the authentication stuff... -# -ifdef KRBVERS -LDFLAGS+= $(KRBLIBS) -CFLAGS+= $(KRBFLAGS) -endif - -all: complex$(DLSUFFIX) funcs$(DLSUFFIX) - -clean: - rm -f complex$(DLSUFFIX) funcs$(DLSUFFIX) - -- cgit v1.2.3