Mercurial > pidgin
annotate libgaim/tests/Makefile.am @ 15082:133af8458cbd
[gaim-migrate @ 17868]
wingaim build process no longer needs to re-build everything for the non-debug version.
`make -f Makefile.mingw installers` will now produce the "regular", "no-gtk" and "debug" installers.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Fri, 01 Dec 2006 20:02:32 +0000 |
parents | 603960420450 |
children | 4ba77924fc08 |
rev | line source |
---|---|
15040 | 1 if HAVE_CHECK |
15043
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
2 TESTS=check_libgaim |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
3 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
4 check_PROGRAMS=check_libgaim |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
5 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
6 check_libgaim_SOURCES=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
7 check_libgaim.c \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
8 tests.h \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
9 test_cipher.c \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
10 test_util.c \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
11 $(top_builddir)/libgaim/util.h |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
12 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
13 check_libgaim_CFLAGS=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
14 @CHECK_CFLAGS@ \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
15 $(GLIB_CFLAGS) \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
16 -DBUILDDIR=\"$(top_builddir)\" |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
17 |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
18 check_libgaim_LDADD=\ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
19 @CHECK_LIBS@ \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
20 $(GLIB_LIBS) \ |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
21 $(top_builddir)/libgaim/libgaim.la |
603960420450
[gaim-migrate @ 17827]
Gary Kramlich <grim@reaperworld.com>
parents:
15042
diff
changeset
|
22 |
15040 | 23 endif |