1 ## Process this file with automake to create Makefile.in
3 ## Notes: The Imakefile had compiled this only if Xpm was enabled;
4 ## however, it appears to be #ifdef'd properly to compile without XPM.
6 moduledir = @FVWM_MODULEDIR@
7 module_PROGRAMS = FvwmWharf
8 FvwmWharf_SOURCES = FvwmWharf.c Wharf.h icons.c stepgfx.c stepgfx.h
9 FvwmWharf_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
11 man_MANS = FvwmWharf.1
12 EXTRA_DIST = $(man_MANS) sample.style \
14 OffiX/DragAndDrop.h OffiX/DragAndDropTypes.h
16 LDADD = -L$(top_builddir)/libs $(X_LIBS) -lfvwm $(xpm_LIBS) $(png_LIBS) \
17 $(X_PRE_LIBS) $(Xinerama_LIBS) -lXext -lX11 -lm $(X_EXTRA_LIBS) \
18 $(rsvg_LIBS) $(Xrender_LIBS) $(Xcursor_LIBS)
20 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(X_CFLAGS) $(png_CFLAGS) \