Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 31971 | Differences between
and this patch

Collapse All | Expand All

(-)config/Makeinc.common.gentoo (-9 / +11 lines)
Lines 21-32 Link Here
21
#
21
#
22
####################################################################
22
####################################################################
23
GEMPAKHOME       = $(NAWIPS)/gempak
23
GEMPAKHOME       = $(NAWIPS)/gempak
24
GEMPAK		 = $(GEMPAKHOME)
25
GEMTBL		 = $(GEMPAKHOME)/tables
26
GEMPDF		 = $(GEMPAKHOME)/pdf
27
GEMERR		 = $(GEMPAKHOME)/error
28
GEMPARM		 = $(GEMPAKHOME)/parm
29
GEMPTXT		 = $(GEMPAKHOME)/ptxt
30
GEMHLP		 = $(GEMPAKHOME)/help
24
SHELL            = /bin/sh
31
SHELL            = /bin/sh
25
FC               = f77
32
FC               = f77
26
CC               = cc
33
CC               = cc
27
AR               = ar
34
AR               = ar
28
ARFLAGS          = rv
35
ARFLAGS          = rv
29
#RANLIB           = ranlib
36
RANLIB           = ranlib
30
RM               = rm -f
37
RM               = rm -f
31
INSTALL          = install -s
38
INSTALL          = install -s
32
AUXINSTALL       = install
39
AUXINSTALL       = install
Lines 41-47 Link Here
41
LDM_FLAGS        =
48
LDM_FLAGS        =
42
49
43
GEMOLB           = $(NAWIPS)/lib/$(NA_OS)
50
GEMOLB           = $(NAWIPS)/lib/$(NA_OS)
44
INCDIR           = $(GEMPAK)/include
51
INCDIR           = $(GEMPAKHOME)/include
45
GEMINC           = -I$(INCDIR)
52
GEMINC           = -I$(INCDIR)
46
NAWIPS_INC       = -I$(NAWIPS)/include
53
NAWIPS_INC       = -I$(NAWIPS)/include
47
GEMEXE           = $(NAWIPS)/bin/$(NA_OS)
54
GEMEXE           = $(NAWIPS)/bin/$(NA_OS)
Lines 79-92 Link Here
79
NETCDF           = $(NETCDFHOME)/lib/libnetcdf.a
86
NETCDF           = $(NETCDFHOME)/lib/libnetcdf.a
80
87
81
ZLIB             = $(GEMOLB)/libz.a
88
ZLIB             = $(GEMOLB)/libz.a
82
ZLIBINC          = $(GEMPAK)/source/zlib
89
ZLIBINC          = $(GEMPAKHOME)/source/zlib
83
PNGLIB           = $(GEMOLB)/libpng.a
90
PNGLIB           = $(GEMOLB)/libpng.a
84
PNGINC           = $(GEMPAK)/source/libpng
91
PNGINC           = $(GEMPAKHOME)/source/pnglib
85
86
#RSLINC           = /scratch/chiz/rsl/include
87
#RSLLIB           = -L/scratch/chiz/rsl/lib -lrsl
88
RSLINC           = $(GEMPAK)/source/rsl/include
89
RSLLIB           = $(GEMOLB)/rsl.a
90
92
91
BUFRFLAGS        = -O
93
BUFRFLAGS        = -O
92
94

Return to bug 31971