1include $(GNUSTEP_MAKEFILES)/common.make
2
3BUNDLE_NAME=		Keyboard
4BUNDLE_EXTENSION=	.prefs
5
6BUNDLE_INSTALL_DIR=	$(DESTDIR)/$(GNUSTEP_SYSTEM_LIBRARY)/Preferences
7
8Keyboard_RESOURCE_FILES= \
9	Keyboard.gorm
10
11Keyboard_OBJC_FILES=	\
12	KeyboardView.m \
13	Keyboard.m
14
15Keyboard_HEADERS= \
16	KeyboardView.h \
17	Keyboard.h
18
19Keyboard_PRINCIPAL_CLASS= \
20	Keyboard
21
22-include GNUmakefile.preamble
23
24include $(GNUSTEP_MAKEFILES)/bundle.make
25
26-include GNUmakefile.postamble
27