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_swriter 32 33# --- Settings ----------------------------------------------------- --- 972 unchanged lines hidden (view full) --- 1006 text$/shared$/autopi$/01130100.xhp \ 1007 text$/shared$/autopi$/01130200.xhp \ 1008 text$/shared$/autopi$/01150000.xhp \ 1009 text$/shared$/autopi$/01170000.xhp \ 1010 text$/shared$/autopi$/01170200.xhp \ 1011 text$/shared$/autopi$/01170300.xhp \ 1012 text$/shared$/autopi$/01170400.xhp \ 1013 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_swriter 29 30# --- Settings ----------------------------------------------------- --- 972 unchanged lines hidden (view full) --- 1003 text$/shared$/autopi$/01130100.xhp \ 1004 text$/shared$/autopi$/01130200.xhp \ 1005 text$/shared$/autopi$/01150000.xhp \ 1006 text$/shared$/autopi$/01170000.xhp \ 1007 text$/shared$/autopi$/01170200.xhp \ 1008 text$/shared$/autopi$/01170300.xhp \ 1009 text$/shared$/autopi$/01170400.xhp \ 1010 text$/shared$/autopi$/01170500.xhp \ |
1014 text$/shared$/autopi$/purchase.xhp \ | |
1015 text$/shared$/autopi$/startup.xhp \ 1016 text$/shared$/autopi$/webwizard00.xhp \ 1017 text$/shared$/autopi$/webwizard01.xhp \ 1018 text$/shared$/autopi$/webwizard02.xhp \ 1019 text$/shared$/autopi$/webwizard03.xhp \ 1020 text$/shared$/autopi$/webwizard04.xhp \ 1021 text$/shared$/autopi$/webwizard05.xhp \ 1022 text$/shared$/autopi$/webwizard05bi.xhp \ --- 377 unchanged lines hidden --- | 1011 text$/shared$/autopi$/startup.xhp \ 1012 text$/shared$/autopi$/webwizard00.xhp \ 1013 text$/shared$/autopi$/webwizard01.xhp \ 1014 text$/shared$/autopi$/webwizard02.xhp \ 1015 text$/shared$/autopi$/webwizard03.xhp \ 1016 text$/shared$/autopi$/webwizard04.xhp \ 1017 text$/shared$/autopi$/webwizard05.xhp \ 1018 text$/shared$/autopi$/webwizard05bi.xhp \ --- 377 unchanged lines hidden --- |