1999-01-03 03:42:59 +00:00
|
|
|
|
1999-01-04 10:07:44 +00:00
|
|
|
INCLUDES = -I$(top_srcdir)
|
1999-01-03 03:42:59 +00:00
|
|
|
|
1999-04-29 21:38:56 +00:00
|
|
|
EXTRA_DIST = \
|
1999-07-29 23:38:17 +00:00
|
|
|
makefile.msc \
|
|
|
|
makefile.msc.in
|
1999-04-29 21:38:56 +00:00
|
|
|
|
1999-01-03 03:42:59 +00:00
|
|
|
TESTS = \
|
1999-01-03 06:44:45 +00:00
|
|
|
array-test \
|
1999-01-09 20:10:45 +00:00
|
|
|
dirname-test \
|
1999-01-03 03:42:59 +00:00
|
|
|
hash-test \
|
|
|
|
list-test \
|
|
|
|
node-test \
|
|
|
|
relation-test \
|
|
|
|
slist-test \
|
1999-01-03 07:37:47 +00:00
|
|
|
string-test \
|
1999-01-21 18:07:20 +00:00
|
|
|
strfunc-test \
|
1999-01-09 20:10:45 +00:00
|
|
|
tree-test \
|
|
|
|
type-test
|
1999-01-03 03:42:59 +00:00
|
|
|
|
|
|
|
noinst_PROGRAMS = $(TESTS)
|
|
|
|
|
1999-01-04 10:07:44 +00:00
|
|
|
array_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-09 20:10:45 +00:00
|
|
|
dirname_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 10:07:44 +00:00
|
|
|
hash_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
list_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
node_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
relation_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
slist_test_LDADD = $(top_builddir)/libglib.la
|
|
|
|
string_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-21 18:07:20 +00:00
|
|
|
strfunc_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-04 10:07:44 +00:00
|
|
|
tree_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-09 20:10:45 +00:00
|
|
|
type_test_LDADD = $(top_builddir)/libglib.la
|
1999-01-03 03:42:59 +00:00
|
|
|
|
1999-05-08 14:17:01 +00:00
|
|
|
makefile.msc: $(top_builddir)/config.status $(top_srcdir)/tests/makefile.msc.in
|
1999-04-29 21:38:56 +00:00
|
|
|
cd $(top_builddir) && CONFIG_FILES=tests/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|