File: CUSTOMIZE

package info (click to toggle)
netcdf-perl 1.2.1-8
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 292 kB
  • ctags: 5
  • sloc: perl: 351; makefile: 148
file content (41 lines) | stat: -rw-r--r-- 1,300 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# This file is for customizing the configuation process performed by
# `./configure'.  This file consists of sh(1) variable-definition lines.
# The value given to those variable by this file will override their
# default values.
#
# Alternatively, You can customize the configuration process via the
# environment variables seen by ./configure.  For example:
#
#     In csh(1):
#         % setenv PERL /usr/local/bin/perl
#         % ./configure
#
#     In sh(1):
#         $ PERL=/usr/local/bin/perl ./configure
#
# Variables in this file override the environmental ones.
#
########################################################################
#
# C compiler:
CC=/usr/bin/gcc
#
# Compiler reference for netCDF header file:
CPP_NETCDF=-I/usr/include/netcdf
#
# Linker reference for netCDF library:
LD_NETCDF='-L/usr/lib/netcdf -lnetcdf'
#
# Additional libraries that need to be linked into the dynamic library
# (NB: SunOS 4 systems might need something like the following to resolve
# the symbol `strerror'):
# LIBS='-L/usr/local/lang/SC3.0.1/lib -lansi'
#
# Pathname of the perl(1) utility:
PERL=/usr/bin/perl
#
# Pathname of the perl(1) top-level source directory:
# PERL_SRCDIR=/usr/local/src/perl5.000
#
# Pathname of the perl(1) manual page installation directory:
PERL_MANDIR=/usr/man/man1