mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-22 19:51:54 +00:00
20 lines
385 B
Makefile
20 lines
385 B
Makefile
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
|