Major GCC surgery. Move most compiler-specific files into named
[dragonfly.git] / gnu / lib / gcc2 / Makefile
1 # $FreeBSD: src/gnu/lib/Makefile,v 1.25.2.4 2001/01/06 23:16:53 obrien Exp $
2 # $DragonFly: src/gnu/lib/gcc2/Attic/Makefile,v 1.1 2004/01/16 07:45:19 dillon Exp $
3
4 SUBDIR= csu libgcc
5
6 .if ${OBJFORMAT} == aout
7 .if !defined(NOLIBC_R)
8 SUBDIR+= libgcc_r
9 .endif
10 .endif
11
12 .if !defined(NO_CXX)
13 SUBDIR+= libstdc++
14 .endif
15
16 .if !defined(NO_OBJC)
17 SUBDIR+= libobjc
18 .endif
19
20 .include <bsd.subdir.mk>