projects
/
onak.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
cscvs to tla changeset 92
[onak.git]
/
Makefile
diff --git
a/Makefile
b/Makefile
index 5d199958b222faa23cbc0cda23d46d318024874b..791708866050adc49e6f8088431238bafb6502c2 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-1,8
+1,13
@@
+#
# Makefile for onak.
# Makefile for onak.
+#
+# $Id: Makefile,v 1.16 2003/06/06 14:02:39 noodles Exp $
+#
CC = gcc
LINK = gcc
CFLAGS += -Wall -pedantic -g -I/usr/local/include
CC = gcc
LINK = gcc
CFLAGS += -Wall -pedantic -g -I/usr/local/include
+# Uncomment to enable profiling.
#LDFLAGS += -pg
# Can be "pg" for Postgresql, "file" for flat files or "db2" for pksd db2 style.
DBTYPE = db3
#LDFLAGS += -pg
# Can be "pg" for Postgresql, "file" for flat files or "db2" for pksd db2 style.
DBTYPE = db3