## Process this file with automake to produce Makefile.in # Makefile.am for enfle # $Id: Makefile.am,v 1.13 2000/06/26 08:45:16 sian Exp $ SUBDIRS = plugins EXTRA_DIST = COPYING.j HISTORY VERSION Internal.txt Plugin.txt README.e enfle.1 enfle.ja.1 show_plugins bin_PROGRAMS = enfle enfle_LDADD = @enfle_LIBS@ enfle_LDFLAGS = -export-dynamic CFLAGS = @CFLAGS@ -DENFLEDIR=\"$(Enfle_dir)\" -DPLUGINDIR=\"$(Plugins_dir)\" enfle_SOURCES = \ enfle.c enfle.h version.h \ browse.c browse.h \ action.c action.h \ browseaction.c browseaction.h \ dlist.c dlist.h \ sort.c sort.h quicksort.c quicksort.h \ utils.c utils.h \ bitio.c bitio.h \ hash.c hash.h \ parse.c parse.h \ image.c image.h \ quantize.c quantize.h \ cmrender.c cmrender.h \ render.c render.h \ expand.c expand.h \ effect.c effect.h \ load.c \ save.c \ archive.c archive.h \ plugin.c plugin.h