Changeset 3115 for trunk/psLib/src/Makefile.Globals
- Timestamp:
- Feb 2, 2005, 2:54:13 PM (21 years ago)
- File:
-
- 1 edited
-
trunk/psLib/src/Makefile.Globals (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/psLib/src/Makefile.Globals
r3058 r3115 6 6 ## Assumptions: Variable "prefix" already defined 7 7 ## 8 ## $Revision: 1. 39$ $Name: not supported by cvs2svn $9 ## $Date: 2005-0 1-19 01:53:09$8 ## $Revision: 1.40 $ $Name: not supported by cvs2svn $ 9 ## $Date: 2005-02-03 00:54:10 $ 10 10 ## 11 11 ## Copyright 2004 Maui High Performance Computing Center, University of Hawaii … … 50 50 51 51 ifndef PS_LIB_VERSION 52 export PS_LIB_VERSION = rel452 export PS_LIB_VERSION = post_rel4 53 53 endif 54 54 … … 61 61 endif 62 62 63 ifndef PERL_CORE 64 export PERL_CORE = `find /usr/lib -name CORE 2> /dev/null | tail -n 1` 65 endif 66 63 67 SLA_LINK := $(shell $(sladir)/bin/sla_link) 64 68 XML2_LINK := $(shell $(xml2config) --libs) … … 69 73 GCOVFLAGS := 70 74 CFLAGS := -O0 -g2 -Wall -Werror -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS) 75 SWIG_CFLAGS := -std=c99 -D_GNU_SOURCE -pipe $(GCOVFLAGS) $(XML2_CFLAGS) 71 76 72 77 ifdef NO_TRACE
Note:
See TracChangeset
for help on using the changeset viewer.
