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.
fcm1_base_inc.cfg in vendors/fcm/current/test/repos/trunk/cfg – NEMO

source: vendors/fcm/current/test/repos/trunk/cfg/fcm1_base_inc.cfg @ 1981

Last change on this file since 1981 was 1980, checked in by flavoni, 14 years ago

importing fcm vendor

File size: 804 bytes
RevLine 
[1980]1DEST::ROOTDIR                           $PWD
2
3REPOS::test::base                       fcm:test_suite_tr
4EXPSRC::test::base
5
6BLD::TOOL::FC                           wrap_fc
7BLD::TOOL::FFLAGS                       -assume nosource_include
8
9BLD::TOOL::CC                           wrap_cc
10BLD::TOOL::CFLAGS                       -O3
11
12BLD::TOOL::FFLAGS::test/subroutine      %BLD::TOOL::FFLAGS -O3
13
14BLD::TOOL::LD                           wrap_ld
15BLD::TOOL::AR                           wrap_ar
16
17BLD::TOOL::FPP                          wrap_pp
18BLD::TOOL::FPPKEYS::test/subroutine/hello_sub HELLO_SUB
19BLD::TOOL::FPPKEYS::test/program/hello        CALL_HELLO_SUB
20BLD::PP::test/subroutine/hello_sub      true
21BLD::PP::test/program                   true
22
23BLD::BLOCKDATA                          hello_blockdata
Note: See TracBrowser for help on using the repository browser.