File:  [Local Repository] / imach / src / Makefile
Revision 1.6: download - view: text, annotated - select for diffs
Thu May 17 16:07:14 2001 UTC (23 years ago) by lievre
Branches: MAIN
CVS tags: HEAD
Updated to Windows2000: changes in the path name to execute wgnuplot.

#CC= gcc -v
CC= gcc
#LFLAGS= -v -g
#CFLAGS= -g 

#LFLAGS= -O2 -g -mno-cygwin
#CFLAGS= -O2 -g

LFLAGS= -O2 -mno-cygwin
CFLAGS= -O2

PARAM=mypar1

imach : imach.o 
	$(CC) $(LFLAGS) -o imach imach.o
imach.o : imach.c 
	$(CC) $(LFLAGS) -c imach.c
$(PARAM).htm: imach $(PARAM).txt data1.txt
	./imach $(PARAM).txt

clean: 
	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



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