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