de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# This file and its contents are supplied under the terms of the
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Common Development and Distribution License ("CDDL"), version 1.0.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# You may only use this file in accordance with the terms of version
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# 1.0 of the CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# A full copy of the text of the CDDL should have accompanied this
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# source. A copy of the CDDL is also available via the Internet at
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# http://www.illumos.org/license/CDDL.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Copyright 2015 Garrett D'Amore <garrett@damore.org>
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore# Copyright (c) 2012 by Delphix. All rights reserved.
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore#
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoreinclude $(SRC)/Makefile.master
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'AmoreCFGS = README \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore compilation.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/README \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/assert_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/ctype_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/dirent_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/fcntl_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/locale_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/math_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/netdb_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/pthread_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/signal_h.cfg \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/stdalign_h.cfg \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/stddef_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/stdio_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/stdlib_h.cfg \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/stdnoreturn_h.cfg \
b599bd937c305a895426e8c412ca920ce7824850Robert Mustacchi symbols/string_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/strings_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/sys_stat_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/sys_time_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/sys_timeb_h.cfg \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/time_h.cfg \
fc2512cfb727d49529d8ed99164db871f4829b73Robert Mustacchi symbols/threads_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/ucontext_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/unistd_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/wchar_h.cfg \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore symbols/wctype_h.cfg
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'AmoreROOTOPTPKG = $(ROOT)/opt/libc-tests
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'AmoreROOTOPTPKGCFG = $(ROOT)/opt/libc-tests/cfg
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'AmoreROOTOPTPKGDIRS = $(ROOTOPTPKG) \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore $(ROOTOPTPKGCFG) \
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore $(ROOTOPTPKGCFG)/symbols
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'AmoreFILES = $(CFGS:%=$(ROOTOPTPKGCFG)/%)
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore$(FILES) := FILEMODE = 0444
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoreall: $(CFGS)
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoreinstall: $(ROOTOPTPKG) $(ROOTOPTPKGCFG) $(FILES)
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amoreclean lint clobber:
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore$(ROOTOPTPKGDIRS):
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore $(INS.dir)
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore$(ROOTOPTPKGCFG)/%: % $(ROOTOPTPKGDIRS)
de572d98af8238405c5d1292a788b1a85b0c68ebGarrett D'Amore $(INS.file)