IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 6, 2004, 1:25:19 PM (22 years ago)
Author:
evanalst
Message:

Update to build both static and dynamic libraries.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/psLib/src/Makefile.Globals

    r515 r596  
    55##  Assumptions:    Variable "prefix" already defined
    66##
    7 ##  $Revision: 1.4 $  $Name: not supported by cvs2svn $
    8 ##  $Date: 2004-04-23 23:40:52 $
     7##  $Revision: 1.5 $  $Name: not supported by cvs2svn $
     8##  $Date: 2004-05-06 23:25:19 $
    99##
    1010##  Copyright 2004 Maui High Performance Computing Center, University of Hawaii
     
    5353    SO  = so
    5454    DOCS = doxygen Doxyfile
     55    BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive
     56    BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o
    5557endif
    5658
     
    6365    SO = bundle
    6466    DOCS =
     67    BUILD_DYNAMIC1 = libtool -dynamic -lm
     68    BUILD_DYNAMIC2 = -lm -o
    6569endif
    6670
Note: See TracChangeset for help on using the changeset viewer.