2008-06-15 02:15:37 +00:00
|
|
|
|
2008-06-20 03:44:45 +00:00
|
|
|
AUTOMAKE_OPTIONS = nostdinc
|
2008-06-20 03:54:58 +00:00
|
|
|
AM_CFLAGS = -I$(top_builddir)/include
|
2008-06-26 23:48:54 +00:00
|
|
|
|
2008-06-15 02:15:37 +00:00
|
|
|
lib_LTLIBRARIES = libasecmn.la
|
2008-08-20 05:00:26 +00:00
|
|
|
libasecmn_la_SOURCES = mem.h chr.h \
|
2008-10-15 04:08:31 +00:00
|
|
|
mem.c chr.c chr_cnv.c rex.c str_bas.c str_cnv.c str_dyn.c \
|
2008-10-03 06:06:10 +00:00
|
|
|
lda.c map.c sll.c dll.c opt.c \
|
2008-11-27 03:05:00 +00:00
|
|
|
fio.c sio.c tio.c tio_get.c tio_put.c \
|
2008-10-03 06:06:10 +00:00
|
|
|
misc.c
|
2008-07-03 08:08:38 +00:00
|
|
|
libasecmn_la_LDFLAGS = -version-info 1:0:0
|
2008-06-15 02:15:37 +00:00
|
|
|
|