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

35 lines
625 B
Makefile
Raw Normal View History

2001-11-03 21:57:45 +00:00
# Compile-time configuration for MBSE FidoNet/Internet BBS
2001-11-03 22:45:03 +00:00
# $Id$
2001-11-03 21:57:45 +00:00
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@
AWK = @AWK@
TAR = @TAR@
ZIP = @ZIP@
2002-07-27 20:09:37 +00:00
# joe editor
JOEBIN = @joebin@
JOELIB = @joelib@
2001-11-03 21:57:45 +00:00
CFLAGS = -O2 -Wall -Wshadow -Wwrite-strings -Wstrict-prototypes -pipe
LIBS = @LIBS@