gcc50: Bring in makefiles but leave them unhooked
[dragonfly.git] / gnu / usr.bin / cc50 / backends / guts / guts-cobjc / Makefile
1 # Despite the .c extension, these files and headers must be built by c++
2
3 GCC_NO_LIBS=    yes
4 TOP_PREFIX=     ../../
5
6 .include "../../../Makefile.inc"
7 .include "../../../Makefile.langs"
8
9 LIB=            guts-cobjc
10
11 .for object in ${C_AND_OBJC_OBJS}
12 . if ! ${C_COMMON_OBJS:M${object}}
13 .  if ! ${C_TARGET_OBJS:M${object}}
14 SRCS+=          ${object:T:.o=.c}
15 .  endif
16 . endif
17 .endfor
18
19 .include "../../../Makefile.intcxx_lib"