New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
fcm-make.cfg in vendors/t/fcm-make/12-build-class-prop – NEMO

source: vendors/t/fcm-make/12-build-class-prop/fcm-make.cfg @ 10669

Last change on this file since 10669 was 10669, checked in by nicolasmartin, 5 years ago

Import latest FCM release from Github into the repository for testing

  • Property svn:mime-type set to text/x-shellscript
File size: 446 bytes
Line 
1step.class[build_house build_office build_road]=build
2steps=build build_house build_office build_road
3build.prop{class,fc}=my-fc
4build.prop{class,file-ext.bin}=
5build.source=$HERE/src
6build.target=hello.bin
7build.prop{file-ext.bin}=.bin
8build_house.source=$HERE/src
9build_house.target=hello_house
10build_office.source=$HERE/src
11build_office.target=hello_office
12build_road.source=$HERE/src
13build_road.target=hello_road
14build_road.prop{fc}=gfortran
Note: See TracBrowser for help on using the repository browser.