1*8f71f2daSDamjan Jovanovic#************************************************************** 2*8f71f2daSDamjan Jovanovic# 3*8f71f2daSDamjan Jovanovic# Licensed to the Apache Software Foundation (ASF) under one 4*8f71f2daSDamjan Jovanovic# or more contributor license agreements. See the NOTICE file 5*8f71f2daSDamjan Jovanovic# distributed with this work for additional information 6*8f71f2daSDamjan Jovanovic# regarding copyright ownership. The ASF licenses this file 7*8f71f2daSDamjan Jovanovic# to you under the Apache License, Version 2.0 (the 8*8f71f2daSDamjan Jovanovic# "License"); you may not use this file except in compliance 9*8f71f2daSDamjan Jovanovic# with the License. You may obtain a copy of the License at 10*8f71f2daSDamjan Jovanovic# 11*8f71f2daSDamjan Jovanovic# http://www.apache.org/licenses/LICENSE-2.0 12*8f71f2daSDamjan Jovanovic# 13*8f71f2daSDamjan Jovanovic# Unless required by applicable law or agreed to in writing, 14*8f71f2daSDamjan Jovanovic# software distributed under the License is distributed on an 15*8f71f2daSDamjan Jovanovic# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16*8f71f2daSDamjan Jovanovic# KIND, either express or implied. See the License for the 17*8f71f2daSDamjan Jovanovic# specific language governing permissions and limitations 18*8f71f2daSDamjan Jovanovic# under the License. 19*8f71f2daSDamjan Jovanovic# 20*8f71f2daSDamjan Jovanovic#************************************************************** 21*8f71f2daSDamjan Jovanovic 22*8f71f2daSDamjan Jovanovic 23*8f71f2daSDamjan Jovanovic 24*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_Package,codemaker_inc,$(SRCDIR)/codemaker/inc)) 25*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/codemaker.hxx,codemaker/codemaker.hxx)) 26*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/commoncpp.hxx,codemaker/commoncpp.hxx)) 27*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/commonjava.hxx,codemaker/commonjava.hxx)) 28*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/dependencies.hxx,codemaker/dependencies.hxx)) 29*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/exceptiontree.hxx,codemaker/exceptiontree.hxx)) 30*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/generatedtypeset.hxx,codemaker/generatedtypeset.hxx)) 31*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/global.hxx,codemaker/global.hxx)) 32*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/options.hxx,codemaker/options.hxx)) 33*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/typemanager.hxx,codemaker/typemanager.hxx)) 34*8f71f2daSDamjan Jovanovic$(eval $(call gb_Package_add_file,codemaker_inc,inc/codemaker/unotype.hxx,codemaker/unotype.hxx)) 35