1 ## Process this file with automake to create Makefile.in
3 moduledir = @FVWM_MODULEDIR@
4 configdir = @FVWM_DATADIR@
6 module_PROGRAMS = FvwmIconBox
7 man_MANS = FvwmIconBox.1
8 EXTRA_DIST = $(man_MANS) CHANGES COPYRIGHT TO-DO ConfigFvwmIconBox
13 FvwmIconBox_SOURCES = FvwmIconBox.c FvwmIconBox.h icons.c
14 FvwmIconBox_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
16 ## Xpm note: while this module may not depend on Xpm explicitly,
17 ## there are sometimes dependencies through functions in libfvwm
18 ## so we might as well link against libXpm, if present.
19 LDADD = -L$(top_builddir)/libs -lfvwm $(Xft_LIBS) $(X_LIBS) $(xpm_LIBS) \
20 $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) \
21 $(iconv_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS) $(Bidi_LIBS) \
22 $(png_LIBS) $(rsvg_LIBS)
24 INCLUDES = -I$(top_srcdir) $(Xft_CFLAGS) $(xpm_CFLAGS) $(X_CFLAGS) \
25 $(iconv_CFLAGS) $(Xrender_CFLAGS) $(Bidi_CFLAGS) $(png_CFLAGS)