makefile.mk (368d3b59) makefile.mk (32d4040d)
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 47 unchanged lines hidden (view full) ---

56.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
57
58SHARED_COM_SDK_PATH*:=.
59
60INSTALLDIR=$(OUT)
61
62.INCLUDE: target.mk
63
1#**************************************************************
2#
3# Licensed to the Apache Software Foundation (ASF) under one
4# or more contributor license agreements. See the NOTICE file
5# distributed with this work for additional information
6# regarding copyright ownership. The ASF licenses this file
7# to you under the Apache License, Version 2.0 (the
8# "License"); you may not use this file except in compliance

--- 47 unchanged lines hidden (view full) ---

56.INCLUDE .IGNORE: $(SRC_ROOT)$/cwsname.mk
57
58SHARED_COM_SDK_PATH*:=.
59
60INSTALLDIR=$(OUT)
61
62.INCLUDE: target.mk
63
64# The help target belongs after the inclusion of target.mk to not become the default target.
65help .PHONY :
66 @echo "known targets:"
67 @echo " openoffice builds the default installation packages for the platform"
68 @echo " aoo_srcrelease packs the source release package"
69 @echo " updatepack"
70 @echo " openofficedev devloper snapshot"
71 @echo " openofficewithjre"
72 @echo " ooolanguagepack"
73 @echo " ooodevlanguagepack"
74 @echo " sdkoo"
75 @echo " sdkoodev"
76 @echo
77 @echo "Most targets (all except aoo_srcrelease and updatepack) accept suffixes"
78 @echo " add _<language> to build a target for one language only"
79 @echo " the default set of languages is alllangiso=$(alllangiso)"
80 @echo " add .<package_format> to build a target for one package format only"
81 @echo " the default set of package formats is archive and PKGFORMAT=$(PKGFORMAT)"
82
83
64LOCALPYFILES= \
65 $(BIN)$/uno.py \
66 $(BIN)$/unohelper.py \
67 $(BIN)$/pythonloader.py \
68 $(BIN)$/pythonscript.py \
69 $(BIN)$/officehelper.py \
70 $(BIN)$/mailmerge.py
71

--- 189 unchanged lines hidden ---
84LOCALPYFILES= \
85 $(BIN)$/uno.py \
86 $(BIN)$/unohelper.py \
87 $(BIN)$/pythonloader.py \
88 $(BIN)$/pythonscript.py \
89 $(BIN)$/officehelper.py \
90 $(BIN)$/mailmerge.py
91

--- 189 unchanged lines hidden ---