xref: /aoo42x/main/formula/Package_inc.mk (revision 39ded6f8)
1*39ded6f8SDamjan Jovanovic#**************************************************************
2*39ded6f8SDamjan Jovanovic#
3*39ded6f8SDamjan Jovanovic#  Licensed to the Apache Software Foundation (ASF) under one
4*39ded6f8SDamjan Jovanovic#  or more contributor license agreements.  See the NOTICE file
5*39ded6f8SDamjan Jovanovic#  distributed with this work for additional information
6*39ded6f8SDamjan Jovanovic#  regarding copyright ownership.  The ASF licenses this file
7*39ded6f8SDamjan Jovanovic#  to you under the Apache License, Version 2.0 (the
8*39ded6f8SDamjan Jovanovic#  "License"); you may not use this file except in compliance
9*39ded6f8SDamjan Jovanovic#  with the License.  You may obtain a copy of the License at
10*39ded6f8SDamjan Jovanovic#
11*39ded6f8SDamjan Jovanovic#    http://www.apache.org/licenses/LICENSE-2.0
12*39ded6f8SDamjan Jovanovic#
13*39ded6f8SDamjan Jovanovic#  Unless required by applicable law or agreed to in writing,
14*39ded6f8SDamjan Jovanovic#  software distributed under the License is distributed on an
15*39ded6f8SDamjan Jovanovic#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*39ded6f8SDamjan Jovanovic#  KIND, either express or implied.  See the License for the
17*39ded6f8SDamjan Jovanovic#  specific language governing permissions and limitations
18*39ded6f8SDamjan Jovanovic#  under the License.
19*39ded6f8SDamjan Jovanovic#
20*39ded6f8SDamjan Jovanovic#**************************************************************
21*39ded6f8SDamjan Jovanovic
22*39ded6f8SDamjan Jovanovic
23*39ded6f8SDamjan Jovanovic
24*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_Package,formula_inc,$(SRCDIR)/formula/inc))
25*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/ExternalReferenceHelper.hxx,formula/ExternalReferenceHelper.hxx))
26*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaCompiler.hxx,formula/FormulaCompiler.hxx))
27*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/FormulaOpCodeMapperObj.hxx,formula/FormulaOpCodeMapperObj.hxx))
28*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IControlReferenceHandler.hxx,formula/IControlReferenceHandler.hxx))
29*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/IFunctionDescription.hxx,formula/IFunctionDescription.hxx))
30*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/compiler.hrc,formula/compiler.hrc))
31*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/errorcodes.hxx,formula/errorcodes.hxx))
32*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formdata.hxx,formula/formdata.hxx))
33*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formula.hxx,formula/formula.hxx))
34*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formuladllapi.h,formula/formuladllapi.h))
35*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/formulahelper.hxx,formula/formulahelper.hxx))
36*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/funcutl.hxx,formula/funcutl.hxx))
37*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/grammar.hxx,formula/grammar.hxx))
38*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/intruref.hxx,formula/intruref.hxx))
39*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/opcode.hxx,formula/opcode.hxx))
40*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/token.hxx,formula/token.hxx))
41*39ded6f8SDamjan Jovanovic$(eval $(call gb_Package_add_file,formula_inc,inc/formula/tokenarray.hxx,formula/tokenarray.hxx))
42