Makefile revision 1258
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# CDDL HEADER START
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# The contents of this file are subject to the terms of the
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Common Development and Distribution License (the "License").
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# You may not use this file except in compliance with the License.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# See the License for the specific language governing permissions
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# and limitations under the License.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# When distributing Covered Code, include this CDDL HEADER in each
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# If applicable, add the following below this CDDL HEADER, with the
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# fields enclosed by brackets "[]" replaced with your own identifying
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# CDDL HEADER END
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync# Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
cab65d7f7f5418e157d6e02eb812d1cb43bce2f5vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
085bc29163eb87e345acaae02789e4c233d51f3bvboxsync sha256:a404d1243a313259490a6a29238498c438b6e8638dafeb980ab98de347957414
085bc29163eb87e345acaae02789e4c233d51f3bvboxsyncCOMPONENT_ARCHIVE_URL= $(EXTERNAL_ARCHIVE_MIRROR)/$(COMPONENT_ARCHIVE)
0de1998ac52682bb5322df476e45f237265ea9b7vboxsyncCOMPONENT_PROJECT_URL= http://www.linuxfoundation.org/collaborate/workgroups/openprinting/database/foomatic/
ddfcbd0a2ee61ce75ecc10a6001d5d834893bf8fvboxsyncCOMPONENT_PRE_CONFIGURE_ACTION = $(CLONEY) $(SOURCE_DIR) $(@D)
0de1998ac52682bb5322df476e45f237265ea9b7vboxsync# One file is not gzipped; fix it
3d5404387e8427a7d05722ff9988620ac872f434vboxsync gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
3d5404387e8427a7d05722ff9988620ac872f434vboxsync > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
0de1998ac52682bb5322df476e45f237265ea9b7vboxsync# common targets