2007-12-30 17:41:49 +01:00
|
|
|
COMPONENT = gb.debug
|
|
|
|
include $(top_srcdir)/component.am
|
|
|
|
|
|
|
|
gblib_LTLIBRARIES = gb.debug.la
|
|
|
|
|
2008-01-17 22:39:26 +01:00
|
|
|
gb_debug_la_LIBADD = @GBX_THREAD_LIB@
|
2007-12-30 17:41:49 +01:00
|
|
|
gb_debug_la_LDFLAGS = -module @LD_FLAGS@
|
2009-08-24 16:19:32 +02:00
|
|
|
gb_debug_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @GBX_THREAD_INC@ @INCLTDL@ $(AM_CFLAGS)
|
2007-12-30 17:41:49 +01:00
|
|
|
|
|
|
|
gb_debug_la_SOURCES = \
|
|
|
|
CDebug.h CDebug.c \
|
|
|
|
print.h print.c \
|
|
|
|
debug.h debug.c \
|
|
|
|
main.h main.c \
|
|
|
|
gb.debug.h
|
|
|
|
|
|
|
|
|