diff options
| author | Marc G. Fournier <scrappy@hub.org> | 1998-03-01 04:51:16 +0000 |
|---|---|---|
| committer | Marc G. Fournier <scrappy@hub.org> | 1998-03-01 04:51:16 +0000 |
| commit | f3f7712675abf9310859e4a1ccf6407dc3a3770e (patch) | |
| tree | 1e6e5a87d4ff8cf7c14a3f1fc4019fa8d0c978d1 /src/tutorial/C-code/Makefile | |
| parent | 56b3182241347aacb7b4c47519f009ffa2b57aa8 (diff) | |
Move around files before applying Darren's second patch
Diffstat (limited to 'src/tutorial/C-code/Makefile')
| -rw-r--r-- | src/tutorial/C-code/Makefile | 18 |
1 files changed, 0 insertions, 18 deletions
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) - |
