summaryrefslogtreecommitdiff
path: root/app/fvwm/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'app/fvwm/Imakefile')
-rw-r--r--app/fvwm/Imakefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/app/fvwm/Imakefile b/app/fvwm/Imakefile
new file mode 100644
index 000000000..2df0d7838
--- /dev/null
+++ b/app/fvwm/Imakefile
@@ -0,0 +1,16 @@
+# $OpenBSD: Imakefile,v 1.1.1.1 2006/11/26 10:53:05 matthieu Exp $
+
+#define IHaveSubdirs
+
+SUBDIRS= libs fvwm sample.fvwmrc utils icons \
+ modules/FvwmAuto modules/FvwmBacker modules/FvwmBanner \
+ modules/FvwmButtons modules/FvwmCpp \
+ modules/FvwmForm modules/FvwmIconBox modules/FvwmIconMan \
+ modules/FvwmIdent modules/FvwmM4 modules/FvwmPager \
+ modules/FvwmRearrange modules/FvwmSave modules/FvwmSaveDesk \
+ modules/FvwmScroll modules/FvwmTalk modules/FvwmWinList
+
+#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'
+
+MakeSubdirs($(SUBDIRS))
+DependSubdirs($(SUBDIRS))