#
# SimpleEdit -- testing AppKit controls
#

include $(GNUSTEP_MAKEFILES)/common.make
GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_USER_ROOT)

# Application
PACKAGE_NAME = 
VERSION = 0.1
APP_NAME = NSBrowserTest
#NSBrowserTest_APPLICATION_ICON = Book.tiff

# Header files
NSBrowserTest_HEADERS =\
AppController.h\
MainWindow.h

# Class files
NSBrowserTest_OBJC_FILES = \
main.m\
AppController.m\
MainWindow.m

# Resources files
#NSBrowserTest_RESOURCE_FILES = Images/Book.tiff

# Make files
-include GNUmakefile.preamble
include $(GNUSTEP_MAKEFILES)/application.make
-include GNUmakefile.postamble
