2 noinst_LTLIBRARIES += libpanda.la
4 libpanda_la_SOURCES = \
14 src/st-small-integer.h \
15 src/st-large-integer.h \
16 src/st-large-integer.c \
20 src/st-association.h \
21 src/st-association.c \
54 libpanda_la_CPPFLAGS = \
58 -I$(top_srcdir)/libs/libtommath \
59 -I$(top_srcdir)/libs/libmpa \
60 -I$(top_srcdir)/libs/ucdata \
64 libpanda_la_CFLAGS = $(WARN_CFLAGS)
67 libpanda_la_LIBADD = libtommath.la libgdtoa.la liboptparse.la libmpa.la -lm -lrt
70 noinst_PROGRAMS += src/panda
72 src_panda_SOURCES = src/main.c
73 src_panda_LDADD = libpanda.la
74 src_panda_CFLAGS = $(WARN_CFLAGS)
75 src_panda_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/libs/libmpa -I$(top_srcdir)/libs/optparse
78 smalltalk_files = st/*.st
80 EXTRA_DIST += $(smalltalk_files) src/Makefile