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

35 lines
583 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.13 93/04/12 SMI"
#
# Copyright (c) 1993 by Sun Microsystems, Inc.
#
# lib/nametoaddr/straddr
#
LIBRARY= libstraddr.a
VERS= .2
OBJECTS= straddr.o
# include library definitions
include ../../Makefile.lib
# set exclusively to avoid libtcpip.so being built up.
# do not change ordering of includes and DYNLIB
DYNLIB= straddr.so$(VERS)
LIBLINKS= straddr.so
LINTFLAGS=
CPPFLAGS += -I../inc -D_REENTRANT
LDLIBS += -lnsl -lc
LIBS += $(DYNLIB)
.KEEP_STATE:
all: $(LIBS)
install: $(ROOTLIBS) $(ROOTLINKS)
# include library targets
include ../../Makefile.targ