]> henry.ined.fr Git - .git/commitdiff
*** empty log message ***
authorN. Brouard <brouard@ined.fr>
Mon, 10 Feb 2014 21:31:16 +0000 (21:31 +0000)
committerN. Brouard <brouard@ined.fr>
Mon, 10 Feb 2014 21:31:16 +0000 (21:31 +0000)
src/Makefile

index 9c20efcf8292df0dbc7ffb8985ccac856ae91bcd..6811e04e9fc417a2671e63f06b1b7b2b98e357a9 100644 (file)
@@ -1,5 +1,5 @@
-VERSION=0.98m
-COPYRIGHT=Copyright (C)  2002-2010 INED-EUROREVES-Institut de longevite
+VERSION=0.98nR
+COPYRIGHT=Copyright (C)  2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)
 IMACHSETUPVERSION=1
 
 # make _linux=1 imachopt
@@ -7,6 +7,7 @@ IMACHSETUPVERSION=1
 
 # make _macosx=1 imach
 # 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 _windows=1 imachcyg
@@ -79,6 +80,7 @@ LFLAGSOPT= -O3
 CFLAGSOPT= -O3
 UNIX2DOS= unix2dos
 SETUPCOMP= ~/bin/InnoSetup5Playonmac
+CP= cp
 endif
 
 ifdef _linux
@@ -170,6 +172,15 @@ imach : imach.o
        $(CC) $(LFLAGS) -o imach imach.o
 imach.o : imach.c 
        $(CC) $(CFLAGS) -DPOWELL -c imach.c
+imach-1.129cvsmac : imach-1.129cvsmac.o 
+       $(CC) $(LFLAGS) -o imach-1.129cvsmac imach-1.129cvsmac.o
+imach-1.129cvsmac.o : imach-1.129cvsmac.c 
+       $(CC) $(CFLAGS) -DPOWELL -c imach-1.129cvsmac.c
+
+imach097b : imach097b.o 
+       $(CC) $(LFLAGS) -o imach097b imach097b.o
+imach097b.o : imach097b.c 
+       $(CC) $(CFLAGS) -DPOWELL -c imach097b.c
 
 
 imachsimplified : imachsimplified.o