source: PSPA/Interface_Web/trunk/pspaWT/cmt/requirements @ 42

Last change on this file since 42 was 42, checked in by lemeur, 12 years ago

creation de fichiers cc

File size: 1.3 KB
Line 
1package pspaWT
2
3build_strategy no_prototypes
4include_path none
5 
6use Platform v1r* $(PSPAWTROOT)/../Interfaces
7use dld      v2r* $(PSPAWTROOT)/../Interfaces
8
9use Wt       v1r* $(PSPAWTROOT)/../Interfaces
10use boost    v1r* $(PSPAWTROOT)/../Interfaces
11
12include_dirs $(PSPAWTROOT)/include
13
14#library PSPSLib   \
15#  ../src/pspa.C
16
17
18
19macro lib_PSPSLib_cppflags " ${Wt_cflags} ${boost_cflags} -DTHREADED -DDRAWWT_BUILD"
20#macro PSPSLib_shlibflags   " ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts} -F/System/Library/Frameworks "
21
22#macro PSPSLib_linkopts     " -L${PSPAWTROOT}/$(Platform_bin) -lPSPSLib "
23
24application pspaWt GWt_cell.cc GWt_initialBeam.cc GWt_globalParameters.cc GWt_drift.cc dataManager.cc elementDrift.cc elementCell.cc elementInitialBeam.cc globalParameters.cc LigneFaisceau.cc GWt_pspaApplication.cc main.cc use_cppflags='" ${lib_PSPSLib_cppflags} "'
25
26macro DrawWt_linkopts " ${PSPSLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
27
28
29# DEBUG :
30macro_append cflags  " -W -Wall -g" WIN32 "-W /ZI /Od"
31macro_append cppflags  " -W -Wall -g" WIN32 " /ZI /Od"
32macro_append cpplinkflags  " -W -Wall -g" WIN32 "/DEBUG /VERBOSE:LIB"
33
34# OPTIMIZE :
35#macro_append cflags  " -O" WIN32 " /O2"
36#macro_append cppflags  " -O" WIN32 " /O2"
37#macro_append cpplinkflags  " -O" WIN32 ""
Note: See TracBrowser for help on using the repository browser.