repo.or.cz
/
dragonfly.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
HAMMER VFS - Major retooling of the refcount mechanics, and fix a deadlock
[dragonfly.git]
/
gnu
/
usr.bin
/
cc41
/
Makefile
blob
0ee5276e81604a000dc682e47d9a8b677ad84e3d
1
# $DragonFly: src/gnu/usr.bin/cc41/Makefile,v 1.3 2008/06/30 12:16:03 hasso Exp $
2
3
SUBDIR
=
cc_prep
4
SUBDIR
+=
libiberty
5
SUBDIR
+=
cc_tools libbackend libcpp cc1
cc
doc
6
SUBDIR
+=
cpp
7
SUBDIR
+=
gcov
8
.if
!
defined
(
NO_CXX
)
9
SUBDIR
+=
cc1plus c
++
c
++
filt
10
.
endif
11
.if
!
defined
(
NO_OBJC
)
12
SUBDIR
+=
cc1obj
13
.
endif
14
15
.ORDER
: ${
SUBDIR
}
16
17
.
include
<
bsd.subdir.mk
>