Lines 1-6
Link Here
|
1 |
## Process this file with automake to produce Makefile.in |
1 |
## Process this file with automake to produce Makefile.in |
2 |
include $(top_srcdir)/Makefile.decl |
2 |
include $(top_srcdir)/Makefile.decl |
3 |
|
3 |
|
|
|
4 |
GTHREAD_COMPILE_IMPL_DEFINES = |
5 |
G_THREAD_CFLAGS = |
6 |
G_THREAD_LIBS = |
7 |
G_THREAD_LIBS_EXTRA = |
8 |
G_THREAD_LIBS_FOR_GTHREAD = |
9 |
CPPFLAGS = $(filter-out -D_REENTRANT,@CPPFLAGS@) |
10 |
|
4 |
AM_CPPFLAGS = \ |
11 |
AM_CPPFLAGS = \ |
5 |
-I$(top_srcdir) \ |
12 |
-I$(top_srcdir) \ |
6 |
-I$(top_srcdir)/glib \ |
13 |
-I$(top_srcdir)/glib \ |