Diff for /imach/src/Makefile between versions 1.55 and 1.57

version 1.55, 2015/02/11 17:31:05 version 1.57, 2015/03/11 13:43:20
Line 1 Line 1
 VERSION=0.98p  VERSION=0.98q0
 COPYRIGHT=Copyright (C)  2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)  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=ilc64  IMACHSETUPVERSION=ilc
 IMACHSETUPVERSION=mvc  #IMACHSETUPVERSION=mvc
   
 #       Linux  #       Linux
 # make _linux=1 imachopt  # make _linux=1 imachopt
Line 20  IMACHSETUPVERSION=mvc Line 20  IMACHSETUPVERSION=mvc
 #  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 imachILC64-setup (touch setup.iss.in) #binary should have been compiled on Windows with cl  # 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 206  endif Line 207  endif
   
 ifdef _linux  ifdef _linux
 #CFLAGS= -g -DUNIX -DDEBUGHESS  #CFLAGS= -g -DUNIX -DDEBUGHESS
 CFLAGS= -g -DDEBUG  #CFLAGS= -g -DDEBUG -DFIXMNBRAK
   CFLAGS= -g -DDEBUG 
 LFLAGS= -g -lm  LFLAGS= -g -lm
 IGSL= -I/usr/include/gsl  IGSL= -I/usr/include/gsl
 LGSL= -lgsl -lgslcblas  LGSL= -lgsl -lgslcblas
Line 231  TMPNOREGSETUPSCRIPT=noreg-setup.iss Line 233  TMPNOREGSETUPSCRIPT=noreg-setup.iss
 TMPSCRIPTIN=setup.iss.in  TMPSCRIPTIN=setup.iss.in
 APPLICATION=IMaCh  APPLICATION=IMaCh
 APPNAME=$(APPLICATION)-$(VERSION)  APPNAME=$(APPLICATION)-$(VERSION)
 GNUPLOTVERSION=4.0  APPCOMPILATIONMODE=$(IMACHSETUPVERSION)
   GNUPLOTVERSION=4.6
 LICENSE=Copying  LICENSE=Copying
 TMPSETUPEXE=imach-$(VERSION)-$(IMACHSETUPVERSION)-setup.exe  TMPSETUPEXE=imach-$(VERSION)-$(IMACHSETUPVERSION)-setup.exe
 TMPNOREGSETUPEXE=imach-$(VERSION)-$(IMACHSETUPVERSION)-noreg-setup.exe  TMPNOREGSETUPEXE=imach-$(VERSION)-$(IMACHSETUPVERSION)-noreg-setup.exe
Line 243  setup.iss: setup.iss.in Line 246  setup.iss: setup.iss.in
                 s/@NOTINNOREG@//g; \                  s/@NOTINNOREG@//g; \
                 s/@NOREG@//g; \                  s/@NOREG@//g; \
                 s/@IMACHSETUPVERSION@/$(IMACHSETUPVERSION)/g; \                  s/@IMACHSETUPVERSION@/$(IMACHSETUPVERSION)/g; \
                   s/@APPCOMPILATIONMODE@/$(APPCOMPILATIONMODE)/g; \
                 s/@VERSION@/$(VERSION)/g; \                  s/@VERSION@/$(VERSION)/g; \
                 s/@GNUPLOTVERSION@/$(GNUPLOTVERSION)/g; \                  s/@GNUPLOTVERSION@/$(GNUPLOTVERSION)/g; \
                 s/@INFOBEFOREFILE@/$(INFOBEFOREFILE)/g; \                  s/@INFOBEFOREFILE@/$(INFOBEFOREFILE)/g; \
