gambas-source-code/main/lib/debug/Makefile.am
Benoît Minisini def84989aa [CONFIGURATION]
* NEW: Start replacing INCLUDE directive by *_CFLAGS in Makefile.am files.

[GB.EVAL]
* BUG: Fix a warning.


git-svn-id: svn://localhost/gambas/trunk@2215 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2009-08-04 19:14:17 +00:00

17 lines
374 B
Makefile

COMPONENT = gb.debug
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.debug.la
gb_debug_la_LIBADD = @GBX_THREAD_LIB@
gb_debug_la_LDFLAGS = -module @LD_FLAGS@
gb_debug_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @GBX_THREAD_INC@ @INCLTDL@
gb_debug_la_SOURCES = \
CDebug.h CDebug.c \
print.h print.c \
debug.h debug.c \
main.h main.c \
gb.debug.h