source: trunk/src/Makefile @ 186

Last change on this file since 186 was 81, checked in by jbrlod, 11 years ago

bug fixes

  • Property svn:eol-style set to native
File size: 400 bytes
RevLine 
[70]1# GENOPT=-DOPTIMORDER -DSOLSORYAO -E
[53]2#GENOPT= -E
[55]3GENOPT=-DOPTIMORDER -E
[81]4YAOPT= -p +O3 -x sinobad
[50]5
[65]6essai: essai.d ../object/ncutil.o
[74]7        ${YAODIR}/etc/yao92  $(YAOPT) essai.d
[50]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
[65]16../object/ncutil.o:
17         cd ../include && $(MAKE)
18
[50]19clean:
[65]20        rm -f essai.c*
21
[66]22rmproper: clean
[65]23        rm -f ../object/ncutil.o
Note: See TracBrowser for help on using the repository browser.