1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 module_PROGRAMS = FvwmAnimate
5 man_MANS = FvwmAnimate.1
6 EXTRA_DIST = $(man_MANS)
8 FvwmAnimate_SOURCES = FvwmAnimate.c FvwmAnimate.h
9 FvwmAnimate_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
11 ## Xpm note: while this module may not depend on Xpm explicitly,
12 ## there are sometimes dependencies through functions in libfvwm
13 ## so we might as well link against libXpm, if present.
14 LDADD = -L$(top_builddir)/libs $(X_LIBS) -lfvwm $(xpm_LIBS) $(rplay_LIBS) \
15 $(X_PRE_LIBS) -lXext -lX11 $(X_EXTRA_LIBS) -lm $(png_LIBS) \
16 $(rsvg_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS)
18 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(rplay_CFLAGS) $(X_CFLAGS) \
19 $(png_CFLAGS) $(Xrender_CFLAGS)