source: TRACY3/trunk/tracy/TPSA/Makefile.am @ 3

Last change on this file since 3 was 3, checked in by zhangj, 12 years ago

Initiale import

  • Property svn:executable set to *
File size: 256 bytes
Line 
1# This make file is used to generate the objects for the TPSA model,
2# then archive them into two static libraries *.a
3
4lib_LIBRARIES        = libTPSALib.a libLieLib.a
5
6libTPSALib_a_SOURCES = TPSALib.f
7
8libLieLib_a_SOURCES  = LieLib.f
9
10AM_FFLAGS   = -fPIC
Note: See TracBrowser for help on using the repository browser.