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

Last change on this file since 207 was 207, checked in by garnier, 12 years ago

change requirement for GRAPHIC MAGIC

File size: 1.6 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 " Linux-x86_64  " ${Wt_cflags} ${boost_cflags} -DTHREADED -DDRAWWT_BUILD -DHAS_IMAGEMAGIC"
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 bareParticle.cc particleBeam.cc GWt_cell.cc GWt_rfgun.cc GWt_soleno.cc GWt_bend.cc GWt_beam.cc GWt_globalParameters.cc GWt_drift.cc GWt_abstractElement.cc dataManager.cc elementsCollection.cc elementDrift.cc elementCell.cc elementRfgun.cc elementSoleno.cc elementBend.cc elementBeam.cc globalParameters.cc abstractElement.cc GWt_LigneFaisceau.cc GWt_pspaApplication.cc GWt_dropZoneLigneFaiseau.cc GWt_dialog.cc nomdElements.cc nomDeLogiciel.cc transportMoments.cc main.cc use_cppflags='" ${lib_PSPSLib_cppflags}"'
25
26macro DrawWt_linkopts " ${PSPSLib_linkopts} ${Wt_linkopts} ${boost_linkopts} ${dld_linkopts}"
27
28# DEBUG :
29macro_append cflags  " -W -Wall -g" WIN32 "-W /ZI /Od"
30macro_append cppflags  " -W -Wall -g" WIN32 " /ZI /Od"
31macro_append cpplinkflags  " -W -Wall -g" WIN32 "/DEBUG /VERBOSE:LIB"
32
33# OPTIMIZE :
34#macro_append cflags  " -O" WIN32 " /O2"
35#macro_append cppflags  " -O" WIN32 " /O2"
36#macro_append cpplinkflags  " -O" WIN32 ""
Note: See TracBrowser for help on using the repository browser.