Changeset 596 for trunk/psLib/src/Makefile.Globals
- Timestamp:
- May 6, 2004, 1:25:19 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Makefile.Globals (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Makefile.Globals
r515 r596 5 5 ## Assumptions: Variable "prefix" already defined 6 6 ## 7 ## $Revision: 1. 4$ $Name: not supported by cvs2svn $8 ## $Date: 2004-0 4-23 23:40:52$7 ## $Revision: 1.5 $ $Name: not supported by cvs2svn $ 8 ## $Date: 2004-05-06 23:25:19 $ 9 9 ## 10 10 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 53 53 SO = so 54 54 DOCS = doxygen Doxyfile 55 BUILD_DYNAMIC1 = $(CC) $(LDFLAGS_DLL) -Wl,--whole-archive 56 BUILD_DYNAMIC2 = -Wl,--no-whole-archive -lm -o 55 57 endif 56 58 … … 63 65 SO = bundle 64 66 DOCS = 67 BUILD_DYNAMIC1 = libtool -dynamic -lm 68 BUILD_DYNAMIC2 = -lm -o 65 69 endif 66 70
Note:
See TracChangeset
for help on using the changeset viewer.
