source: trunk/src/Makefile @ 64

Last change on this file since 64 was 55, checked in by jbrlod, 13 years ago

prepare tag 2.0 version

  • Property svn:eol-style set to native
File size: 288 bytes
Line 
1#GENOPT=-DOPTIMORDER -DSOLSORYAO -E
2#GENOPT= -E
3GENOPT=-DOPTIMORDER -E
4YAOPT=  -p +O3 -x sinobad
5
6essai: essai.d
7        ${YAODIR}/etc/YaoI  $(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
16clean:
17        rm -f essai.c
Note: See TracBrowser for help on using the repository browser.