Last change
on this file since 3359 was 2735, checked in by cmv, 20 years ago |
memorisation makefile old-fashion Mgr cmv 19/05/05
|
File size:
586 bytes
|
Rev | Line | |
---|
[2735] | 1 | include ../Mgr/Makefile.h
|
---|
| 2 |
|
---|
| 3 | all: $(LIB)libLinAlg.a
|
---|
| 4 | clean:
|
---|
| 5 | rm -f $(OBJ)intflapack.o
|
---|
| 6 | rm -f $(LIB)libLinAlg.a
|
---|
| 7 | $(LIB)libLinAlg.a : $(OBJ)intflapack.o
|
---|
| 8 | $(ARCXX) $(ARCXXFLAGS) $@ $($(ARARGS))
|
---|
| 9 | ifeq ($(CXX),cxx)
|
---|
| 10 | $(CXX) $? $(CPPFLAGS) $(CXXFLAGS) -o $(OBJ)xx.x -Hf
|
---|
| 11 | endif
|
---|
| 12 |
|
---|
| 13 | $(OBJ)intflapack.o: intflapack.cc intflapack.h \
|
---|
| 14 | $(INC)machdefs.h \
|
---|
| 15 | $(INC)tarray.h \
|
---|
| 16 | $(INC)basarr.h \
|
---|
| 17 | $(INC)anydataobj.h \
|
---|
| 18 | $(INC)mutyv.h \
|
---|
| 19 | $(INC)dvlist.h \
|
---|
| 20 | $(INC)objfio.h \
|
---|
| 21 | $(INC)ppersist.h \
|
---|
| 22 | $(INC)pexceptions.h \
|
---|
| 23 | $(INC)gnumd5.h \
|
---|
| 24 | $(INC)ndatablock.h \
|
---|
| 25 | $(INC)utilarr.h \
|
---|
| 26 | $(INC)tvector.h \
|
---|
| 27 | $(INC)tmatrix.h
|
---|
Note:
See
TracBrowser
for help on using the repository browser.