repo.or.cz
/
prop.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
move CPP_OPTS to config
[prop.git]
/
Makefile.config.gcc
blob
d73502f66391c9705be062dbd6520806b08ed889
1
2
CC := g++-3.3
3
RM := rm -f
4
OBJ := o
5
LIB := a
6
DOTEXE :=
7
8
CPP_OPTS = -O6 -Wall -pedantic -frepo -g
9
#PROP_COPTS = $(COPTS)
10
11
MKLIB=ar crv $(1) $(2); ranlib $(1)
12
MKEXE=$(CC) -o $(1) $(2)
13
MKOBJ=$(CC) -c -o $(1) $(2)