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

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

MAJ Makefile - Reza 8/11/2005

File size: 918 bytes
RevLine 
[2743]1include ../BuildMgr/sophyamake.inc
[824]2
[2743]3all: $(SOPHYALIBP)libLinAlg.a
4
[824]5clean:
[2743]6 rm -f $(SOPHYAOBJP)intflapack.o
7 rm -f $(SOPHYALIBP)libLinAlg.a
[824]8
[2743]9$(SOPHYALIBP)libLinAlg.a : $(SOPHYAOBJP)intflapack.o
10 $(AR) $(ARFLAGS) $@ $?
[2763]11 touch $(SOPHYAINCP)/SophyaConfInfo/libextsophya.objlist
[2743]12
13$(SOPHYAOBJP)intflapack.o: intflapack.cc \
[2765]14 $(SOPHYAINCP)sopnamsp.h intflapack.h \
[2743]15 $(SOPHYAINCP)machdefs.h \
16 $(SOPHYAINCP)tarray.h \
17 $(SOPHYAINCP)basarr.h \
18 $(SOPHYAINCP)anydataobj.h \
19 $(SOPHYAINCP)mutyv.h \
[2834]20 $(SOPHYAINCP)timestamp.h \
[2743]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 \
[2834]28 $(SOPHYAINCP)dvlist.h \
[2743]29 $(SOPHYAINCP)ndatablock.h \
30 $(SOPHYAINCP)utilarr.h \
31 $(SOPHYAINCP)tvector.h \
32 $(SOPHYAINCP)tmatrix.h
[2765]33 $(CXXCOMPILE) $(CXXTEMPFLG) -o $@ intflapack.cc
[2743]34
Note: See TracBrowser for help on using the repository browser.