39 lines
769 B
Makefile
Executable File
39 lines
769 B
Makefile
Executable File
#
|
|
#ident "@(#)Makefile 1.14 94/11/20 SMI"
|
|
#
|
|
# Copyright (c) 1989 - 1994 by Sun Microsystems, Inc.
|
|
# All rights reserved.
|
|
#
|
|
# lib/fn/initial/Makefile
|
|
#
|
|
|
|
LIBRARYCCC= fn_ctx_initial.a
|
|
VERS = .1
|
|
|
|
OBJECTS= Entry.o Table.o FNSP_InitialContext.o from_initial.o \
|
|
FNSP_GlobalContext.o \
|
|
FNSP_user_entries.o FNSP_host_entries.o FNSP_global_entries.o \
|
|
FNSP_enterprise.o FNSP_enterprise_nisplus.o \
|
|
FNSP_enterprise_nis.o FNSP_enterprise_files.o
|
|
|
|
# include library definitions
|
|
include ../Makefile.libfn
|
|
|
|
LIBS = $(DYNLIBCCC)
|
|
|
|
LDLIBS += -lxfn -lfn_spf -lfn_p -lnsl -lC -lc
|
|
|
|
.KEEP_STATE:
|
|
|
|
all: $(LIBS)
|
|
|
|
debug install tcov: $(ROOTLIBDIR) $(ROOTLINKSCCC)
|
|
|
|
install_h private_h check:
|
|
|
|
analyse:
|
|
$(CODEMGR_WS)/test.fns/bin/analyse
|
|
|
|
# include library targets
|
|
include ../Makefile.targ
|