1 #
2 # This file and its contents are supplied under the terms of the
3 # Common Development and Distribution License ("CDDL"), version 1.0.
4 # You may only use this file in accordance with the terms of version
5 # 1.0 of the CDDL.
6 #
7 # A full copy of the text of the CDDL should have accompanied this
8 # source. A copy of the CDDL is also available via the Internet at
9 # http://www.illumos.org/license/CDDL.
10 #
11
12 #
13 # Copyright 2014 Garrett D'Amore <garrett@damore.org>
14 # Copyright (c) 2012 by Delphix. All rights reserved.
15 #
16
17 include $(SRC)/Makefile.master
18
19 CFGS = README \
20 compilation.cfg \
21 symbols/ctype_h.cfg \
22 symbols/dirent_h.cfg \
23 symbols/fcntl_h.cfg \
24 symbols/locale_h.cfg \
25 symbols/math_h.cfg \
26 symbols/netdb_h.cfg \
27 symbols/pthread_h.cfg \
28 symbols/signal_h.cfg \
29 symbols/stdio_h.cfg \
30 symbols/stdlib_h.cfg \
31 symbols/strings_h.cfg \
32 symbols/sys_stat_h.cfg \
33 symbols/sys_time_h.cfg \
34 symbols/sys_timeb_h.cfg \
35 symbols/ucontext_h.cfg \
36 symbols/unistd_h.cfg \
37 symbols/wchar_h.cfg \
38 symbols/wctype_h.cfg
39
40 ROOTOPTPKG = $(ROOT)/opt/libc-tests
41 ROOTOPTPKGCFG = $(ROOT)/opt/libc-tests/cfg
42 ROOTOPTPKGDIRS = $(ROOTOPTPKG) \
43 $(ROOTOPTPKGCFG) \
44 $(ROOTOPTPKGCFG)/symbols
45
46 FILES = $(CFGS:%=$(ROOTOPTPKGCFG)/%)
47 $(FILES) := FILEMODE = 0444
48
49 all: $(CFGS)
50
51 install: $(ROOTOPTPKG) $(ROOTOPTPKGCFG) $(FILES)
52
53 clean lint clobber:
54
55 $(ROOTOPTPKGDIRS):
56 $(INS.dir)
57
58 $(ROOTOPTPKGCFG)/%: % $(ROOTOPTPKGDIRS)
59 $(INS.file)