Diff for /imach/src/Makefile between versions 1.1.1.1 and 1.4

version 1.1.1.1, 2000/12/28 18:49:56 version 1.4, 2001/05/02 18:21:28
Line 1 Line 1
 # Makefile for imach  CC= gcc -v
 CC= gcc   #LFLAGS= -v -g
 #LFLAGS= -O2 -mno-cygwin  #CFLAGS= -g
 LFLAGS= -g -mno-cygwin  
 CFLAGS= -g   LFLAGS= -O2 -g -mno-cygwin
   CFLAGS= -O2 -g
 imach : imach.o   
         $(CC) $(LFLAGS) -o imach imach.o  PARAM=biaspar
 imach.o : imach.c   
         $(CC) $(LFLAGS) -c imach.c  imach : imach.o
 graph :           $(CC) $(LFLAGS) -o imach imach.o
         ./wgnuplot graph.gp  imach.o : imach.c
           $(CC) $(LFLAGS) -c imach.c
   $(PARAM).htm: imach $(PARAM).txt data1.txt
           ./imach $(PARAM).txt
   
   clean: orbiaspar.txt
           rm or$(PARAM).txt er$(PARAM).txt pijr$(PARAM).txt plr$(PARAM).txt \
           r$(PARAM).txt tr$(PARAM).txt vpl$(PARAM).txt pr$(PARAM).txt \
           vr$(PARAM).txt *.gif imach.exe imach.o
   
   

Removed from v.1.1.1.1  
changed lines
  Added in v.1.4


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