quakeforge/tools/Forge/Bundles/MainPrefs/GNUmakefile
2002-01-26 05:13:25 +00:00

28 lines
511 B
Makefile

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= \
MainPrefsView.m \
MainPrefs.m
MainPrefs_HEADERS= \
MainPrefsView.h \
MainPrefs.h
MainPrefs_PRINCIPAL_CLASS= \
MainPrefs
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/bundle.make
-include GNUmakefile.postamble