7982812431
- cleanup Makefile - make this port respect CC and CFLAGS - fix port so it'll work in package form
56 lines
1.1 KiB
Plaintext
56 lines
1.1 KiB
Plaintext
#
|
|
# THIS IS AN AUTOMATICALLY GENERATED FILE
|
|
#
|
|
# If you edit this file and later run "setup", your
|
|
# changes will be lost. This file gets fed to "make",
|
|
# so keep that in mind if you make changes.
|
|
#
|
|
|
|
# Installing user's home directory
|
|
HOME = /none
|
|
|
|
# Directory where the client will be installed.
|
|
BINDIR = @PREFIX@/bin
|
|
|
|
# Directory where the manual page will be installed.
|
|
MANDIR = @PREFIX@/man
|
|
|
|
# Compiler to use.
|
|
CC = @CC@
|
|
|
|
# Compile options.
|
|
CFLAGS += ${DEBUG} -DSTRINGS_H -DTIME_H
|
|
TCLCFLAGS += ${DEBUG} -DSTRINGS_H -DTIME_H
|
|
|
|
# Lint flags
|
|
LFLAGS = -u -DSTRINGS_H -DTIME_H
|
|
|
|
# System dependent source file.
|
|
SYSDEP =sysdep.bsd
|
|
|
|
# Other libraries to include.
|
|
OTHERLIBS =-lcurses -ltermcap
|
|
|
|
# Resolver library
|
|
RESOLVLIB =
|
|
|
|
# Parallel makes. Set to & for Sequents.
|
|
PMAKE =
|
|
|
|
# Makefile dependency generator.
|
|
MAKEDEPEND = makedepend
|
|
|
|
# Makefile dependency generator.
|
|
DEPENDFLAGS = -fMake -DSTRINGS_H -DTIME_H
|
|
|
|
# Hostname and port of remote server.
|
|
DEFAULTHOST = 129.24.12.18
|
|
DEFAULTPORT = 7326
|
|
|
|
# Directory for support files
|
|
LIBDIR = @PREFIX@/lib/icb
|
|
|
|
# location of server database
|
|
SERVERLIST = @PREFIX@/lib/icbserverdb
|
|
|