gambas-source-code/main/lib/data/Makefile.am
Benoît Minisini bf7e0659bd [WIKI]
* NEW: Take '*.help' help files into account.

[GB.DATA]
* NEW: Disable the help file generation from sources. It is useless for
  normal users.


git-svn-id: svn://localhost/gambas/trunk@6834 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2015-01-13 20:01:40 +00:00

21 lines
517 B
Makefile

COMPONENT = gb.data
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