Annotation of imach/src/Makefile, revision 1.4
1.2 lievre 1: CC= gcc -v
1.3 lievre 2: #LFLAGS= -v -g
3: #CFLAGS= -g
4:
5: LFLAGS= -O2 -g -mno-cygwin
6: CFLAGS= -O2 -g
1.2 lievre 7:
1.4 ! lievre 8: PARAM=biaspar
1.2 lievre 9:
10: imach : imach.o
11: $(CC) $(LFLAGS) -o imach imach.o
12: imach.o : imach.c
13: $(CC) $(LFLAGS) -c imach.c
1.4 ! lievre 14: $(PARAM).htm: imach $(PARAM).txt data1.txt
! 15: ./imach $(PARAM).txt
1.2 lievre 16:
1.4 ! lievre 17: clean: orbiaspar.txt
! 18: rm or$(PARAM).txt er$(PARAM).txt pijr$(PARAM).txt plr$(PARAM).txt \
! 19: r$(PARAM).txt tr$(PARAM).txt vpl$(PARAM).txt pr$(PARAM).txt \
! 20: vr$(PARAM).txt *.gif imach.exe imach.o
1.2 lievre 21:
22:
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>