repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
No empty .Rs/.Re
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
gcc4
/
g++
/
Makefile
blob
16b9283c41d4521814addd54352c6d50f8efa096
1
# $NetBSD: Makefile,v 1.1 2006/05/10 22:48:13 mrg Exp $
2
3
PROG
=
gplusplus
4
PROGNAME
=
g
++
5
SRCS
=
g
++
spec.c
6
7
NOMAN
=
# defined
8
9
.
include
<
bsd.own.mk
>
10
11
CPPFLAGS
+= -
I
${
BACKENDOBJ
}
12
13
LINKS
+= ${
BINDIR
}/
g
++ ${
BINDIR
}/
c
++
14
15
.
include
"../Makefile.frontend"
16
17
.PATH
: ${
DIST
}/
gcc
${
DIST
}/
gcc
/
cp