File:  [Local Repository] / imach / src / Makefile
Revision 1.7: download - view: text, annotated - select for diffs
Wed Feb 20 17:25:35 2002 UTC (22 years, 3 months ago) by lievre
Branches: MAIN
CVS tags: HEAD
Nothing

#CC= gcc -v
CC= gcc
#LFLAGS= -v -g
#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) $(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>