Changeset 785
- Timestamp:
- May 25, 2004, 2:04:32 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Makefile.Globals (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Makefile.Globals
r718 r785 5 5 ## Assumptions: Variable "prefix" already defined 6 6 ## 7 ## $Revision: 1. 7$ $Name: not supported by cvs2svn $8 ## $Date: 2004-05- 18 20:18:14$7 ## $Revision: 1.8 $ $Name: not supported by cvs2svn $ 8 ## $Date: 2004-05-26 00:04:32 $ 9 9 ## 10 10 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 40 40 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe 41 41 42 # Set initial value for LDFLAGS which will include all OS common flags for GCC 42 # Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries. 43 43 44 LDFLAGS := -g2 -pipe 44 LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas 45 45 46 46 # Define or refine variables for the Linux OS … … 64 64 DLL = dylib 65 65 SO = bundle 66 DOCS = 67 BUILD_DYNAMIC1 = libtool -dynamic 68 BUILD_DYNAMIC2 = -lm -lgcc -o 66 DOCS = 67 BUILD_DYNAMIC1 = libtool -dynamic 68 BUILD_DYNAMIC2 = -lm -lgcc -o 69 69 endif 70 70
Note:
See TracChangeset
for help on using the changeset viewer.
