xref: /trunk/main/odk/settings/stdtarget.mk (revision b3ba5bc7)
1122c3632SJürgen Schmidt#**************************************************************
2122c3632SJürgen Schmidt#
3122c3632SJürgen Schmidt#  Licensed to the Apache Software Foundation (ASF) under one
4122c3632SJürgen Schmidt#  or more contributor license agreements.  See the NOTICE file
5122c3632SJürgen Schmidt#  distributed with this work for additional information
6122c3632SJürgen Schmidt#  regarding copyright ownership.  The ASF licenses this file
7122c3632SJürgen Schmidt#  to you under the Apache License, Version 2.0 (the
8122c3632SJürgen Schmidt#  "License"); you may not use this file except in compliance
9122c3632SJürgen Schmidt#  with the License.  You may obtain a copy of the License at
10122c3632SJürgen Schmidt#
11122c3632SJürgen Schmidt#    http://www.apache.org/licenses/LICENSE-2.0
12122c3632SJürgen Schmidt#
13122c3632SJürgen Schmidt#  Unless required by applicable law or agreed to in writing,
14122c3632SJürgen Schmidt#  software distributed under the License is distributed on an
15122c3632SJürgen Schmidt#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16122c3632SJürgen Schmidt#  KIND, either express or implied.  See the License for the
17122c3632SJürgen Schmidt#  specific language governing permissions and limitations
18122c3632SJürgen Schmidt#  under the License.
19122c3632SJürgen Schmidt#
20122c3632SJürgen Schmidt#**************************************************************
21cdf0e10cSrcweir.SUFFIXES:
22cdf0e10cSrcweir
23cdf0e10cSrcweir.SECONDARY:
24cdf0e10cSrcweir
25cdf0e10cSrcweirifeq "$(DEBUG)" "yes"
26cdf0e10cSrcweirdebug : ALL
27cdf0e10cSrcweirendif
28cdf0e10cSrcweir
29cdf0e10cSrcweir.PHONY: install
30cdf0e10cSrcweirinstall: $(REGISTERFLAG)
31cdf0e10cSrcweir
32cdf0e10cSrcweir$(SDKTYPEFLAG):  #$(URE_TYPES) $(OFFICE_TYPES)
33cdf0e10cSrcweir	-$(MKDIR) $(subst /,$(PS),$(@D))
34cdf0e10cSrcweir	-$(DEL) $(subst \\,\,$(subst /,$(PS),$(SDKTYPEFLAG)))
35*b3ba5bc7SJürgen Schmidt	$(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(OFFICE_TYPES)
36cdf0e10cSrcweir	echo flagged > $@
37