f81c83c4f2
* NEW: Move gb.adt to main/lib/adt. It doesn't have extra dependencies git-svn-id: svn://localhost/gambas/trunk@5055 867c0c6c-44f3-4631-809d-bfa615b0a4ec
14 lines
279 B
Makefile
14 lines
279 B
Makefile
COMPONENT = gb.adt
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.adt.la
|
|
|
|
gb_adt_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_adt_la_CFLAGS = -I$(top_srcdir)/share
|
|
|
|
gb_adt_la_SOURCES = \
|
|
main.h main.c \
|
|
c_list.h c_list.c \
|
|
c_deque.h c_deque.c \
|
|
c_circular.h c_circular.c
|
|
|