xref: /AOO41X/main/ooo_custom_images/util/target.pmk (revision 4bfbcde8d64cc5d114df10dce4a9ed79eff32278)
1*4bfbcde8SAndrew Rist#**************************************************************
2b5ffe9b5SAriel Constenla-Haile#
3*4bfbcde8SAndrew Rist#  Licensed to the Apache Software Foundation (ASF) under one
4*4bfbcde8SAndrew Rist#  or more contributor license agreements.  See the NOTICE file
5*4bfbcde8SAndrew Rist#  distributed with this work for additional information
6*4bfbcde8SAndrew Rist#  regarding copyright ownership.  The ASF licenses this file
7*4bfbcde8SAndrew Rist#  to you under the Apache License, Version 2.0 (the
8*4bfbcde8SAndrew Rist#  "License"); you may not use this file except in compliance
9*4bfbcde8SAndrew Rist#  with the License.  You may obtain a copy of the License at
10b5ffe9b5SAriel Constenla-Haile#
11*4bfbcde8SAndrew Rist#    http://www.apache.org/licenses/LICENSE-2.0
12b5ffe9b5SAriel Constenla-Haile#
13*4bfbcde8SAndrew Rist#  Unless required by applicable law or agreed to in writing,
14*4bfbcde8SAndrew Rist#  software distributed under the License is distributed on an
15*4bfbcde8SAndrew Rist#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*4bfbcde8SAndrew Rist#  KIND, either express or implied.  See the License for the
17*4bfbcde8SAndrew Rist#  specific language governing permissions and limitations
18*4bfbcde8SAndrew Rist#  under the License.
19*4bfbcde8SAndrew Rist#
20*4bfbcde8SAndrew Rist#**************************************************************
21b5ffe9b5SAriel Constenla-Haile.IF "$(depend)"==""
22b5ffe9b5SAriel Constenla-HaileALLTAR : $(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT)
23b5ffe9b5SAriel Constenla-Haile.ENDIF			# "$(depend)"==""
24b5ffe9b5SAriel Constenla-Haile
25b5ffe9b5SAriel Constenla-Haile$(COMMONBIN)$/$(TARGET)$/images_brand$(ZIP1EXT)	: $(COMMONBIN)$/images_brand_$(TARGET)$(ZIP1EXT)
26b5ffe9b5SAriel Constenla-Haile	@@-$(MKDIRHIER) $(@:d)
27b5ffe9b5SAriel Constenla-Haile	$(COPY) $< $@
28b5ffe9b5SAriel Constenla-Haile
29