source: CMT/v1r19/src/demo/demoA/requirements @ 1

Last change on this file since 1 was 1, checked in by arnault, 19 years ago

Import all tags

File size: 792 bytes
Line 
1#-----------------------------------------------------------
2# Copyright Christian Arnault LAL-Orsay CNRS
3# arnault@lal.in2p3.fr
4# See the complete license in cmt_license.txt "http://www.cecill.info".
5#-----------------------------------------------------------
6
7package demoA
8
9branches classes demoA
10
11application demoA demoA.cxx foo=bar -target_tag
12application A A.java
13
14pattern -global multi macro m1 "" Linux m1linux alpha m1alpha ; macro m2 m2
15
16macro m3 m3
17
18make_fragment rename -header=rename_header
19
20document rename XXX OFFSET=XXX demoA.cxx
21
22application XXXdemoA -check -group=X XXXdemoA.cxx
23
24include_path $(demoA_root)
25
26setup_script init
27
28path_remove PATH "" WIN32 'Java'
29path_remove PATH "" WIN32 'jdk'
30path_prepend PATH "" WIN32 '"C:\jdk1.3\bin"'
31
32
Note: See TracBrowser for help on using the repository browser.