12407af08SAndrew Rist#************************************************************** 22407af08SAndrew Rist# 32407af08SAndrew Rist# Licensed to the Apache Software Foundation (ASF) under one 42407af08SAndrew Rist# or more contributor license agreements. See the NOTICE file 52407af08SAndrew Rist# distributed with this work for additional information 62407af08SAndrew Rist# regarding copyright ownership. The ASF licenses this file 72407af08SAndrew Rist# to you under the Apache License, Version 2.0 (the 82407af08SAndrew Rist# "License"); you may not use this file except in compliance 92407af08SAndrew Rist# with the License. You may obtain a copy of the License at 102407af08SAndrew Rist# 112407af08SAndrew Rist# http://www.apache.org/licenses/LICENSE-2.0 122407af08SAndrew Rist# 132407af08SAndrew Rist# Unless required by applicable law or agreed to in writing, 142407af08SAndrew Rist# software distributed under the License is distributed on an 152407af08SAndrew Rist# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 162407af08SAndrew Rist# KIND, either express or implied. See the License for the 172407af08SAndrew Rist# specific language governing permissions and limitations 182407af08SAndrew Rist# under the License. 192407af08SAndrew Rist# 202407af08SAndrew Rist#************************************************************** 212407af08SAndrew Rist 222407af08SAndrew Rist 23cdf0e10cSrcweir 24*dd913a84Sdamjan$(eval $(call gb_AllLangResTarget_AllLangResTarget,basctl)) 25cdf0e10cSrcweir 26*dd913a84Sdamjan$(eval $(call gb_AllLangResTarget_add_srs,basctl,basctl/res)) 27cdf0e10cSrcweir 28*dd913a84Sdamjan$(eval $(call gb_SrsTarget_SrsTarget,basctl/res)) 29cdf0e10cSrcweir 30*dd913a84Sdamjan$(eval $(call gb_SrsTarget_set_include,basctl/res,\ 31*dd913a84Sdamjan $$(INCLUDE) \ 32*dd913a84Sdamjan -I$(SRCDIR)/basctl/inc \ 33*dd913a84Sdamjan -I$(SRCDIR)/basctl/source/inc \ 34*dd913a84Sdamjan)) 35cdf0e10cSrcweir 36*dd913a84Sdamjan# add src files here (complete path relative to repository root) 37*dd913a84Sdamjan$(eval $(call gb_SrsTarget_add_files,basctl/res,\ 38*dd913a84Sdamjan basctl/source/basicide/basidesh.src \ 39*dd913a84Sdamjan basctl/source/basicide/macrodlg.src \ 40*dd913a84Sdamjan basctl/source/basicide/moptions.src \ 41*dd913a84Sdamjan basctl/source/basicide/moduldlg.src \ 42*dd913a84Sdamjan basctl/source/basicide/objdlg.src \ 43*dd913a84Sdamjan basctl/source/basicide/brkdlg.src \ 44*dd913a84Sdamjan basctl/source/basicide/basicprint.src \ 45*dd913a84Sdamjan basctl/source/dlged/dlgresid.src \ 46*dd913a84Sdamjan basctl/source/dlged/managelang.src \ 47*dd913a84Sdamjan)) 48cdf0e10cSrcweir 49*dd913a84Sdamjan# vim: set noet sw=4 ts=4: 50