quakeforge/tools/Forge/Bundles/MainPrefs/GNUmakefile

29 lines
511 B
Text
Raw Normal View History

include $(GNUSTEP_MAKEFILES)/common.make
BUNDLE_NAME= MainPrefs
BUNDLE_EXTENSION= .forgeb
#
# We don't install this bundle, it goes inside the app.
#
#BUNDLE_INSTALL_DIR= $(GNUSTEP_LOCAL_ROOT)/Library/Forge
MainPrefs_RESOURCE_FILES= \
MainPrefs.gorm
MainPrefs_OBJC_FILES= \
2001-11-28 23:44:26 +00:00
MainPrefsView.m \
MainPrefs.m
MainPrefs_HEADERS= \
2001-11-28 23:44:26 +00:00
MainPrefsView.h \
MainPrefs.h
MainPrefs_PRINCIPAL_CLASS= \
2001-11-28 23:44:26 +00:00
MainPrefs
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble