--- imach/src/Makefile 2015/04/23 12:02:12 1.58 +++ imach/src/Makefile 2015/05/05 08:54:59 1.61 @@ -1,6 +1,7 @@ -VERSION=0.98q1 +VERSION=0.98q2 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 -IMACHSETUPVERSION=ilc # This is for Windows only +IMACHSETUPVERSION=ilc +# This is for Windows only #IMACHSETUPVERSION=mvc # Linux @@ -11,17 +12,16 @@ IMACHSETUPVERSION=ilc # This is for Wind # make _linux64onosx=1 imachopt # OS/X +# make _macosx=1 imachdmg # make _intel64onosx=1 imachopt # make _intel32onosx=1 imachopt # make _intelUNBonosx=1 imachdmg # Not implemented (not useful) # make _macosx=1 imach # make _macosx=1 imachopt -# make _macosx=1 imachdmg # valgrind --dsymutil=yes --leak-check=full --show-leak-kinds=all --track-origins=yes ~/Documents/imachcvs/imach/src/imach-1.129cvsmac radlc-1.129.imach # Windows # make _windowsonosx=1 imachILC-setup (touch setup.iss.in) #binary should have been compiled on Windows with Intel -# make _windowsonosx=1 imachILC64-setup (touch setup.iss.in) #binary should have been compiled on Windows with Intel # make _windowsonosx=1 imachMVC-setup (touch setup.iss.in) #binary should have been compiled on Windows with cl # make _windowsonosx=1 imachMVC-noreg-setup # @@ -280,8 +280,8 @@ $(TMPNOREGSETUPSCRIPT): $(TMPSCRIPTIN) $(TMPSETUPEXE): $(TMPSETUPSCRIPT) $(SETUPCOMP) /cc $(TMPSETUPSCRIPT) -$(TMPNOREGSETUPEXE): $(TMPNOREGSETUPSCRIPT) - $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT) +#$(TMPNOREGSETUPEXE): $(TMPNOREGSETUPSCRIPT) +# $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT) PARAM=mypar1 @@ -460,7 +460,8 @@ imachdmg : imachopt.o create-dmg applet md5: ls Output/* | xargs md5sum upload: - rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/ + rsync -v Output/imach-0.98q2-ilc-setup.exe brouard@henry.ined.fr:/home/euroreves/html/imach/ +#rsync -v Output/* brouard@henry.ined.fr:/home/euroreves/html/imach/ imachcyg : imachcyg.o $(CC) $(LFLAGS) -o imach imachcyg.o