source-depend.make
上传用户:goto8899
上传日期:2014-01-20
资源大小:303k
文件大小:1k
- ############################################################
- ## Compilation de la librairie PIO
- LDIR = PIO
- ####### Files
- PIO_LIB = $(PRJLIB)/libt_pio.a
- PIO_MOD = OUTPUT.$(MOD)
- RPM.$(MOD)
- STRING.$(MOD)
- PIO_OBJ = $(PIO_MOD:.$(MOD)=.o)
- erreur.o
- rpm_output.o
- D_PIO_OBJ = $(PIO_OBJ:%=$(PRJOBJ)/%)
- D_PIO_SRC = $(PIO_OBJ:%.o=$(LDIR)/%.f90)
- ####### Build rules
- all: $(PIO_LIB)
- $(PIO_LIB): $(D_PIO_OBJ)
- @echo ---------------------------------------------------------------
- @echo * Cr閍tion de la librairie $(PIO_LIB)
- @touch $(PIO_LIB) ; rm $(PIO_LIB)
- @$(AR) ruv $(PIO_LIB) $(D_PIO_OBJ)
- @echo * Cr閍tion de l'index de la librairie
- @$(RAN) $(PIO_LIB)
- @echo ---------------------------------------------------------------
- @echo * LIBRAIRIE $(PIO_LIB) cr殚e
- @echo ---------------------------------------------------------------
- PIO_clean:
- -rm $(PIO_LIB) $(D_PIO_OBJ) $(PIO_MOD)
- ####### Dependencies
- PIO/depends.make: $(D_PIO_SRC)
- (cd PIO ; ../$(MAKEDEPENDS))
- include PIO/depends.make