File: init.in

package info (click to toggle)
plplot 5.3.1-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 26,248 kB
  • ctags: 11,687
  • sloc: ansic: 86,045; xml: 17,249; sh: 12,400; tcl: 8,113; cpp: 6,824; perl: 4,383; python: 3,915; makefile: 2,899; java: 2,788; fortran: 290; sed: 5; awk: 1
file content (44 lines) | stat: -rw-r--r-- 1,112 bytes parent folder | download | duplicates (2)
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
42
43
44
# -----------------------------------------------------------------------
# $Id: init.in,v 1.7 2002/09/24 10:16:48 aroach Exp $
#
# Maurice LeBrun
# IFS, University of Texas at Austin
# 14-Jul-1994
#
# Basic make assignments for PLplot under Unix (driven by "configure").
# These are used in both the library and demo Makefiles.
# -----------------------------------------------------------------------

# Utilities

CC		= gcc
LDC		= gcc
OCC		= gcc
F77		=
LDF		= gcc
M4		= m4
LN		= ln -s

# Flags and other miscellanea

F77_FLAGS	=
LDC_FLAGS	=
LDF_FLAGS	=
LDC_LIBS	= -lgrx20 $(LDC_LIBS_TIFF) $(LDC_LIBS_PNG) $(LDC_LIBS_JPEG) $(LDC_LIBS_CGM) $(LDC_LIBS_FREETYPE) -lm
LDF_LIBS	= -lf2c -lgrx20 $(LDC_LIBS_TIFF) $(LDC_LIBS_PNG) $(LDC_LIBS_CGM) $(LDC_LIBS_JPEG) $(LDC_LIBS_FREETYPE) -lm
LIB_TAG		=
TO		= -o
O		= .o
E		=

# Install directories

LIB_DIR		= \plplot\lib
LIB_DIR2	= /plplot/lib
DOC_DIR		= \plplot\doc
BIN_DIR		= \plplot\bin
INFO_DIR	= \plplot\info
INCLUDE_DIR	= \plplot\include
INCLUDE_DIR2	= /plplot/include
TCL_DIR		= \plplot\tcl
DEMOS_DIR	= \plplot\examples