source: tag/rc_yao_9.1/etc/src/Makefile @ 281

Last change on this file since 281 was 281, checked in by lnalod, 14 years ago

Synchronization of the install procedure for the release candidate yao9.

  • Property svn:eol-style set to native
File size: 631 bytes
Line 
1# ------------------------------------------------------------
2# Compilation Specification File.   Use GNU make !!
3# ------------------------------------------------------------
4YCTOOL=yf2m yrms ylmodf yrcmt Ydf1
5# ------------------------------------------------------------
6CP=cp
7# ------------------------------------------------------------
8CC=gcc
9CFLAGS=-O0 -lm -g -Wall
10CPP=g++
11CPPFLAGS=-O0 -lm -g -Wall
12
13all: $(YCTOOL)
14
15install: all
16        -@echo " "
17        -@echo " --> Installation de Yao tools:"
18        -@echo " --> copie les outils compiles ..."
19        $(CP) $(YCTOOL) ../bin/ ;
20        -@echo " $(YCTOOL) installe."
21
22clean:
23        -rm -f *.o *.a $(YCTOOL)
Note: See TracBrowser for help on using the repository browser.