-VERSION=0.98p
-COPYRIGHT=Copyright (C)  2002-2015 INED-EUROREVES-Institut de longevite-Japan Society for the Promotion of Science (Grant-in-Aid for Scientific Research 25293121)
+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, Intel Software 2015)
 #IMACHSETUPVERSION=ilc64
 IMACHSETUPVERSION=mvc
 
 
 ifdef _linux
 #CFLAGS= -g -DUNIX -DDEBUGHESS
-CFLAGS= -g -DDEBUG
+#CFLAGS= -g -DDEBUG -DFIXMNBRAK
+CFLAGS= -g -DDEBUG 
 LFLAGS= -g -lm
 IGSL= -I/usr/include/gsl
 LGSL= -lgsl -lgslcblas
 simach.o : 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
 ifdef _macosx
        $(DSYMUTIL) imach
 endif
 
 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
 imachcl: imach.c