/System/Applications/Preferences/Modules/Keyboard/GNUmakefile
# · Makefile · 29 lines · 19 code · 10 blank · 0 comment · 0 complexity · f65d582e401952004388517275e6456e MD5 · raw file
- include $(GNUSTEP_MAKEFILES)/common.make
- BUNDLE_NAME= Keyboard
- BUNDLE_EXTENSION= .prefs
- BUNDLE_INSTALL_DIR= $(GNUSTEP_LIBRARY)/Preferences
- FRAMEWORKS= PrefsModule
- include $(TOP_SRCDIR)/Backbone.make
- Keyboard_LANGUAGES= \
- English
- Keyboard_LOCALIZED_RESOURCE_FILES= \
- Keyboard.gorm
- Keyboard_OBJC_FILES= \
- Keyboard.m
- Keyboard_HEADERS= \
- Keyboard.h
- Keyboard_PRINCIPAL_CLASS= \
- Keyboard
- -include GNUmakefile.preamble
- include $(GNUSTEP_MAKEFILES)/bundle.make
- -include GNUmakefile.postamble