# GNUmakefile: makefile for the AstroPanel subproject
#
# Copyright (C) 2003-2009 by vhf interservice GmbH
# Author:   Georg Fleischmann
#
# modified: 2009-06-20
#
# This program is free software; you can redistribute it and/or
# modify it under the terms of the vhf Public License as
# published by vhf interservice GmbH. Among other things, the
# License requires that the copyright notices and this notice
# be preserved on all copies.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the vhf Public License for more details.
#
# You should have received a copy of the vhf Public License along
# with this program; see the file LICENSE. If not, write to vhf.
#
# vhf interservice GmbH, Im Marxle 3, 72119 Altingen, Germany
# eMail: info@vhf.de
# http://www.vhf.de

GNUSTEP_INSTALLATION_DOMAIN = LOCAL

include $(GNUSTEP_MAKEFILES)/common.make

OBJCFLAGS += -Wall
ADDITIONAL_INCLUDE_DIRS += -I../../Cenon

#
# We are creating a subproject
#
SUBPROJECT_NAME = AstroPanel
AstroPanel_HAS_RESOURCE_BUNDLE = yes

AstroPanel_LANGUAGES = English German

AstroPanel_HEADERS = \
    AstroPanel.h APBasicLevel.h APChart.h APMap.h APSearch.h

AstroPanel_OBJC_FILES = \
    AstroPanel.m APBasicLevel.m APChart.m APMap.m APSearch.m

AstroPanel_C_FILES = 

AstroPanel_RESOURCE_FILES = AstroPanel.nib

AstroPanel_LOCALIZED_RESOURCE_FILES = \
    APChart.nib APMap.nib APSearch.nib

AstroPanel_PRINCIPAL_CLASS = 

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