version 1.3, 2001/05/02 17:56:53
|
version 1.4, 2001/05/02 18:21:28
|
Line 5 CC= gcc -v
|
Line 5 CC= gcc -v
|
LFLAGS= -O2 -g -mno-cygwin
|
LFLAGS= -O2 -g -mno-cygwin
|
CFLAGS= -O2 -g
|
CFLAGS= -O2 -g
|
|
|
|
PARAM=biaspar
|
|
|
imach : imach.o
|
imach : imach.o
|
$(CC) $(LFLAGS) -o imach imach.o
|
$(CC) $(LFLAGS) -o imach imach.o
|
imach.o : imach.c
|
imach.o : imach.c
|
$(CC) $(LFLAGS) -c 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
|
|
|
|
|