xref: /AOO42X/main/pyuno/Package_py.mk (revision 5e48fca7e524eb943907f0a8808aae8b4c4c7424)
1*58c70741SJim Jagielski#**************************************************************
2*58c70741SJim Jagielski#
3*58c70741SJim Jagielski#  Licensed to the Apache Software Foundation (ASF) under one
4*58c70741SJim Jagielski#  or more contributor license agreements.  See the NOTICE file
5*58c70741SJim Jagielski#  distributed with this work for additional information
6*58c70741SJim Jagielski#  regarding copyright ownership.  The ASF licenses this file
7*58c70741SJim Jagielski#  to you under the Apache License, Version 2.0 (the
8*58c70741SJim Jagielski#  "License"); you may not use this file except in compliance
9*58c70741SJim Jagielski#  with the License.  You may obtain a copy of the License at
10*58c70741SJim Jagielski#
11*58c70741SJim Jagielski#    http://www.apache.org/licenses/LICENSE-2.0
12*58c70741SJim Jagielski#
13*58c70741SJim Jagielski#  Unless required by applicable law or agreed to in writing,
14*58c70741SJim Jagielski#  software distributed under the License is distributed on an
15*58c70741SJim Jagielski#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*58c70741SJim Jagielski#  KIND, either express or implied.  See the License for the
17*58c70741SJim Jagielski#  specific language governing permissions and limitations
18*58c70741SJim Jagielski#  under the License.
19*58c70741SJim Jagielski#
20*58c70741SJim Jagielski#**************************************************************
21*58c70741SJim Jagielski
22*58c70741SJim Jagielski$(eval $(call gb_Package_Package,pyuno_py,$(SRCDIR)/pyuno))
23*58c70741SJim Jagielski
24*58c70741SJim Jagielskiifeq ($(GUI),WNT)
25*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/pythonloader.py,source/loader/pythonloader.py))
26*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/uno.py,source/module/uno.py))
27*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))
28*58c70741SJim Jagielskielse ifeq ($(GUI),OS2)
29*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/pythonloader.py,source/loader/pythonloader.py))
30*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/uno.py,source/module/uno.py))
31*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,bin/pyuno/unohelper.py,source/module/unohelper.py))
32*58c70741SJim Jagielskielse
33*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/pythonloader.py,source/loader/pythonloader.py))
34*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/uno.py,source/module/uno.py))
35*58c70741SJim Jagielski$(eval $(call gb_Package_add_file,pyuno_py,lib/pyuno/unohelper.py,source/module/unohelper.py))
36*58c70741SJim Jagielskiendif
37