quakeforge/tools/Forge/Bundles/MainPrefs/GNUmakefile
Jeff Teunissen 9585b6af92 Forge updates. Preferences is no more, since each bundle will have its
own prefs anyway. The "sample" bundle MainPrefs is more complete, and is
now loading its interface from a .gorm file -- this would be a .nib on
NeXTstep or Mac OS X, and it should be ready to run on those OSes
already -- since it doesn't do much. :)
2002-01-25 08:45:28 +00:00

29 lines
535 B
Makefile

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