1
0
Files
irix-657m-src/irix/cmd/xlv/lib/Makefile
2022-09-29 17:59:04 +03:00

25 lines
345 B
Makefile

#!smake
#
# Makefile for libxlv
#
#ident "$Revision: 1.7 $"
# N32 is the current default
BASELIB=libxlv.a
# Build an older O32
ALTLIBS=libxlv_32_M2.a
#MULTIDIR=yes
PRIVATEFILES=
include $(ROOT)/usr/include/make/librootdefs
TARGETS=$(LIBS)
default install: $(TARGETS)
include $(LIBROOTRULES)
debug lint: $(SETUPDIRS)
$(SUBDIRS_MAKERULE)