Files
Arquivotheca.Solaris-2.5/uts/common/vm/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

34 lines
582 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.16 93/04/05 SMI"
#
# Copyright (c) 1989 by Sun Microsystems, Inc.
#
# uts/common/vm/Makefile
#
# include global definitions
include ../../../Makefile.master
HDRS= anon.h as.h devpage.h faultcode.h hat.h page.h pvn.h rm.h \
seg.h seg_dev.h seg_enum.h seg_kp.h seg_map.h seg_vn.h vpage.h
ROOTDIRS= $(ROOT)/usr/include/vm
ROOTHDRS= $(HDRS:%=$(ROOTDIRS)/%)
CHECKHDRS= $(HDRS:%.h=%.check)
# install rule
$(ROOTDIRS)/%: %
$(INS.file)
.KEEP_STATE:
.PARALLEL: $(CHECKHDRS)
install_h: $(ROOTDIRS) $(ROOTHDRS)
$(ROOTDIRS):
$(INS.dir)
check: $(CHECKHDRS)