--- imach/src/Makefile 2011/09/02 10:28:58 1.31 +++ imach/src/Makefile 2014/02/10 21:31:16 1.32 @@ -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