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
Expand PMF_FN_* macros.
[netbsd-mini2440.git]
/
lib
/
csu
/
c++
/
Makefile
blob
dabfb36da23daba9cfedfbaed7746b02212784ab
1
# $NetBSD: Makefile,v 1.16 2004/03/09 20:04:00 skrll Exp $
2
3
.
include
<
bsd.own.mk
>
4
5
CPPFLAGS
+= -
DLIBC_SCCS
6
.if
${
MKPIC
} !=
"no"
7
COPTS
+= -
fPIC
8
.
endif
9
OBJS
=
c
++
rt0.o
10
11
realall
: ${
OBJS
}
12
13
c
++
rt0.o
:
c
++
rt0.c
14
${
_MKTARGET_COMPILE
}
15
${
COMPILE.c
} ${
.ALLSRC
}
16
${
LD
} -
x
-
r
${
.TARGET
}
17
mv a.out
${
.TARGET
}
18
19
FILES
=${
OBJS
}
20
FILESDIR
=${
LIBDIR
}
21
22
.
include
<
bsd.prog.mk
>