Skip to content
Snippets Groups Projects
Commit ad840f58 authored by Per Cederqvist's avatar Per Cederqvist
Browse files

L{nka med -lresolv. Tog bort rcs-saker.

parent 6415b730
No related branches found
No related tags found
No related merge requests found
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment