Last change
on this file since 11 was 11, checked in by arnault, 21 years ago |
Changing eol-style property
|
-
Property svn:eol-style
set to
native
|
File size:
466 bytes
|
Line | |
---|
1 | #-- start of fortran ------
|
---|
2 |
|
---|
3 | $(bin)${NAME}${CONSTITUENTSUFFIX}.o : $(${NAME}_${FILESUFFIX}_dependencies)
|
---|
4 | $(fortran_echo) $@
|
---|
5 | $(fortran_silent)cd $(bin); $(fcomp) -o ${NAME}${CONSTITUENTSUFFIX}.o $(use_pp_fflags) $(${CONSTITUENT}_pp_fflags) $(app_${CONSTITUENT}_pp_fflags) $(${NAME}_pp_fflags) $(use_fflags) $(${CONSTITUENT}_fflags) $(app_${CONSTITUENT}_fflags) $(${NAME}_fflags) $(${NAME}_${FILESUFFIX}_fflags) ${ADDINCLUDE} ${FULLNAME}
|
---|
6 |
|
---|
7 | #-- end of fortran ------
|
---|
Note:
See
TracBrowser
for help on using the repository browser.