Diff for /imach/src/Makefile between versions 1.58 and 1.61

version 1.58, 2015/04/23 12:02:12 version 1.61, 2015/05/05 08:54:59
Line 1 Line 1
 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  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  #IMACHSETUPVERSION=mvc
   
 #       Linux  #       Linux
Line 11  IMACHSETUPVERSION=ilc # This is for Wind Line 12  IMACHSETUPVERSION=ilc # This is for Wind
 # make _linux64onosx=1 imachopt  # make _linux64onosx=1 imachopt
   
 #       OS/X  #       OS/X
   # make _macosx=1 imachdmg
 # make _intel64onosx=1 imachopt  # make _intel64onosx=1 imachopt
 # make _intel32onosx=1 imachopt  # make _intel32onosx=1 imachopt
 # make _intelUNBonosx=1 imachdmg # Not implemented (not useful)  # make _intelUNBonosx=1 imachdmg # Not implemented (not useful)
 # make _macosx=1 imach  # make _macosx=1 imach
 # make _macosx=1 imachopt  # 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  #  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  #        Windows
 # make _windowsonosx=1 imachILC-setup (touch setup.iss.in) #binary should have been compiled on Windows with Intel  # 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-setup (touch setup.iss.in) #binary should have been compiled on Windows with cl
 # make _windowsonosx=1 imachMVC-noreg-setup  # make _windowsonosx=1 imachMVC-noreg-setup
 #  #
Line 280  $(TMPNOREGSETUPSCRIPT): $(TMPSCRIPTIN) Line 280  $(TMPNOREGSETUPSCRIPT): $(TMPSCRIPTIN)
 $(TMPSETUPEXE): $(TMPSETUPSCRIPT)  $(TMPSETUPEXE): $(TMPSETUPSCRIPT)
         $(SETUPCOMP) /cc $(TMPSETUPSCRIPT)          $(SETUPCOMP) /cc $(TMPSETUPSCRIPT)
   
 $(TMPNOREGSETUPEXE): $(TMPNOREGSETUPSCRIPT)  #$(TMPNOREGSETUPEXE): $(TMPNOREGSETUPSCRIPT)
         $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)  #       $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)
   
 PARAM=mypar1  PARAM=mypar1
   
Line 460  imachdmg : imachopt.o create-dmg applet Line 460  imachdmg : imachopt.o create-dmg applet
 md5:  md5:
         ls Output/* | xargs md5sum          ls Output/* | xargs md5sum
 upload:  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  imachcyg : imachcyg.o
         $(CC) $(LFLAGS) -o imach imachcyg.o          $(CC) $(LFLAGS) -o imach imachcyg.o

Removed from v.1.58  
changed lines
  Added in v.1.61


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>