mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2024-11-11 15:51:36 +00:00
21 lines
385 B
Text
21 lines
385 B
Text
|
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
|