xref: /aoo42x/main/odk/settings/stdtarget.mk (revision 122c3632)
1*122c3632SJürgen Schmidt#**************************************************************
2*122c3632SJürgen Schmidt#
3*122c3632SJürgen Schmidt#  Licensed to the Apache Software Foundation (ASF) under one
4*122c3632SJürgen Schmidt#  or more contributor license agreements.  See the NOTICE file
5*122c3632SJürgen Schmidt#  distributed with this work for additional information
6*122c3632SJürgen Schmidt#  regarding copyright ownership.  The ASF licenses this file
7*122c3632SJürgen Schmidt#  to you under the Apache License, Version 2.0 (the
8*122c3632SJürgen Schmidt#  "License"); you may not use this file except in compliance
9*122c3632SJürgen Schmidt#  with the License.  You may obtain a copy of the License at
10*122c3632SJürgen Schmidt#
11*122c3632SJürgen Schmidt#    http://www.apache.org/licenses/LICENSE-2.0
12*122c3632SJürgen Schmidt#
13*122c3632SJürgen Schmidt#  Unless required by applicable law or agreed to in writing,
14*122c3632SJürgen Schmidt#  software distributed under the License is distributed on an
15*122c3632SJürgen Schmidt#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*122c3632SJürgen Schmidt#  KIND, either express or implied.  See the License for the
17*122c3632SJürgen Schmidt#  specific language governing permissions and limitations
18*122c3632SJürgen Schmidt#  under the License.
19*122c3632SJürgen Schmidt#
20*122c3632SJü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)))
35cdf0e10cSrcweir	$(CPPUMAKER) -Gc -BUCR -O$(OUT_INC) $(URE_TYPES) $(OFFICE_TYPES)
36cdf0e10cSrcweir	echo flagged > $@
37