File: Make.conf

package info (click to toggle)
xloadimage 4.1-16
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 2,892 kB
  • ctags: 3,902
  • sloc: ansic: 35,706; sh: 7,714; makefile: 392; asm: 284
file content (44 lines) | stat: -rw-r--r-- 948 bytes parent folder | download | duplicates (9)
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
# Xloadimage Configuration file.  Normally this file is created by the
# autoconfig program.  If you edit this file, make certain that the
# CONFIG_STYLE line is set to -skip or autoconfig will overwrite your
# changes.
CONFIG_STYLE=-auto

# C compiler to use, including special flags.
CC=cc

# Configuration and options flags for C compiler.
CC_FLAGS=

# Optimization flags for C compiler.
OPT_FLAGS=

# Miscellaneous system libraries.
SYS_LIBS=

# X11 include and library information.
X11_INC_DIR=
X11_LIB_DIR=
X11_LIB_NAME=-lX11

INSTALLDIR=/usr/local/bin

# Optional source files, usually integrations for optional loaders.
OPTIONAL_SRCS=

# Optional libraries, usually loaders.
OPTIONAL_LIBS=

# Ranlib program, or /bin/true if unnecessary
RANLIB=ranlib

# Other miscellaneous more-or-less standard programs
RM=rm -f
AR=ar cq
CP=cp
MV=mv
LN=ln -s

# These fix problems with make cmds that use $SHELL by default
SHELL=/bin/sh
MAKESHELL=/bin/sh