1
0
Files
2022-09-29 17:59:04 +03:00

28 lines
449 B
Makefile

#!smake
#
# Makefile for libconfigmon.a
#
#ident "$Header: "
BASELIB = libconfigmon.a
ALTLIBS = libconfigmon_n32_M3.a
include $(ROOT)/usr/include/make/librootdefs
HEADERS_SUBDIRS = include
TARGETS = libconfigmon_n32_M3.a
include $(LIBROOTRULES)
default : $(TARGETS)
install : headers exports
headers : $(_FORCE)
$(HEADERS_SUBDIRS_MAKERULE)
exports : default
$(INSTALL) -F /usr/lib32/internal -src libconfigmon_n32_M3.a \
libconfigmon.a