qse/ase/lib/cmn/makefile.am

12 lines
272 B
Plaintext
Raw Normal View History

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-03 06:06:10 +00:00
mem.c chr.c rex.c str_bas.c str_cnv.c str_dyn.c \
lda.c map.c sll.c dll.c opt.c \
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