Last change
on this file since 204 was 204, checked in by garonne, 19 years ago |
correct a typo in the fragment; add a option PRINT_PREREQUISITES
|
-
Property svn:eol-style
set to
native
|
File size:
588 bytes
|
Line | |
---|
1 | #-- start of cpp ------
|
---|
2 |
|
---|
3 | $(bin)$(binobj)${NAME}${CONSTITUENTSUFFIX}.o : $(${NAME}_${FILESUFFIX}_dependencies)
|
---|
4 | @if test "${PRINT_PREREQUISITES}" = "1"; then \
|
---|
5 | echo "------> Triggering dependencies: $?"; \
|
---|
6 | fi
|
---|
7 | $(cpp_echo) $@
|
---|
8 | $(cpp_silent) cd $(bin); $(cppcomp) -o $(binobj)${NAME}${CONSTITUENTSUFFIX}.o $(use_pp_cppflags) $(${CONSTITUENT}_pp_cppflags) $(app_${CONSTITUENT}_pp_cppflags) $(${NAME}_pp_cppflags) $(use_cppflags) $(${CONSTITUENT}_cppflags) $(app_${CONSTITUENT}_cppflags) $(${NAME}_cppflags) $(${NAME}_${FILESUFFIX}_cppflags) ${ADDINCLUDE} ${FULLNAME}
|
---|
9 |
|
---|
10 | #-- end of cpp ------ |
---|
Note:
See
TracBrowser
for help on using the repository browser.