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

26 lines
485 B
Makefile

#!smake
#
# Makefile for NetVisualyzer UI library
#
# $Revision: 1.4 $
#
DEPTH=../..
include ${DEPTH}/Makedefs
C++FILES= tuDialogBox.c++ tuBitmapTile.c++ \
dialog.c++ prompt.c++ tooloptions.c++ helpWin.c++
NC++OPTS = +a1 +w +p -float -Wf,-XNl8192
NC++INCS= -I.
TARGETS= ${LIBUINAME}
default: ${TARGETS}
include ${COMMONRULES}
${LIBUINAME}: ${OBJECTS}
${AR} crl ${LIBUINAME} ${OBJECTS}
install exports: default
${INSTALL} -F ${LIBINSTPATH} -m 444 -idb ${LIBIDB} ${LIBUINAME}