Gimp/plug-ins/script-fu/tinyscheme/Makefile.am
Jehan 8a37c928eb app, plug-ins, libgimp*: clean out all remaining trailing spaces/tabs.
Rather than just discovering them by chance, a simple grep and some
search and replace are much more efficient! :-)
Cleaning only done on C and automake files.
2016-06-02 02:04:26 +02:00

26 lines
438 B
Makefile

## 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