source: Sophya/trunk/SophyaExt/LinAlg/Makefile@ 2903

Last change on this file since 2903 was 2834, checked in by ansari, 20 years ago

MAJ Makefile - Reza 8/11/2005

File size: 918 bytes
Line 
1include ../BuildMgr/sophyamake.inc
2
3all: $(SOPHYALIBP)libLinAlg.a
4
5clean:
6 rm -f $(SOPHYAOBJP)intflapack.o
7 rm -f $(SOPHYALIBP)libLinAlg.a
8
9$(SOPHYALIBP)libLinAlg.a : $(SOPHYAOBJP)intflapack.o
10 $(AR) $(ARFLAGS) $@ $?
11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
12
13$(SOPHYAOBJP)intflapack.o: intflapack.cc \
14 $(SOPHYAINCP)sopnamsp.h intflapack.h \
15 $(SOPHYAINCP)machdefs.h \
16 $(SOPHYAINCP)tarray.h \
17 $(SOPHYAINCP)basarr.h \
18 $(SOPHYAINCP)anydataobj.h \
19 $(SOPHYAINCP)mutyv.h \
20 $(SOPHYAINCP)timestamp.h \
21 $(SOPHYAINCP)objfio.h \
22 $(SOPHYAINCP)ppersist.h \
23 $(SOPHYAINCP)pexceptions.h \
24 $(SOPHYAINCP)gnumd5.h \
25 $(SOPHYAINCP)ppfbinstream.h \
26 $(SOPHYAINCP)rawstream.h \
27 $(SOPHYAINCP)ppfnametag.h \
28 $(SOPHYAINCP)dvlist.h \
29 $(SOPHYAINCP)ndatablock.h \
30 $(SOPHYAINCP)utilarr.h \
31 $(SOPHYAINCP)tvector.h \
32 $(SOPHYAINCP)tmatrix.h
33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
34
Note: See TracBrowser for help on using the repository browser.