]> granicus.if.org Git - postgresql/commitdiff
Move around files before applying Darren's second patch
authorMarc G. Fournier <scrappy@hub.org>
Sun, 1 Mar 1998 04:51:16 +0000 (04:51 +0000)
committerMarc G. Fournier <scrappy@hub.org>
Sun, 1 Mar 1998 04:51:16 +0000 (04:51 +0000)
src/tutorial/C-code/Makefile [deleted file]
src/tutorial/beard.c [moved from src/tutorial/C-code/beard.c with 92% similarity]
src/tutorial/complex.c [moved from src/tutorial/C-code/complex.c with 100% similarity]
src/tutorial/funcs.c [moved from src/tutorial/C-code/funcs.c with 100% similarity]

diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile
deleted file mode 100644 (file)
index ec1fa1f..0000000
+++ /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)
-
similarity index 92%
rename from src/tutorial/C-code/beard.c
rename to src/tutorial/beard.c
index 6e11ddea856e71305e2b140b2c551bb6cd86e140..9207f04d3940ea8203fde557a7d0d6a12e97e9d2 100644 (file)
@@ -7,7 +7,7 @@
  *
  *
  * IDENTIFICATION
- *       $Header: /cvsroot/pgsql/src/tutorial/C-code/Attic/beard.c,v 1.5 1998/01/07 21:07:03 momjian Exp $
+ *       $Header: /cvsroot/pgsql/src/tutorial/Attic/beard.c,v 1.1 1998/03/01 04:51:01 scrappy Exp $
  *
  *-------------------------------------------------------------------------
  */