File:  [Local Repository] / imach / src / Makefile
Revision 1.10: download - view: text, annotated - select for diffs
Sun May 16 15:09:13 2004 UTC (20 years ago) by brouard
Branches: MAIN
CVS tags: HEAD
*** empty log message ***

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

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

#LFLAGS= -O3 -mno-cygwin
#CFLAGS= -O3

PARAM=mypar1

imach : imach.o 
	$(CC) $(LFLAGS) -o imach imach.o
imach.o : imach.c 
	$(CC) $(CFLAGS) -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>