File: Makefile.config.in

package info (click to toggle)
rplay 3.3.2-18
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 3,928 kB
  • sloc: ansic: 42,161; makefile: 1,281; perl: 742; tcl: 345; sh: 311; java: 220
file content (80 lines) | stat: -rw-r--r-- 1,491 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
## $Id: Makefile.config.in,v 1.2 1998/08/13 06:12:59 boyns Exp $
##
## rplay Makefile configuration
##

SHELL=		/bin/sh
srcdir=		@srcdir@
VPATH=		@srcdir@
prefix=		@prefix@
exec_prefix=	@exec_prefix@
bindir=		$(exec_prefix)/bin
sbindir=	$(exec_prefix)/sbin
libdir=		$(exec_prefix)/lib
mandir=		$(prefix)/man
etcdir=		$(prefix)/etc
includedir=	$(prefix)/include
infodir=	$(prefix)/info
tmpdir=		/tmp
debiandir=	@srcdir@/../debian

##
## C compiler
##
CC=		@CC@
#CC=		gcc
#CC=		acc
#CC=		cc

##
## Default CFLAGS
##
CFLAGS+=		@CFLAGS@

##
## Other compiler options.
##
#CC_OPTIONS=	-O4
#CC_OPTIONS=	-O2 -fstrength-reduce -g
#CC_OPTIONS=	-fast				# acc
#CC_OPTIONS=	-O -DSVR4			# Solaris 2.x using SunPro C
#CC_OPTIONS=	-Aa -D_HPUX_SOURCE +O3 -J +ESlit +Obb850 +FPD	# HP A.09.34 cc
#CC_OPTIONS=	-Ae +O2 +Oall			# HP A.09.61 or greater cc
#CC_OPTIONS=	-O -cckr			# SGI 
#CC_OPTIONS=	-O				# generic
#CC_OPTIONS=	-g				# debug 

##
## Extra linker options.
##
#LD_OPTIONS=		
#LD_OPTIONS=	-s -L$(libdir)			# HP-UX

##
## Name of the rplay library to build.
##
LIBRPLAY_NAME=	librplay.a
#LIBRPLAY_NAME=	librplay.sl			# HP-UX

##
## System utilities.
##
RM=			rm -f
CHMOD=			chmod
TAGS=			@ETAGS@
MAKEDEPEND=		@MAKEDEPEND@
LN_S=			@LN_S@
AR=			ar
RANLIB=			@RANLIB@
MAKEINFO=		@MAKEINFO@
MAKEINFO_FLAGS=
TEXI2DVI=		@TEXI2DVI@
TEXI2DVI_FLAGS=
TEXI2HTML=		@TEXI2HTML@
TEXI2HTML_FLAGS=	-menu -split_chapter
DVIPS=			@DVIPS@

##
## rplay version - don't change this!
##
RPLAY_VERSION=	"@RPLAY_VERSION@"