version 1.4, 2001/05/02 18:21:28
|
version 1.5, 2001/05/02 18:44:18
|
Line 1
|
Line 1
|
CC= gcc -v
|
#CC= gcc -v
|
|
CC= gcc
|
#LFLAGS= -v -g
|
#LFLAGS= -v -g
|
#CFLAGS= -g
|
#CFLAGS= -g
|
|
|
LFLAGS= -O2 -g -mno-cygwin
|
LFLAGS= -O2 -g -mno-cygwin
|
CFLAGS= -O2 -g
|
CFLAGS= -O2 -g
|
|
|
PARAM=biaspar
|
PARAM=mypar1
|
|
|
imach : imach.o
|
imach : imach.o
|
$(CC) $(LFLAGS) -o imach imach.o
|
$(CC) $(LFLAGS) -o imach imach.o
|
Line 14 imach.o : imach.c
|
Line 15 imach.o : imach.c
|
$(PARAM).htm: imach $(PARAM).txt data1.txt
|
$(PARAM).htm: imach $(PARAM).txt data1.txt
|
./imach $(PARAM).txt
|
./imach $(PARAM).txt
|
|
|
clean: orbiaspar.txt
|
clean:
|
rm or$(PARAM).txt er$(PARAM).txt pijr$(PARAM).txt plr$(PARAM).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 \
|
r$(PARAM).txt tr$(PARAM).txt vpl$(PARAM).txt pr$(PARAM).txt \
|
vr$(PARAM).txt *.gif imach.exe imach.o
|
vr$(PARAM).txt *.gif imach.exe imach.o
|