Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
ad840f58
Commit
ad840f58
authored
Aug 22, 1991
by
Per Cederqvist
Browse files
L{nka med -lresolv. Tog bort rcs-saker.
parent
6415b730
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/server/Makefile
View file @
ad840f58
# Makefile for LysKOM
#
###############################################################################
#
# SPECIAL CONSIDERATIONS:
#
# - Requires GNU make.
# - CC, OPTIMIZE-FLAGS and other make variables are passed down
# in the environment.
# - C compiler must be ANSI conformant.
#
###############################################################################
#
# SPECIAL TARGETS:
###############################################################################
# Directories that you might want to override via the environment.
ifndef
TOPDIR
TOPDIR
:=
/usr/lyskom/src
endif
ifndef
SCRIPTDIR
SCRIPTDIR
:=
$(TOPDIR)
/scripts
endif
TOPDIR
=
/usr/lyskom/src
SCRIPTDIR
=
$(TOPDIR)
/scripts
include
$(SCRIPTDIR)/import.make
DESTDIR
=
/usr/lyskom/bin
HDRS
=
admin.h isc-parse.h prot-a-output.h async.h isc.h
\
prot-a-parse.h cache.h limits.h prot-a-send-async.h connections.h
\
log.h prot-a.h dbck-cache.h lyskomd.h ram-output.h disk-cache.h
\
...
...
@@ -37,11 +11,7 @@ HDRS = admin.h isc-parse.h prot-a-output.h async.h isc.h \
std-disclaimer.h internal-services.h mux.h text-garb.h
\
version.incl cache-node.h
# LIBS = -L/usr/local/lib -ldebug-malloc -lisc -lresolv
# /usr/local/lib is searched normally, and the -L flag is not supported by
# DYNIX. /ceder
LIBS
=
-lisc
-lmisc
-llyskom-server
-lansi
LIBS
=
-lisc
-lmisc
-llyskom-server
-lansi
-lresolv
TARGET
=
-DSERVER
...
...
@@ -158,10 +128,8 @@ clean:
specials
:
$(SPECIALS)
tags
:
$(SRCS) $(HDRS)
rcs
-l
TAGS
rm
-f
TAGS
etags
-t
$(INCLUDEDIR)
/
*
.h
*
.[hc]
echo
" "
| ci TAGS
include
$(SCRIPTDIR)/Parallell-depend.make
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment