makefile.mk (5d03e972) | makefile.mk (45b93914) |
---|---|
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 --- 26 unchanged lines hidden (view full) --- 35 36# --- Settings ----------------------------------------------------- 37 38.INCLUDE : settings.mk 39.INCLUDE : $(PRJ)$/settings.pmk 40 41# this list matches the *.xhp files to process 42XHPFILES = \ | 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 --- 26 unchanged lines hidden (view full) --- 35 36# --- Settings ----------------------------------------------------- 37 38.INCLUDE : settings.mk 39.INCLUDE : $(PRJ)$/settings.pmk 40 41# this list matches the *.xhp files to process 42XHPFILES = \ |
43 01020000.xhp \ 44 presenter.xhp | 43 01020000.xhp |
45 46# --- Targets ------------------------------------------------------ 47 48.INCLUDE : target.mk 49.INCLUDE : tg_help.mk | 44 45# --- Targets ------------------------------------------------------ 46 47.INCLUDE : target.mk 48.INCLUDE : tg_help.mk |