/System/Applications/Preferences/Modules/Keyboard/GNUmakefile
Makefile | 29 lines | 19 code | 10 blank | 0 comment | 0 complexity | f65d582e401952004388517275e6456e MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1
1include $(GNUSTEP_MAKEFILES)/common.make 2 3BUNDLE_NAME= Keyboard 4BUNDLE_EXTENSION= .prefs 5BUNDLE_INSTALL_DIR= $(GNUSTEP_LIBRARY)/Preferences 6 7FRAMEWORKS= PrefsModule 8include $(TOP_SRCDIR)/Backbone.make 9 10Keyboard_LANGUAGES= \ 11 English 12 13Keyboard_LOCALIZED_RESOURCE_FILES= \ 14 Keyboard.gorm 15 16Keyboard_OBJC_FILES= \ 17 Keyboard.m 18 19Keyboard_HEADERS= \ 20 Keyboard.h 21 22Keyboard_PRINCIPAL_CLASS= \ 23 Keyboard 24 25-include GNUmakefile.preamble 26 27include $(GNUSTEP_MAKEFILES)/bundle.make 28 29-include GNUmakefile.postamble