4f57ded502
* NEW: Rename gb.adt to gb.data * NEW: Mark gb.data as "Unfinished" [GB.DATA] * OPT: Block all changes from my working copy until they are mature. The interface is considered to be stable (although some details in behaviour will change); this justifies the "unfinished" state. git-svn-id: svn://localhost/gambas/trunk@5147 867c0c6c-44f3-4631-809d-bfa615b0a4ec
15 lines
319 B
Makefile
15 lines
319 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
|
|
gb_data_la_CFLAGS = $(AM_CFLAGS)
|
|
|
|
gb_data_la_SOURCES = \
|
|
main.h main.c \
|
|
c_list.h c_list.c \
|
|
c_deque.h c_deque.c \
|
|
c_circular.h c_circular.c
|
|
|