summaryrefslogtreecommitdiffstats
path: root/plug-ins/script-fu/tinyscheme/Makefile.am
blob: 49ce6431eacda1d86c893287b3630005d0252381 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
## Process this file with automake to produce Makefile.in

AM_CFLAGS = \
	-DSTANDALONE=0		\
	-DUSE_INTERFACE=1	\
	-DUSE_MATH=1		\
	-DUSE_ASCII_NAMES=0	\
	-DUSE_STRLWR=0		\
	-I$(top_srcdir)		\
	$(GLIB_CFLAGS)

noinst_LIBRARIES = libtinyscheme.a

libtinyscheme_a_SOURCES = \
	scheme.c		\
	opdefines.h		\
	scheme-private.h	\
	scheme.h

EXTRA_DIST = \
	BUILDING		\
	CHANGES			\
	COPYING			\
	hack.txt		\
	Manual.txt		\
	MiniSCHEMETribute.txt