Port to BeOS by myself and Richard Offer.
[platform/upstream/glib.git] / gthread / Makefile.am
1 ## Process this file with automake to produce Makefile.in
2
3 INCLUDES = -I$(top_srcdir) -I$(top_srcdir)/gthread \
4         -DG_LOG_DOMAIN=\"GThread\" @GTHREAD_COMPILE_IMPL_DEFINES@
5
6 EXTRA_DIST =                            \
7                 gthread-posix.c         \
8                 gthread-solaris.c       \
9                 gthread-nspr.c          \
10                 gthread-none.c          \
11                 gthread.def
12
13 libglib = $(top_builddir)/libglib.la # -lglib
14
15 top_builddir_full=`cd \$(top_builddir); pwd`
16
17 lib_LTLIBRARIES = libgthread.la
18
19 libgthread_la_SOURCES = gthread.c
20 libgthread_la_LDFLAGS = \
21         -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) \
22         -release $(LT_RELEASE)
23
24 libgthread_la_LIBADD = @G_THREAD_LIBS@
25
26 noinst_PROGRAMS = testgthread
27 testgthread_LDADD = ../libglib.la libgthread.la