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 \
52 libpanda_la_CPPFLAGS = \
56 -I$(top_srcdir)/libs/libtommath \
57 -I$(top_srcdir)/libs/libmpa \
61 libpanda_la_CFLAGS = $(WARN_CFLAGS)
63 libpanda_la_LIBADD = libtommath.la libgdtoa.la liboptparse.la libmpa.la -lm -lrt
66 noinst_PROGRAMS += src/panda
68 src_panda_SOURCES = src/main.c
69 src_panda_LDADD = libpanda.la
70 src_panda_CFLAGS = $(WARN_CFLAGS)
71 src_panda_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/libs/libmpa -I$(top_srcdir)/libs/optparse
74 smalltalk_files = $(top_srcdir)/st/*.st
76 EXTRA_DIST += $(smalltalk_files) src/Makefile