aboutsummaryrefslogtreecommitdiff
path: root/xorg-server/xkeyboard-config/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'xorg-server/xkeyboard-config/makefile')
-rw-r--r--xorg-server/xkeyboard-config/makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/xorg-server/xkeyboard-config/makefile b/xorg-server/xkeyboard-config/makefile
new file mode 100644
index 000000000..47ce6dd7b
--- /dev/null
+++ b/xorg-server/xkeyboard-config/makefile
@@ -0,0 +1,9 @@
+ifeq ($(MAKESERVER),1)
+$(error Please do not specify MAKESERVER=1)
+endif
+
+SUBDIRS = compat geometry keycodes rules symbols types
+
+load_makefile $(SUBDIRS:%=%\makefile MAKESERVER=0 DEBUG=$(DEBUG);)
+
+all: $(SUBDIRS:%=%\all)