Files
Arquivotheca.Solaris-2.5/lib/libauth/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

54 lines
758 B
Makefile
Executable File

#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
#ident "@(#)Makefile 1.11 94/09/16 SMI"
#
# lib/libauth/Makefile
#
LIBRARY= libauth.a
VERS = .1
OBJECTS= ia_framework.o
# include library definitions
include ../Makefile.lib
# library dependency
LDLIBS += -lcmd
LIBS += $(DYNLIB)
#SCHEMEDIR=../scheme/unix_scheme
#include $(SCHEMEDIR)/Makefile.objs
#SCH_OBJS=$(DEFOBJS:%=$(SCHEMEDIR)/%)
#SCH_PICS =$(DEFPICS:%=$(SCHEMEDIR)/%)
OBJS += $(SCH_OBJS)
PICS += $(SCH_PICS)
.KEEP_STATE:
all: $(LIBS)
install: all $(ROOTLIBS) $(ROOTLINKS)
lint: llib-lauth.ln
# include library targets
include ../Makefile.targ
#additional dependencies
$(LIBRARY) : $(OBJS)
$(DYNLIB) : $(PICS)
#defobjs defpics : FRC
# @cd $(SCHEMEDIR); pwd; $(MAKE) $@
# @pwd
FRC: