Changeset 1043 for branches/rel1/psLib/src/Makefile.Globals
- Timestamp:
- Jun 14, 2004, 5:09:26 PM (22 years ago)
- File:
-
- 1 edited
-
branches/rel1/psLib/src/Makefile.Globals (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/rel1/psLib/src/Makefile.Globals
r1008 r1043 5 5 ## Assumptions: Variable "prefix" already defined 6 6 ## 7 ## $Revision: 1.10 $ $Name: not supported by cvs2svn $8 ## $Date: 2004-06-1 2 01:33:16$7 ## $Revision: 1.10.2.1 $ $Name: not supported by cvs2svn $ 8 ## $Date: 2004-06-15 03:09:15 $ 9 9 ## 10 10 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 46 46 # Set initial value for LDFLAGS which will include all OS common flags for GCC and required libraries. 47 47 48 LDFLAGS := -g2 -pipe -lcfitsio -lgsl -lgslcblas -lfftw3f 48 EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f 49 LDFLAGS := -g2 -pipe $(EXTLIBS) 49 50 50 51 # Define or refine variables for the Linux OS … … 64 65 CFLAGS += -Wno-long-double -DDARWIN 65 66 CFLAGS_RELOC := $(CFLAGS) 67 LDFLAGS := $(LDFLAGS) -lmx 66 68 LDFLAGS_SO := $(LDFLAGS) -bundle -flat_namespace -undefined suppress 67 69 LDFLAGS_DLL := $(LDFLAGS) -dynamiclib … … 70 72 DOCS = 71 73 BUILD_DYNAMIC1 = libtool -dynamic 72 BUILD_DYNAMIC2 = -lm -l gcc-o74 BUILD_DYNAMIC2 = -lm -lmx -lgcc $(EXTLIBS) -o 73 75 endif 74 76
Note:
See TracChangeset
for help on using the changeset viewer.
