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