xref: /trunk/main/basctl/Module_basctl.mk (revision dd913a84)
143f49081SAndrew Rist#**************************************************************
243f49081SAndrew Rist#
343f49081SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
443f49081SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
543f49081SAndrew Rist#  distributed with this work for additional information
643f49081SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
743f49081SAndrew Rist#  to you under the Apache License, Version 2.0 (the
843f49081SAndrew Rist#  "License"); you may not use this file except in compliance
943f49081SAndrew Rist#  with the License.  You may obtain a copy of the License at
1043f49081SAndrew Rist#
1143f49081SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
1243f49081SAndrew Rist#
1343f49081SAndrew Rist#  Unless required by applicable law or agreed to in writing,
1443f49081SAndrew Rist#  software distributed under the License is distributed on an
1543f49081SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1643f49081SAndrew Rist#  KIND, either express or implied.  See the License for the
1743f49081SAndrew Rist#  specific language governing permissions and limitations
1843f49081SAndrew Rist#  under the License.
1943f49081SAndrew Rist#
2043f49081SAndrew Rist#**************************************************************
21cdf0e10cSrcweir
22cdf0e10cSrcweir
23*dd913a84Sdamjan
24*dd913a84Sdamjan$(eval $(call gb_Module_Module,basctl))
25*dd913a84Sdamjan
26*dd913a84Sdamjan$(eval $(call gb_Module_add_targets,basctl,\
27*dd913a84Sdamjan	AllLangResTarget_basctl \
28*dd913a84Sdamjan	Library_basctl \
29*dd913a84Sdamjan	Package_uiconfig \
30*dd913a84Sdamjan	Package_xml \
31*dd913a84Sdamjan))
32*dd913a84Sdamjan
33*dd913a84Sdamjan# vim: set noet sw=4 ts=4:
34