From 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 Mon Sep 17 00:00:00 2001 From: Matthieu Herrb Date: Sun, 26 Nov 2006 10:53:58 +0000 Subject: Importing from XF4, plus BSD make infrastructure --- app/fvwm/utils/Imakefile | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/fvwm/utils/Imakefile (limited to 'app/fvwm/utils/Imakefile') diff --git a/app/fvwm/utils/Imakefile b/app/fvwm/utils/Imakefile new file mode 100644 index 000000000..83eae651f --- /dev/null +++ b/app/fvwm/utils/Imakefile @@ -0,0 +1,14 @@ +XCOMM $OpenBSD: Imakefile,v 1.1.1.1 2006/11/26 10:53:57 matthieu Exp $ + +FVWMTOP=.. +#include "../Fvwm.tmpl" + +INCLUDES= $(FVWMINCLUDES) +DEPLIBS= $(DEPXPMLIB) $(DEPXTOOLLIB) $(DEPXLIB) +LOCAL_LIBRARIES= $(XPMLIB) $(XTOOLLIB) $(XLIB) + +SimpleProgramTarget(xpmroot) +LinkFile(xpmroot.man,xpmroot.1) + +InstallNamedProg(fvwmrc_convert,fvwmrc_convert,$(FVWMLIBDIR)) +InstallNamedProg(quantize_pixmaps,quantize_pixmaps,$(FVWMLIBDIR)) -- cgit v1.2.3