File:  [Local Repository] / imach / src / Makefile
Revision 1.4: download - view: text, annotated - select for diffs
Wed May 2 18:21:28 2001 UTC (23 years, 1 month ago) by lievre
Branches: MAIN
CVS tags: HEAD
hanges in Makefile. Some cleaning in .gif and .txt files

    1: CC= gcc -v
    2: #LFLAGS= -v -g
    3: #CFLAGS= -g 
    4: 
    5: LFLAGS= -O2 -g -mno-cygwin
    6: CFLAGS= -O2 -g
    7: 
    8: PARAM=biaspar
    9: 
   10: imach : imach.o 
   11: 	$(CC) $(LFLAGS) -o imach imach.o
   12: imach.o : imach.c 
   13: 	$(CC) $(LFLAGS) -c imach.c
   14: $(PARAM).htm: imach $(PARAM).txt data1.txt
   15: 	./imach $(PARAM).txt
   16: 
   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
   21: 
   22: 

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>