
include $(GNUSTEP_MAKEFILES)/common.make

OBJCFLAGS += -Wall -I..

#
# We are creating a subproject
#
SUBPROJECT_NAME = InspectorPanel
InspectorPanel_HAS_RESOURCE_BUNDLE = yes

InspectorPanel_LANGUAGES = English German

InspectorPanel_HEADERS = \
    IPAllStrokeWidth.h IPAllFilling.h SliderBox.h IPAllText.h \
    IPAllLayers.h IPLayerCell.h \
    InspectorPanel.h IPArc.h IPBasicLevel.h IPCrosshairs.h \
    IPCurve.h IPGroup.h IPImage.h IPLine.h IPLine3D.h IPPolyLine.m \
    IPMark.h IPPath.h \
    IPRectangle.h IPThread.h IPText.h IPWeb.h IPTextPath.h IPSinking.h

InspectorPanel_OBJC_FILES = \
    IPAllStrokeWidth.m IPAllFilling.m SliderBox.m IPAllText.m \
    IPAllLayers.m IPLayerCell.m \
    InspectorPanel.m IPArc.m IPBasicLevel.m IPCrosshairs.m \
    IPCurve.m IPGroup.m IPImage.m IPLine.m IPLine3D.m IPPolyLine.m \
    IPMark.m IPPath.m \
    IPRectangle.m IPThread.m IPText.m IPWeb.m IPTextPath.m IPSinking.m

InspectorPanel_C_FILES = 

InspectorPanel_RESOURCE_FILES = button*.tiff ip*.tiff

InspectorPanel_LOCALIZED_RESOURCE_FILES = \
    InspectorPanel.gmodel \
    IPAllFilling.gmodel IPAllLayers.gmodel IPAllStrokeWidth.gmodel \
    IPAllText.gmodel \
    IPArc.gmodel IPCrosshairs.gmodel IPCurve.gmodel IPGroup.gmodel \
    IPImage.gmodel IPLine.gmodel IPLine3D.gmodel IPPolyLine.gmodel \
    IPMark.gmodel \
    IPPath.gmodel IPRectangle.gmodel  IPThread.gmodel IPText.gmodel \
    IPWeb.gmodel IPTextPath.gmodel IPSinking.gmodel

InspectorPanel_PRINCIPAL_CLASS = 

-include GNUmakefile.preamble
-include GNUmakefile.local
include $(GNUSTEP_MAKEFILES)/subproject.make
-include GNUmakefile.postamble
