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 \
50 src/st-identity-hashtable.h \
51 src/st-identity-hashtable.c \
57 libpanda_la_CPPFLAGS = \
61 -I$(top_srcdir)/libs/libtommath \
62 -I$(top_srcdir)/libs/libmpa \
66 libpanda_la_CFLAGS = $(WARN_CFLAGS)
68 libpanda_la_LIBADD = libtommath.la libgdtoa.la liboptparse.la libmpa.la -lm -lrt
71 noinst_PROGRAMS += src/panda
73 src_panda_SOURCES = src/main.c
74 src_panda_LDADD = libpanda.la
75 src_panda_CFLAGS = $(WARN_CFLAGS)
76 src_panda_CPPFLAGS = -I$(top_srcdir)/src -I$(top_srcdir)/libs/libmpa -I$(top_srcdir)/libs/optparse
79 smalltalk_files = $(top_srcdir)/st/*.st
81 EXTRA_DIST += $(smalltalk_files) src/Makefile