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
2001-11-03 22:45:03 +00:00

33 lines
601 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@
LEX = @LEX@
AWK = @AWK@
TAR = @TAR@
ZIP = @ZIP@
CFLAGS = -O2 -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -pipe
LIBS = @LIBS@