Makefile revision b599bd937c305a895426e8c412ca920ce7824850
546N/A#
546N/A# This file and its contents are supplied under the terms of the
963N/A# Common Development and Distribution License ("CDDL"), version 1.0.
546N/A# You may only use this file in accordance with the terms of version
963N/A# 1.0 of the CDDL.
546N/A#
546N/A# A full copy of the text of the CDDL should have accompanied this
919N/A# source. A copy of the CDDL is also available via the Internet at
919N/A# http://www.illumos.org/license/CDDL.
919N/A#
919N/A
919N/A#
546N/A# Copyright 2014 Garrett D'Amore <garrett@damore.org>
919N/A#
919N/A
919N/Ainclude $(SRC)/Makefile.master
546N/A
919N/ATESTSUBDIR = symbols
919N/APROG = symbols_test
919N/AKSHPROG = setup
919N/ASYMTESTS = \
919N/A ctype_h \
919N/A dirent_h \
919N/A fcntl_h \
546N/A locale_h \
546N/A math_h \
546N/A netdb_h \
546N/A pthread_h \
546N/A signal_h \
546N/A stdio_h \
546N/A stdlib_h \
546N/A string_h \
546N/A strings_h \
546N/A sys_stat_h \
546N/A sys_time_h \
546N/A sys_timeb_h \
546N/A ucontext_h \
546N/A unistd_h \
546N/A wchar_h \
546N/A wctype_h
546N/A
963N/AEXTRAPROG += $(SYMTESTS)
851N/A
851N/Ainclude ../Makefile.com
$(SYMTESTS:%=$(TESTDIR)/%): $(TESTDIR)/setup
-$(RM) $@
$(LN) $(TESTDIR)/setup $@