gambas-source-code/main/lib/data/Makefile.am
Benoît Minisini 61e61e2dfa [HELP EXTRACTOR]
* NEW: Analyze the source files without 'gb.pcre'.

[GB.DATA]
* NEW: Activate help extraction from source files.


git-svn-id: svn://localhost/gambas/trunk@6831 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-01-12 20:04:33 +00:00

22 lines
534 B
Makefile

COMPONENT = gb.data
EXTRACT_HELP = 1
include $(top_srcdir)/component.am
gblib_LTLIBRARIES = gb.data.la
gb_data_la_LDFLAGS = -module @LD_FLAGS@
gb_data_la_CPPFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx
gb_data_la_CFLAGS = $(AM_CFLAGS)
gb_data_la_SOURCES = \
main.h main.c list.h lookup3.h string_compare.h \
c_list.h c_list.c \
c_deque.h c_deque.c \
c_circular.h c_circular.c \
c_avltree.h c_avltree.c \
c_graph.h c_graph.c \
c_graphmatrix.h c_graphmatrix.c \
c_heap.h c_heap.c \
trie.h trie.c \
c_trie.h c_trie.c