components/foomatic/db/Makefile
changeset 1434 c782e620dd26
parent 1058 34d7aaa03423
child 1537 68c1d972de17
equal deleted inserted replaced
1433:c111a9dd45a7 1434:c782e620dd26
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    16 # fields enclosed by brackets "[]" replaced with your own identifying
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    17 # information: Portions Copyright [yyyy] [name of copyright owner]
    18 #
    18 #
    19 # CDDL HEADER END
    19 # CDDL HEADER END
    20 #
    20 #
    21 # Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
    21 # Copyright (c) 2011, 2013, Oracle and/or its affiliates. All rights reserved.
    22 #
    22 #
    23 include ../../../make-rules/shared-macros.mk
    23 include ../../../make-rules/shared-macros.mk
    24 
    24 
    25 COMPONENT_NAME=		foomatic-db
    25 COMPONENT_NAME=		foomatic-db
    26 COMPONENT_VERSION=	20080903
    26 COMPONENT_VERSION=	20080903
    41 # One file is not gzipped; fix it
    41 # One file is not gzipped; fix it
    42 COMPONENT_POST_INSTALL_ACTION = \
    42 COMPONENT_POST_INSTALL_ACTION = \
    43  gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
    43  gzip -c $(SOURCE_DIR)/db/source/PPD/Oce/Others/IM8530_1.PPD \
    44   > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
    44   > $(PROTO_DIR)/usr/share/foomatic/db/source/PPD/Oce/Others/IM8530_1.ppd.gz
    45 
    45 
       
    46 ASLR_MODE = $(ASLR_NOT_APPLICABLE)
       
    47 
    46 # common targets
    48 # common targets
    47 build:		$(BUILD_32)
    49 build:		$(BUILD_32)
    48 
    50 
    49 install:	$(INSTALL_32)
    51 install:	$(INSTALL_32)
    50 
    52