
include $(GNUSTEP_MAKEFILES)/common.make

BUNDLE_NAME = SmallIconsViewer
BUNDLE_EXTENSION = .bundle

OBJCFLAGS += -Wall

#
# We are creating a bundle
#
SmallIconsViewer_OBJC_FILES = SmallIconsViewer.m \
			      Banner.m \
			      PathsPopUp.m \
			      SmallIconsPanel.m \
			      SmallIcon.m \
			      SmallIconLabel.m \
			      Functions.m

SmallIconsViewer_RESOURCE_FILES = Images/*

SmallIconsViewer_PRINCIPAL_CLASS = SmallIconsViewer

#SmallIconsViewer_LANGUAGES = English Italian Romanian

#SmallIconsViewer_LOCALIZED_RESOURCE_FILES = Localizable.strings

-include GNUmakefile.preamble

include $(GNUSTEP_MAKEFILES)/bundle.make

-include GNUmakefile.postamble

