This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
deb-mbse/Makefile.global.in
2002-01-12 20:29:38 +00:00

32 lines
588 B
Makefile

# Compile-time configuration for MBSE FidoNet/Internet BBS
# $Id$
VERSION = @VERSION@
PACKAGE = @PACKAGE@
# for make install, where to put binaries and what owner to set
SUBDIRS = @SUBDIRS@
PREFIX = @prefix@
BINDIR = @prefix@/bin
ETCDIR = @prefix@/etc
DOCDIR = @prefix@/doc
OWNER = @OWNER@
GROUP = @GROUP@
MODE = 0711
SMODE = 6711
CHOWN = @CHOWN@
INSTALL = @INSTALL@
RANLIB = @RANLIB@
SHELL = /bin/sh
ECHO = echo -e
CC = @CC@
YACC = @YACC@
AWK = @AWK@
TAR = @TAR@
ZIP = @ZIP@
CFLAGS = -O2 -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -pipe
LIBS = @LIBS@