1
0
Files
irix-657m-src/eoe/lib/nametoaddr/nametoaddrcommondefs
2022-09-29 17:59:04 +03:00

34 lines
521 B
Plaintext

#ident "$Revision: 1.6 $"
#
# Use SUBDIRS_LC* to define local subdirectory options.
#
LCDEFS=$(SUBDIRS_LCDEFS)
LCOPTS=$(SUBDIRS_LCOPTS) $(LIBGNUM)
LCINCS=$(SUBDIRS_LCINCS) -I$(DEPTH)
LDIRT = $(LIB)
sinclude $(DEPTH)/localdefs
all: default
LLDLIBS=-lnsl -lc
# turn off -no_unresolved for this library
LD_NO_UNRESOLVED=
default: $(TARGETS)
.MAIN: $(TARGETS)
#install:exports
#
#exports:default
# $(INSTALL) -F $(INSTDSO) -m 444 $(TARGETS)
.s.o:
$(CCF) -c $(.IMPSRC) -o $(.TARGET)
.c.o:; $(LIBRARY_CC_MAKERULE)