NEWS/Changelog for previous commit.
[fvwm.git] / modules / FvwmDebug / Makefile.am
blobcb1d18beb8fadb2ff951424d7454646890792857
1 ## Process this file with automake to create Makefile.in
3 ## Notes: Imakefile also linked with -ldnet_stub, on AlphaArchitecture
5 moduledir = @FVWM_MODULEDIR@
6 module_SCRIPTS = FvwmDebug FvwmGtkDebug
8 man_MANS = FvwmDebug.1 FvwmGtkDebug.1
9 EXTRA_DIST = $(man_MANS)
11 # all the following lines may be removed one day
12 EXTRA_PROGRAMS = FvwmOldDebug
13 FvwmOldDebug_SOURCES = FvwmOldDebug.c FvwmOldDebug.h
14 FvwmOldDebug_DEPENDENCIES = $(top_builddir)/libs/libfvwm.a
16 LDADD = -L$(top_builddir)/libs -lfvwm
18 # FIXME:
19 # Despite not using X functions explicitly, the code includes
20 # fvwmlib.h, which *does* include X headers and xpm.h!
21 INCLUDES = -I$(top_srcdir) $(xpm_CFLAGS) $(Xft_CFLAGS) $(X_CFLAGS)
23 _FvwmDebug.1: FvwmDebug
24         pod2man --center "Fvwm Modules" --release "@VERSION@@VERSIONINFO@" \
25                 --name FvwmDebug FvwmDebug >FvwmDebug.1
27 _FvwmGtkDebug.1: FvwmGtkDebug
28         pod2man --center "Fvwm Modules" --release "@VERSION@@VERSIONINFO@" \
29                 --name FvwmGtkDebug FvwmGtkDebug >FvwmGtkDebug.1
31 regenerate: _FvwmDebug.1 _FvwmGtkDebug.1