makefile.mk (dc911482) | makefile.mk (3d4e3843) |
---|---|
1#************************************************************** | 1#************************************************************** |
2# | 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 9# with the License. You may obtain a copy of the License at | 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 9# with the License. You may obtain a copy of the License at |
10# | 10# |
11# http://www.apache.org/licenses/LICENSE-2.0 | 11# http://www.apache.org/licenses/LICENSE-2.0 |
12# | 12# |
13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. | 13# Unless required by applicable law or agreed to in writing, 14# software distributed under the License is distributed on an 15# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16# KIND, either express or implied. See the License for the 17# specific language governing permissions and limitations 18# under the License. |
19# | 19# |
20#************************************************************** 21 | 20#************************************************************** 21 |
22 23 24 25# edit to match directory level | 22# edit to match directory level |
26PRJ = ..$/.. 27# same for all makefiles in "helpcontent2" 28PRJNAME = helpcontent2 29# uniqe name (module wide); 30# using a modified form of package should do here 31TARGET = util_sbasic 32 33# --- Settings ----------------------------------------------------- --- 881 unchanged lines hidden (view full) --- 915 text$/shared$/autopi$/01130100.xhp \ 916 text$/shared$/autopi$/01130200.xhp \ 917 text$/shared$/autopi$/01150000.xhp \ 918 text$/shared$/autopi$/01170000.xhp \ 919 text$/shared$/autopi$/01170200.xhp \ 920 text$/shared$/autopi$/01170300.xhp \ 921 text$/shared$/autopi$/01170400.xhp \ 922 text$/shared$/autopi$/01170500.xhp \ | 23PRJ = ..$/.. 24# same for all makefiles in "helpcontent2" 25PRJNAME = helpcontent2 26# uniqe name (module wide); 27# using a modified form of package should do here 28TARGET = util_sbasic 29 30# --- Settings ----------------------------------------------------- --- 881 unchanged lines hidden (view full) --- 912 text$/shared$/autopi$/01130100.xhp \ 913 text$/shared$/autopi$/01130200.xhp \ 914 text$/shared$/autopi$/01150000.xhp \ 915 text$/shared$/autopi$/01170000.xhp \ 916 text$/shared$/autopi$/01170200.xhp \ 917 text$/shared$/autopi$/01170300.xhp \ 918 text$/shared$/autopi$/01170400.xhp \ 919 text$/shared$/autopi$/01170500.xhp \ |
923 text$/shared$/autopi$/purchase.xhp \ | |
924 text$/shared$/autopi$/startup.xhp \ 925 text$/shared$/autopi$/webwizard00.xhp \ 926 text$/shared$/autopi$/webwizard01.xhp \ 927 text$/shared$/autopi$/webwizard02.xhp \ 928 text$/shared$/autopi$/webwizard03.xhp \ 929 text$/shared$/autopi$/webwizard04.xhp \ 930 text$/shared$/autopi$/webwizard05.xhp \ 931 text$/shared$/autopi$/webwizard05bi.xhp \ --- 307 unchanged lines hidden (view full) --- 1239 text$/shared$/optionen$/mailmerge.xhp \ 1240 text$/shared$/optionen$/online_update.xhp \ 1241 text$/shared$/optionen$/serverauthentication.xhp \ 1242 text$/shared$/optionen$/testaccount.xhp \ 1243 text$/shared$/optionen$/viewcertificate.xhp \ 1244 text$/shared$/optionen$/viewcertificate_c.xhp \ 1245 text$/shared$/optionen$/viewcertificate_d.xhp \ 1246 text$/shared$/optionen$/viewcertificate_g.xhp \ | 920 text$/shared$/autopi$/startup.xhp \ 921 text$/shared$/autopi$/webwizard00.xhp \ 922 text$/shared$/autopi$/webwizard01.xhp \ 923 text$/shared$/autopi$/webwizard02.xhp \ 924 text$/shared$/autopi$/webwizard03.xhp \ 925 text$/shared$/autopi$/webwizard04.xhp \ 926 text$/shared$/autopi$/webwizard05.xhp \ 927 text$/shared$/autopi$/webwizard05bi.xhp \ --- 307 unchanged lines hidden (view full) --- 1235 text$/shared$/optionen$/mailmerge.xhp \ 1236 text$/shared$/optionen$/online_update.xhp \ 1237 text$/shared$/optionen$/serverauthentication.xhp \ 1238 text$/shared$/optionen$/testaccount.xhp \ 1239 text$/shared$/optionen$/viewcertificate.xhp \ 1240 text$/shared$/optionen$/viewcertificate_c.xhp \ 1241 text$/shared$/optionen$/viewcertificate_d.xhp \ 1242 text$/shared$/optionen$/viewcertificate_g.xhp \ |
1247 text$/shared$/tree_strings.xhp | 1243 text$/shared$/tree_strings.xhp |
1248 1249 1250# --- Targets ------------------------------------------------------ 1251 1252.INCLUDE : target.mk 1253.INCLUDE : $(PRJ)$/util$/target.pmk | 1244 1245 1246# --- Targets ------------------------------------------------------ 1247 1248.INCLUDE : target.mk 1249.INCLUDE : $(PRJ)$/util$/target.pmk |