# Package: dyncall
# File: test/GNUmakefile
# Description: Tests for dyn{load,call,callback} library, buildsys/gmake GNUmakefile
# License:
#
# Copyright (c) 2007,2011 Daniel Adler <dadler@uni-goettingen.de>, 
#                         Tassilo Philipp <tphilipp@potion-studios.com>
#
# Permission to use, copy, modify, and distribute this software for any
# purpose with or without fee is hereby granted, provided that the above
# copyright notice and this permission notice appear in all copies.
#
# THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
#

TOP ?= ..
GMAKE_TOP ?= $(TOP)/buildsys/gmake
include $(GMAKE_TOP)/prolog.gmake

DIRS	+= plain plain_c++ call_suite suite suite2 suite3 suite_floats callback_plain callback_suite ellipsis callf nm resolve_self thunk malloc_wx

ifdef BUILD_ARCH_x86
ifndef BUILD_OS_freebsd # Mainly for GNU/kFreeBSD - doesn't support MS ABI
DIRS	+= syscall
DIRS	+= suite_x86win32fast
DIRS	+= suite_x86win32std
DIRS	+= suite2_x86win32fast
DIRS	+= suite2_x86win32std
endif
endif

include $(GMAKE_TOP)/epilog.gmake

