source: Sophya/trunk/SophyaExt/MinuitAdapt/Maketest@ 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: 300 bytes
RevLine 
[2763]1include $(SOPHYABASE)/include/sophyamake.inc
2
3CPPFLAGS := $(CPPFLAGS) -Df2cFortran
4CXXFLAGS := $(CXXFLAGS) -Df2cFortran
5
6all: testminuit
7
8clean:
9 rm -f testminuit testminuit.o
10
11testminuit: testminuit.o
12 $(CXXLINK) $^ -o $@ $(SOPHYAEXTSLBLIST)
13testminuit.o: testminuit.cc
14 $(CXXCOMPILEPROG) -o $@ $<
Note: See TracBrowser for help on using the repository browser.