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

41 lines
697 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$
MAJOR = @MAJOR@
MINOR = @MINOR@
REVISION = @REVISION@
VERSION = @MAJOR@.@MINOR@.@REVISION@
2001-11-03 21:57:45 +00:00
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@
2003-08-03 20:23:48 +00:00
MAKE = @MAKE@
2001-11-03 21:57:45 +00:00
2002-07-27 20:09:37 +00:00
# joe editor
JOEBIN = @joebin@
JOELIB = @joelib@
2003-12-17 22:16:08 +00:00
CFLAGS = @CFLAGS@
2001-11-03 21:57:45 +00:00
LIBS = @LIBS@
2003-12-17 22:16:08 +00:00
DEFS = @DEFS@
2003-12-18 21:13:53 +00:00
LDFLAGS = @LDFLAGS@
2001-11-03 21:57:45 +00:00