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