Line 292  imachcyg-noreg-setup: imachcygopt.exe no Line 296  imachcyg-noreg-setup: imachcygopt.exe no
         $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)          $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)
         cp Output/$(TMPNOREGSETUPEXE) imachcyg-noreg-setup          cp Output/$(TMPNOREGSETUPEXE) imachcyg-noreg-setup
   
 imachILC64-setup: IMaCh-ilc64.exe setup.iss  # both 32 and 64 executables should have been built on Windows with Intel compiler.
   imachILC-setup: IMaCh-ilc64-$(VERSION).exe IMaCh-ilc32-$(VERSION).exe setup.iss
         pwd          pwd
         $(CP) IMaCh-ilc64.exe imach.exe          $(SETUPCOMP) /cc setup.iss
           $(CP) Output/$(TMPSETUPEXE) imachILC-setup
   
   imachILC64-setup: IMaCh-ilc64-$(VERSION).exe setup.iss
           pwd
           $(CP) IMaCh-ilc64-$(VERSION).exe imach.exe
         $(SETUPCOMP) /cc setup.iss          $(SETUPCOMP) /cc setup.iss
         $(CP) Output/$(TMPSETUPEXE) imachILC64-setup          $(CP) Output/$(TMPSETUPEXE) imachILC64-setup
   
 imachILC64-noreg-setup: IMaCh-ilc64.exe noreg-setup.iss  imachILC64-noreg-setup: IMaCh-ilc64-$(VERSION).exe noreg-setup.iss
         touch setup.iss.in          touch setup.iss.in
         $(CP) IMaCh-ilc64.exe imach.exe          $(CP) IMaCh-ilc64-$(VERSION).exe imach.exe
         $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)          $(SETUPCOMP) /cc $(TMPNOREGSETUPSCRIPT)
         $(CP) Output/$(TMPSETUPEXE) imachILC64-noreg-setup          $(CP) Output/$(TMPSETUPEXE) imachILC64-noreg-setup
   
 imachILC32-setup: IMaCh-ilc32-XP.exe setup.iss  imachILC32-setup: IMaCh-ilc32-$(VERSION).exe setup.iss
         touch setup.iss.in          touch setup.iss.in
         $(CP) IMaCh-ilc32.exe imach.exe          $(CP) IMaCh-ilc32-$(VERSION).exe imach.exe
         $(SETUPCOMP) /cc setup.iss          $(SETUPCOMP) /cc setup.iss
         $(CP) Output/$(TMPSETUPEXE) imachILC32-setup          $(CP) Output/$(TMPSETUPEXE) imachILC32-setup
   
Line 334  simach : simach.o Line 344  simach : simach.o
 simach.o : simach.c   simach.o : simach.c 
         $(CC) $(CFLAGS) -DGSL -c simach.c          $(CC) $(CFLAGS) -DGSL -c simach.c
   
 imach : imach.o   imachtest: imachtest.o 
           $(CC) $(LFLAGS) -o imachtest imachtest.o
   ifdef _macosx
           $(DSYMUTIL) imachtest
   endif
   
   imach: imach.o 
         $(CC) $(LFLAGS) -o imach imach.o          $(CC) $(LFLAGS) -o imach imach.o
 ifdef _macosx  ifdef _macosx
         $(DSYMUTIL) imach          $(DSYMUTIL) imach
 endif  endif
   
 imach.o : imach.c   imach.o : imach.c 
          $(CC) $(CFLAGS) $(CROSSCOMPILATION) -c imach.c           $(CC) $(CFLAGS) $(CROSSCOMPILATION) -DDEBUGBRENT -c imach.c
   
   imachtest.o : imach.c 
            $(CC) $(CFLAGS) $(CROSSCOMPILATION) -DPOWELLORIGINAL -DNRCORIGINAL -DINFINITYORIGINAL -DDEBUGBRENT -o imachtest.o -c imach.c
   
   #        $(CC) $(CFLAGS) $(CROSSCOMPILATION)  -DFIXMNBRAK -o imachtest.o -c imach.c
   
 # http://msdn.microsoft.com/en-us/library/abx4dbyh%28v=vs.100%29.aspx  # http://msdn.microsoft.com/en-us/library/abx4dbyh%28v=vs.100%29.aspx
 imachcl: imach.c  imachcl: imach.c

Removed from v.1.55  
changed lines
  Added in v.1.57


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