xref: /AOO41X/main/helpcontent2/source/text/simpress/minimizer/makefile.mk (revision ca62e2c2083b5d0995f1245bad6c2edfb455fbec)
1*597a4c59SAriel Constenla-Haile#**************************************************************
2*597a4c59SAriel Constenla-Haile#
3*597a4c59SAriel Constenla-Haile#  Licensed to the Apache Software Foundation (ASF) under one
4*597a4c59SAriel Constenla-Haile#  or more contributor license agreements.  See the NOTICE file
5*597a4c59SAriel Constenla-Haile#  distributed with this work for additional information
6*597a4c59SAriel Constenla-Haile#  regarding copyright ownership.  The ASF licenses this file
7*597a4c59SAriel Constenla-Haile#  to you under the Apache License, Version 2.0 (the
8*597a4c59SAriel Constenla-Haile#  "License"); you may not use this file except in compliance
9*597a4c59SAriel Constenla-Haile#  with the License.  You may obtain a copy of the License at
10*597a4c59SAriel Constenla-Haile#
11*597a4c59SAriel Constenla-Haile#    http://www.apache.org/licenses/LICENSE-2.0
12*597a4c59SAriel Constenla-Haile#
13*597a4c59SAriel Constenla-Haile#  Unless required by applicable law or agreed to in writing,
14*597a4c59SAriel Constenla-Haile#  software distributed under the License is distributed on an
15*597a4c59SAriel Constenla-Haile#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*597a4c59SAriel Constenla-Haile#  KIND, either express or implied.  See the License for the
17*597a4c59SAriel Constenla-Haile#  specific language governing permissions and limitations
18*597a4c59SAriel Constenla-Haile#  under the License.
19*597a4c59SAriel Constenla-Haile#
20*597a4c59SAriel Constenla-Haile#**************************************************************
21*597a4c59SAriel Constenla-Haile
22*597a4c59SAriel Constenla-Haile
23*597a4c59SAriel Constenla-Haile
24*597a4c59SAriel Constenla-Haile# edit to match directory level
25*597a4c59SAriel Constenla-HailePRJ=..$/..$/..$/..
26*597a4c59SAriel Constenla-Haile# same for all makefiles in "helpcontent2"
27*597a4c59SAriel Constenla-HailePRJNAME = helpcontent2
28*597a4c59SAriel Constenla-Haile# edit to match the current package
29*597a4c59SAriel Constenla-HailePACKAGE = text/simpress/minimizer
30*597a4c59SAriel Constenla-Haile# uniqe name (module wide);
31*597a4c59SAriel Constenla-Haile# using a modified form of package should do here
32*597a4c59SAriel Constenla-HaileTARGET  = text_simpress_minimizer
33*597a4c59SAriel Constenla-Haile# edit to match the current module
34*597a4c59SAriel Constenla-HaileMODULE  = simpress
35*597a4c59SAriel Constenla-Haile
36*597a4c59SAriel Constenla-Haile# --- Settings -----------------------------------------------------
37*597a4c59SAriel Constenla-Haile
38*597a4c59SAriel Constenla-Haile.INCLUDE : settings.mk
39*597a4c59SAriel Constenla-Haile.INCLUDE : $(PRJ)$/settings.pmk
40*597a4c59SAriel Constenla-Haile
41*597a4c59SAriel Constenla-Haile# this list matches the *.xhp files to process
42*597a4c59SAriel Constenla-HaileXHPFILES = \
43*597a4c59SAriel Constenla-Haile   main.xhp \
44*597a4c59SAriel Constenla-Haile   step1.xhp \
45*597a4c59SAriel Constenla-Haile   step2.xhp \
46*597a4c59SAriel Constenla-Haile   step3.xhp \
47*597a4c59SAriel Constenla-Haile   step4.xhp \
48*597a4c59SAriel Constenla-Haile   step5.xhp \
49*597a4c59SAriel Constenla-Haile   infobox.xhp \
50*597a4c59SAriel Constenla-Haile   shared.xhp \
51*597a4c59SAriel Constenla-Haile
52*597a4c59SAriel Constenla-Haile
53*597a4c59SAriel Constenla-Haile# --- Targets ------------------------------------------------------
54*597a4c59SAriel Constenla-Haile
55*597a4c59SAriel Constenla-Haile.INCLUDE :  target.mk
56*597a4c59SAriel Constenla-Haile.INCLUDE : tg_help.mk
57