Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Henderson1996-11-12 11:43:32 +0000
committerBryan Henderson1996-11-12 11:43:32 +0000
commitd7dd9295b7b8258a32eee07df273839248dcaa51 (patch)
tree4fc74a74b2ac5510545bf45eddf97a49e2ebf2b3 /src/tutorial/C-code
parent594525aec1a879743cd023503744918d51483149 (diff)
End of the make file simplifications.
Diffstat (limited to 'src/tutorial/C-code')
-rw-r--r--src/tutorial/C-code/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/tutorial/C-code/Makefile b/src/tutorial/C-code/Makefile
new file mode 100644
index 00000000000..22ba97158ad
--- /dev/null
+++ b/src/tutorial/C-code/Makefile
@@ -0,0 +1,10 @@
+SRCDIR= ../..
+LIBPQDIR= $(SRCDIR)/libpq
+include ../../Makefile.global
+
+CFLAGS+= -I../../include -I$(LIBPQDIR)
+
+all: complex$(SLSUFF) funcs$(SLSUFF)
+
+clean:
+ rm -f complex$(SLSUFF) funcs$(SLSUFF) \ No newline at end of file