source: CMT/v1r18p20061003/mgr/fragments/c_library @ 265

Last change on this file since 265 was 265, checked in by garonne, 18 years ago

version v1r18p20061003

  • Property svn:eol-style set to native
File size: 476 bytes
Line 
1#-- start of c_library ------
2
3$(bin)$(binobj)${NAME}${CONSTITUENTSUFFIX}.o : $(${NAME}_${FILESUFFIX}_dependencies)
4        $(c_echo) $@
5        $(c_silent) cd $(bin); $(ccomp) -o $(binobj)${NAME}${CONSTITUENTSUFFIX}.o $(use_pp_cflags) $(${CONSTITUENT}_pp_cflags) $(lib_${CONSTITUENT}_pp_cflags) $(${NAME}_pp_cflags) $(use_cflags) $(${CONSTITUENT}_cflags) $(lib_${CONSTITUENT}_cflags) $(${NAME}_cflags) $(${NAME}_${FILESUFFIX}_cflags) ${ADDINCLUDE} ${FULLNAME}
6
7#-- end of c_library ------
Note: See TracBrowser for help on using the repository browser.