4 $(ROS_INTERMEDIATE
)$(RMKDIR_BASE
)$(SEP
)rmkdir
$(EXEPOSTFIX
)
7 $(RMKDIR_BASE
)$(SEP
)rmkdir.c
10 $(RMKDIR_SOURCES
:.c
=.o
)
12 RMKDIR_HOST_CFLAGS
= -g
-Werror
-Wall
14 RMKDIR_HOST_LFLAGS
= -g
16 $(RMKDIR_TARGET
): $(RMKDIR_OBJECTS
)
17 ${host_gcc} $(RMKDIR_OBJECTS
) $(RMKDIR_HOST_LFLAGS
) -o
$(RMKDIR_TARGET
)
19 $(RMKDIR_OBJECTS
): %.o
: %.c
20 ${host_gcc} $(RMKDIR_HOST_CFLAGS
) -c
$< -o
$@
24 -@
$(rm) $(RMKDIR_TARGET
) $(RMKDIR_OBJECTS
) 2>$(NUL
)
31 $(ROS_INTERMEDIATE
)$(RSYM_BASE
)$(SEP
)rsym
$(EXEPOSTFIX
)
34 $(RSYM_BASE
)$(SEP
)rsym.c
39 RSYM_HOST_CFLAGS
= -g
-Werror
-Wall
43 $(RSYM_TARGET
): $(RSYM_OBJECTS
)
44 ${host_gcc} $(RSYM_OBJECTS
) $(RSYM_HOST_LFLAGS
) -o
$(RSYM_TARGET
)
46 $(RSYM_OBJECTS
): %.o
: %.c
47 ${host_gcc} $(RSYM_HOST_CFLAGS
) -c
$< -o
$@
51 -@
$(rm) $(RSYM_TARGET
) $(RSYM_OBJECTS
) 2>$(NUL
)
54 include tools
/buildno
/makefile
55 include tools
/cdmake
/makefile
56 include tools
/nci
/makefile
57 include tools
/rbuild
/makefile
58 include tools
/unicode
/makefile
59 include tools
/wmc
/makefile
60 include tools
/wpp
/makefile
61 include tools
/wrc
/makefile