From: N. Brouard Date: Mon, 10 Feb 2014 21:31:16 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: imach-099s7~447 X-Git-Url: https://henry.ined.fr/git/?a=commitdiff_plain;h=e4bb9fa6d512ac209939d6dc2b8c3bcabeecd841;p=.git *** empty log message *** --- diff --git a/src/Makefile b/src/Makefile index 9c20efc..6811e04 100644 --- a/src/Makefile +++ b/src/Makefile @@ -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