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_smath 32 33# --- Settings ----------------------------------------------------- --- 660 unchanged lines hidden (view full) --- 694 text$/shared$/autopi$/01130100.xhp \ 695 text$/shared$/autopi$/01130200.xhp \ 696 text$/shared$/autopi$/01150000.xhp \ 697 text$/shared$/autopi$/01170000.xhp \ 698 text$/shared$/autopi$/01170200.xhp \ 699 text$/shared$/autopi$/01170300.xhp \ 700 text$/shared$/autopi$/01170400.xhp \ 701 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_smath 29 30# --- Settings ----------------------------------------------------- --- 660 unchanged lines hidden (view full) --- 691 text$/shared$/autopi$/01130100.xhp \ 692 text$/shared$/autopi$/01130200.xhp \ 693 text$/shared$/autopi$/01150000.xhp \ 694 text$/shared$/autopi$/01170000.xhp \ 695 text$/shared$/autopi$/01170200.xhp \ 696 text$/shared$/autopi$/01170300.xhp \ 697 text$/shared$/autopi$/01170400.xhp \ 698 text$/shared$/autopi$/01170500.xhp \ |
702 text$/shared$/autopi$/purchase.xhp \ | |
703 text$/shared$/autopi$/startup.xhp \ 704 text$/shared$/autopi$/webwizard00.xhp \ 705 text$/shared$/autopi$/webwizard01.xhp \ 706 text$/shared$/autopi$/webwizard02.xhp \ 707 text$/shared$/autopi$/webwizard03.xhp \ 708 text$/shared$/autopi$/webwizard04.xhp \ 709 text$/shared$/autopi$/webwizard05.xhp \ 710 text$/shared$/autopi$/webwizard05bi.xhp \ --- 322 unchanged lines hidden --- | 699 text$/shared$/autopi$/startup.xhp \ 700 text$/shared$/autopi$/webwizard00.xhp \ 701 text$/shared$/autopi$/webwizard01.xhp \ 702 text$/shared$/autopi$/webwizard02.xhp \ 703 text$/shared$/autopi$/webwizard03.xhp \ 704 text$/shared$/autopi$/webwizard04.xhp \ 705 text$/shared$/autopi$/webwizard05.xhp \ 706 text$/shared$/autopi$/webwizard05bi.xhp \ --- 322 unchanged lines hidden --- |