Something went wrong on our end
-
Matthias Steinke authored758ca1d1
Jamfile 605 B
alias install : install-bin install-lib ;
explicit install ;
install install-bin : PspGenTestApp
: <location>$(TOP)/bin
<install-dependencies>on
<install-type>EXE
;
install install-lib : PspGen
: <location>$(TOP)/lib
<install-dependencies>on
<install-type>LIB
;
project :
;
lib PspGen :
[ glob *.cc : *App.cc ]
$(TOP)/ErrLogger//ErrLogger
: <use>$(TOP)//HepMc
:
: <library>$(TOP)//HepMc ;
exe PspGenTestApp : PspGenTestApp.cc PspGen : ;