source: Sophya/trunk/SophyaExt/MinuitAdapt/Makefile@ 2763

Last change on this file since 2763 was 2763, checked in by cmv, 20 years ago

suite modifs makefile/configure cmv 24/05/05

File size: 591 bytes
Line 
1include ../BuildMgr/sophyamake.inc
2
3CPPFLAGS := $(CPPFLAGS) -Df2cFortran
4CXXFLAGS := $(CXXFLAGS) -Df2cFortran
5
6all: $(SOPHYALIBP)libMinuitAdapt.a
7
8clean:
9 rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
10 rm -f $(SOPHYALIBP)libMinuitAdapt.a
11
12
13$(SOPHYALIBP)libMinuitAdapt.a : $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
14 $(AR) $(ARFLAGS) $@ $?
15 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
16
17$(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h
18 $(CXXCOMPILELIB) -o $@ $<
19
20$(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f
21 $(FCCOMPILE) -o $@ $<
22
Note: See TracBrowser for help on using the repository browser.