/System/Applications/Preferences/Modules/Keyboard/GNUmakefile

# · Makefile · 29 lines · 19 code · 10 blank · 0 comment · 0 complexity · f65d582e401952004388517275e6456e MD5 · raw file

  1. include $(GNUSTEP_MAKEFILES)/common.make
  2. BUNDLE_NAME= Keyboard
  3. BUNDLE_EXTENSION= .prefs
  4. BUNDLE_INSTALL_DIR= $(GNUSTEP_LIBRARY)/Preferences
  5. FRAMEWORKS= PrefsModule
  6. include $(TOP_SRCDIR)/Backbone.make
  7. Keyboard_LANGUAGES= \
  8. English
  9. Keyboard_LOCALIZED_RESOURCE_FILES= \
  10. Keyboard.gorm
  11. Keyboard_OBJC_FILES= \
  12. Keyboard.m
  13. Keyboard_HEADERS= \
  14. Keyboard.h
  15. Keyboard_PRINCIPAL_CLASS= \
  16. Keyboard
  17. -include GNUmakefile.preamble
  18. include $(GNUSTEP_MAKEFILES)/bundle.make
  19. -include GNUmakefile.postamble