
include $(GNUSTEP_MAKEFILES)/common.make

GNUSTEP_INSTALLATION_DIR = $(GNUSTEP_SYSTEM_ROOT)

SUBPROJECTS = resizer 

BUNDLE_NAME = ImageViewer
BUNDLE_EXTENSION = .inspector

ImageViewer_HAS_RESOURCE_BUNDLE = yes

OBJCFLAGS += -Wall

#
# We are creating a bundle
#
ImageViewer_OBJC_FILES = ImageViewer.m 

ImageViewer_PRINCIPAL_CLASS = ImageViewer

#ImageViewer_LANGUAGES = English

#ImageViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings

ImageViewer_RESOURCE_FILES = InspectorInfo.plist

-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/aggregate.make

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble

