11 lines
304 B
Makefile
11 lines
304 B
Makefile
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
noinst_LTLIBRARIES = libdstr.la
|
|
|
|
libdstr_la_CXXFLAGS = -I..
|
|
|
|
libdstr_la_SOURCES = set.C bset.C slist.C dlist_cell.C dlist.C heap.C \
|
|
void_ptr_array.C void_ptr_stack.C memory_pool.C \
|
|
dstr_test.C index_agent.C token_stack.C \
|
|
slist_char_ptr_cell.C
|