|
|
| version 1.63, 2015/08/18 23:17:28 | 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 50 IMACHSETUPVERSION=icl | Line 53 IMACHSETUPVERSION=icl |
| #TESTFILE=$(HOME)/Documents/Recherches/REVES/carol/carol-june2014/educadlmwt24.imach | #TESTFILE=$(HOME)/Documents/Recherches/REVES/carol/carol-june2014/educadlmwt24.imach |
| #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/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 465 imachUB : imach32 imach64 | Line 470 imachUB : imach32 imach64 |
| #imachdmg : imachopt.o create-dmg applet IMaChInfo.plist.in IMaChPkgInfo.in IMaCh.icns main.scpt.in IMaCh-ecrandemarrage.rsrc TXT.rtf | #imachdmg : imachopt.o create-dmg applet IMaChInfo.plist.in IMaChPkgInfo.in IMaCh.icns main.scpt.in IMaCh-ecrandemarrage.rsrc TXT.rtf |
| imachdmg : imachopt.o create-dmg applet IMaChInfo.plist.in IMaChPkgInfo.in IMaCh.icns main.scpt.in IMaCh-ecrandemarrage.rsrc TXT.rtf | # $(CC) $(LFLAGSOPT) -o imach imachopt.o |
| $(CC) $(LFLAGSOPT) -o imach imachopt.o | |
| #hdiutil detach /Volumes/IMaCh\ $(VERSION) | #hdiutil detach /Volumes/IMaCh\ $(VERSION) |
| rm -rf imach$(VERSION).app | imachdmg : imachopt.o ../distributions/osx/create-dmg ../distributions/osx/createdmg3.sh ../distributions/osx/applet ../distributions/osx/IMaChInfo.plist.in ../distributions/osx/IMaChPkgInfo.in ../distributions/osx/IMaCh.icns ../distributions/osx/main.scpt.in ../distributions/osx/IMaCh-ecrandemarrage.rsrc ../distributions/osx/TXT.rtf |
| mkdir -p imach$(VERSION).app | pwd |
| mkdir -p imach$(VERSION).app/Contents | (cd ../build && rm -r osx && mkdir osx && cd osx ;\ |
| mkdir -p imach$(VERSION).app/Contents/MacOS | pwd ;\ |
| cp applet imach$(VERSION).app/Contents/MacOS | cmake ../..;\ |
| mkdir -p imach$(VERSION).app/Contents/Resources | cmake --build . ; \ |
| mkdir -p imach$(VERSION).app/Contents/Resources/Scripts | echo $(OSTYPE);\ |
| mkdir -p imach$(VERSION).app/Contents/Resources/bin | rm -rf imach$(VERSION).app;\ |
| mkdir -p imach$(VERSION).app/Contents/Resources/html | mkdir -p imach$(VERSION).app;\ |
| cp imach imach$(VERSION).app/Contents/Resources/bin | mkdir -p imach$(VERSION).app/Contents;\ |
| cp gnuplot_bin/gnuplot_2_6_5_OSX imach$(VERSION).app/Contents/Resources/bin/gnuplot | mkdir -p imach$(VERSION).app/Contents/MacOS;\ |
| mkdir -p imach$(VERSION).app/Contents/Resources/description.rtfd | cp ../../distributions/osx/applet imach$(VERSION).app/Contents/MacOS;\ |
| cp -p TXT.rtf imach$(VERSION).app/Contents/Resources/description.rtfd | mkdir -p imach$(VERSION).app/Contents/Resources;\ |
| $(SED) -e "s/@VERSION@/$(VERSION)/g;" \ | mkdir -p imach$(VERSION).app/Contents/Resources/Scripts;\ |
| IMaChInfo.plist.in >imach$(VERSION).app/Contents/Info.plist | mkdir -p imach$(VERSION).app/Contents/Resources/bin;\ |
| cp -p IMaChPkgInfo.in imach$(VERSION).app/Contents/PkgInfo | mkdir -p imach$(VERSION).app/Contents/Resources/html;\ |
| cp -p IMaCh.icns imach$(VERSION).app/Contents/Resources/applet.icns | cp IMaCh-$(VERSION) imach$(VERSION).app/Contents/Resources/bin/imach;\ |
| cp -r -p main.scpt.in imach$(VERSION).app/Contents/Resources/Scripts/main.scpt | cp ../../distributions/osx/gnuplot_bin/gnuplot_2_6_5_OSX imach$(VERSION).app/Contents/Resources/bin/gnuplot;\ |
| cp IMaCH-ecrandemarrage.rsrc imach$(VERSION).app/Contents/Resources/applet.rsrc | mkdir -p imach$(VERSION).app/Contents/Resources/description.rtfd;\ |
| cp ../html/doc/data1.txt imach$(VERSION).app/Contents/Resources/html | cp -p ../../distributions/osx/TXT.rtf imach$(VERSION).app/Contents/Resources/description.rtfd ;\ |
| cp ../html/doc/biaspar.log imach$(VERSION).app/Contents/Resources/html | $(SED) -e "s/@VERSION@/$(VERSION)/g;" ../../distributions/osx/IMaChInfo.plist.in >imach$(VERSION).app/Contents/Info.plist ;\ |
| cp ../html/doc/biaspar.imach imach$(VERSION).app/Contents/Resources/html | cp -p ../../distributions/osx/IMaChPkgInfo.in imach$(VERSION).app/Contents/PkgInfo ;\ |
| rm -f imach$(VERSION).dmg | cp -p ../../distributions/osx/IMaCh.icns imach$(VERSION).app/Contents/Resources/applet.icns ;\ |
| ./createdmg3.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) | cp -r -p ../../distributions/osx/main.scpt.in imach$(VERSION).app/Contents/Resources/Scripts/main.scpt ;\ |
| mv imach$(VERSION).dmg Output/ | cp ../../distributions/osx/IMaCH-ecrandemarrage.rsrc imach$(VERSION).app/Contents/Resources/applet.rsrc ;\ |
| # ./create-dmg --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION).app | cp ../../html/doc/data1.txt imach$(VERSION).app/Contents/Resources/html ;\ |
| cp ../../html/doc/biaspar.log imach$(VERSION).app/Contents/Resources/html ;\ | |
| cp ../../html/doc/biaspar.imach imach$(VERSION).app/Contents/Resources/html ;\ | |
| rm -f imach$(VERSION).dmg ;\ | |
| pwd ;\ | |
| cp ../../distributions/osx/createdmg3.sh . ;\ | |
| cp ../../distributions/osx/Background.png .;\ | |
| pwd ;\ | |
| ./createdmg3.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) ;\ | |
| mv imach$(VERSION).dmg ../../src/Output/ ;) | |
| # ./create-dmg --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION).app | |
| # ./createdmg2.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) | # ./createdmg2.sh --volname "IMaCh $(VERSION)" imach$(VERSION).dmg imach$(VERSION) |
| md5: | md5: |
| ls Output/* | xargs md5sum | ls Output/* | xargs md5sum |
| upload: | upload: |
| rsync -v Output/IMaCh-0.98q4-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.98q4.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 |