Changeset 2869 for trunk/psLib/src/Makefile.Globals
- Timestamp:
- Jan 3, 2005, 1:41:36 PM (22 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Makefile.Globals (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Makefile.Globals
r2847 r2869 6 6 ## Assumptions: Variable "prefix" already defined 7 7 ## 8 ## $Revision: 1.3 6$ $Name: not supported by cvs2svn $9 ## $Date: 200 4-12-29 22:15:50$8 ## $Revision: 1.37 $ $Name: not supported by cvs2svn $ 9 ## $Date: 2005-01-03 23:37:52 $ 10 10 ## 11 11 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 45 45 endif 46 46 47 ifndef PS_LIB_VERSION 48 export PS_LIB_VERSION = rel4 49 endif 50 47 51 ifndef sladir 48 52 export sladir = /usr/local/star … … 70 74 71 75 EXTLIBS := -lcfitsio -lgsl -lgslcblas -lfftw3f -L$(sladir)/lib $(SLA_LINK) $(XML2_LINK) 72 LDFLAGS := -g2 -pipe $(EXTLIBS) 76 LDFLAGS := -g2 -pipe $(EXTLIBS) 73 77 74 78 # Define or refine variables for the Linux OS … … 86 90 87 91 ifneq "$(findstring arwin,$(OSTYPE))" "" 88 CFLAGS += -Wno-long-double -DDARWIN 92 CFLAGS += -Wno-long-double -DDARWIN 89 93 CFLAGS_RELOC := $(CFLAGS) 90 94 LDFLAGS := $(LDFLAGS) -lmx
Note:
See TracChangeset
for help on using the changeset viewer.
