diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2006-11-26 10:53:58 +0000 |
commit | 1cb4778bcef21ea9015cfccdb99abb7a0e035d74 (patch) | |
tree | f164009397f9d3d5634c6f8a94b1542f793d9692 /app/fvwm/utils/Imakefile | |
parent | 841f8331c93ff96bd798e9a74ba10fab155da5c5 (diff) |
Importing from XF4, plus BSD make infrastructure
Diffstat (limited to 'app/fvwm/utils/Imakefile')
-rw-r--r-- | app/fvwm/utils/Imakefile | 14 |
1 files changed, 14 insertions, 0 deletions
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)) |