Last change
on this file since 4025 was 2768, checked in by cmv, 20 years ago |
nouvelle gestion de CXXTEMPFLG cmv 25/05/2005
|
File size:
626 bytes
|
Rev | Line | |
---|
[2743] | 1 | include ../BuildMgr/sophyamake.inc
|
---|
[2404] | 2 |
|
---|
| 3 | CPPFLAGS := $(CPPFLAGS) -Df2cFortran
|
---|
| 4 | CXXFLAGS := $(CXXFLAGS) -Df2cFortran
|
---|
| 5 |
|
---|
[2743] | 6 | all: $(SOPHYALIBP)libMinuitAdapt.a
|
---|
[2404] | 7 |
|
---|
[2763] | 8 | clean:
|
---|
[2743] | 9 | rm -f $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
|
---|
| 10 | rm -f $(SOPHYALIBP)libMinuitAdapt.a
|
---|
[2751] | 11 |
|
---|
[2404] | 12 |
|
---|
[2743] | 13 | $(SOPHYALIBP)libMinuitAdapt.a : $(SOPHYAOBJP)minuitadapt.o $(SOPHYAOBJP)minuitadaptF.o
|
---|
| 14 | $(AR) $(ARFLAGS) $@ $?
|
---|
[2763] | 15 | touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
|
---|
[2404] | 16 |
|
---|
[2743] | 17 | $(SOPHYAOBJP)minuitadapt.o: minuitadapt.cc minuitadapt.h minuitprot.h
|
---|
[2768] | 18 | $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ minuitadapt.cc
|
---|
[2404] | 19 |
|
---|
[2743] | 20 | $(SOPHYAOBJP)minuitadaptF.o: minuitadaptF.f
|
---|
[2768] | 21 | $(FCCOMPILE) -o $@ minuitadaptF.f
|
---|
[2751] | 22 |
|
---|
Note:
See
TracBrowser
for help on using the repository browser.