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

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

Import all tags

File size: 584 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 demoC
8
9build_strategy rebuild_makefiles
10
11include_path ../demoC
12
13branches demoC
14
15library C C*.cxx
16
17macro demoC_linkopts "-L$(DEMOCROOT)/$(demoC_tag) -lC" \
18      WIN32          ""
19
20application demoC -check demoC.cxx
21
22path_append LD_LIBRARY_PATH "" \
23            Linux "../$(demoC_tag)"
24
25
Note: See TracBrowser for help on using the repository browser.