version 1.66, 2015/09/03 07:14:15
|
version 1.72, 2015/09/30 18:35:53
|
Line 1
|
Line 1
|
#Version has to be set in ../CMakeLists.txt too. |
#Version has to be set in ../CMakeLists.txt too. |
VERSION=0.98q5 |
#VERSION=0.98r2 |
|
#VERSION=$(shell echo `grep IMACH_VERSION__ version.h | echo 'titi'`) |
|
VERSION=$(shell echo `grep IMACH_VERSION__ version.h | awk 'BEGIN { FS = "[ \t\n\"]+" } { print $$3 }'`) |
|
OSTYPE = $(shell echo $$OSTYPE) |
# DRIVEG is for VirtualBox Windows 64bit |
# DRIVEG is for VirtualBox Windows 64bit |
DRIVEG=g: |
DRIVEG=f: |
#DIRG is the corresponding build directory for Virtual Windows |
#DIRG is the corresponding build directory for Virtual Windows |
DIRG=\imach\cvs\imach\build |
DIRG=\imach\cvs\imach\build |
COPYRIGHT=Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) - Intel Software 2015 |
COPYRIGHT=Copyright (C) 2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121) - Intel Software 2015 |
Line 51 IMACHSETUPVERSION=icl
|
Line 54 IMACHSETUPVERSION=icl
|
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Biaspar/biaspar-wopowell.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Biaspar/biaspar-wopowell.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Biaspar/rbiaspar-098p.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Biaspar/rbiaspar-098p.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Aaron/brouard/results/COVARAITE_94/rmypar24pis1cov1-age.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Aaron/brouard/results/COVARAITE_94/rmypar24pis1cov1-age.imach |
TESTFILE=$(HOME)/Documents/Recherches/REVES/Flavia/ADL0w_V2c.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/Flavia/rADL0w_V1V2b.imach |
|
TESTFILE=$(HOME)/Documents/Recherches/REVES/Yao/rrtest3b.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc-test-mac/adecode-1.142c.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc-test-mac/adecode-1.142c.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc_test_magei4/radlc_often.imach |
#TESTFILE=$(HOME)/Documents/Recherches/REVES/SAITO/Tokyo2014/adlc_test_magei4/radlc_often.imach |
#CC= gcc -v |
#CC= gcc -v |
Line 474 imachdmg : imachopt.o ../distributions/o
|
Line 478 imachdmg : imachopt.o ../distributions/o
|
pwd ;\ |
pwd ;\ |
cmake ../..;\ |
cmake ../..;\ |
cmake --build . ; \ |
cmake --build . ; \ |
|
echo $(OSTYPE);\ |
rm -rf imach$(VERSION).app;\ |
rm -rf imach$(VERSION).app;\ |
mkdir -p imach$(VERSION).app;\ |
mkdir -p imach$(VERSION).app;\ |
mkdir -p imach$(VERSION).app/Contents;\ |
mkdir -p imach$(VERSION).app/Contents;\ |
Line 508 imachdmg : imachopt.o ../distributions/o
|
Line 513 imachdmg : imachopt.o ../distributions/o
|
md5: |
md5: |
ls Output/* | xargs md5sum |
ls Output/* | xargs md5sum |
upload: |
upload: |
rsync -v Output/IMaCh-0.98q5-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
rsync -v Output/IMaCh-0.98r0-icl-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
rsync -v Output/imach0.98q5.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
rsync -v Output/imach0.98r0.dmg brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
# rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
# rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/Download |
|
|
imachcyg : imachcyg.o |
imachcyg : imachcyg.o |