quakeforge/tools/Forge/Bundles/MainPrefs/GNUmakefile

21 lines
385 B
Text
Raw Normal View History

include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= MainPrefs
BUNDLE_EXTENSION= .forgeb
BUNDLE_INSTALL_DIR= $(GNUSTEP_LOCAL_ROOT)/Library/Forge
MainPrefs_OBJC_FILES= \
MainPrefsView.m
MainPrefs_HEADERS= \
MainPrefsView.h
MainPrefs_PRINCIPAL_CLASS= \
MainPrefsController
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble