source: LMDZ6/branches/Amaury_dev/tools/fcm/test/repos/trunk/cfg/fcm2_delete_pp_file.cfg @ 5095

Last change on this file since 5095 was 5095, checked in by abarral, 2 months ago

Revert cosp*/ from the trunk, as it's external code
Add missing bits from FCM2 source

File size: 789 bytes
Line 
1steps = extract preprocess build
2
3extract.ns = test_suite
4extract.path-excl[test_suite] = cfg
5
6extract.location{diff}[test_suite] =     \
7    branches/dev/Share/modify_files_base \
8    branches/dev/Share/modify_pp_include \
9    branches/dev/Share/delete_pp_file
10
11preprocess.ns-excl = / test_suite/subroutine/hello_c.c
12preprocess.ns-incl = test_suite/subroutine test_suite/program
13preprocess.prop{fpp} = wrap_pp
14preprocess.prop{fpp.defs}[test_suite/program/hello.F90] = CALL_HELLO_SUB
15
16build.target{task} = link
17build.prop{fc} = wrap_fc
18$fcflags{?} = -assume nosource_include
19build.prop{fc.flags} = $fcflags
20build.prop{fc.flags}[test_suite/subroutine] = $fcflags -O3
21build.prop{cc} = wrap_cc
22build.prop{cc.flags} = -O3
23build.prop{ar} = wrap_ar
24build.prop{dep.o.special} = hello_blockdata.o
Note: See TracBrowser for help on using the repository browser.