source: trunk/src/Makefile @ 74

Last change on this file since 74 was 74, checked in by aaclod, 12 years ago

compatibility with version 9.2

  • Property svn:eol-style set to native
File size: 403 bytes
Line 
1# GENOPT=-DOPTIMORDER -DSOLSORYAO -E
2#GENOPT= -E
3GENOPT=-DOPTIMORDER -E
4YAOPT= -p -n +O3 -x sinobad
5
6essai: essai.d ../object/ncutil.o
7        ${YAODIR}/etc/yao92  $(YAOPT) essai.d
8
9essai.d: essai.c         
10        rm -f essai.d
11        gcc $(GENOPT)  essai.c > essai.d
12
13essai.c: sinobad.d
14        cp -f sinobad.d essai.c
15
16../object/ncutil.o:
17         cd ../include && $(MAKE)
18
19clean:
20        rm -f essai.c*
21
22rmproper: clean
23        rm -f ../object/ncutil.o
Note: See TracBrowser for help on using the repository browser.