components/zip/Makefile
changeset 151 f9e42a3f7095
parent 132 e42ee47fca04
child 181 87e11e685b1f
equal deleted inserted replaced
150:2e044e9ef7de 151:f9e42a3f7095
    37 
    37 
    38 # remove the unwanted file.
    38 # remove the unwanted file.
    39 COMPONENT_PREP_ACTION = rm -f $(SOURCE_DIR)/match.S
    39 COMPONENT_PREP_ACTION = rm -f $(SOURCE_DIR)/match.S
    40 
    40 
    41 # The Makefile we want is under unix/Makefile
    41 # The Makefile we want is under unix/Makefile
    42 COMPONENT_BUILD_TARGETS += -f unix/Makefile generic
    42 COMPONENT_BUILD_ARGS += -f unix/Makefile
    43 COMPONENT_INSTALL_TARGETS += -f unix/Makefile
    43 COMPONENT_BUILD_TARGETS += generic
       
    44 COMPONENT_INSTALL_ARGS += -f unix/Makefile
    44 
    45 
    45 # This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.
    46 # This doesn't respect DESTDIR, so overload BINDIR and MANDIR when we install.
    46 COMPONENT_INSTALL_TARGETS += BINDIR=$(PROTOUSRBINDIR)
    47 COMPONENT_INSTALL_ARGS += BINDIR=$(PROTOUSRBINDIR)
    47 COMPONENT_INSTALL_TARGETS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
    48 COMPONENT_INSTALL_ARGS += MANDIR=$(PROTOUSRSHAREMAN1DIR)
    48 COMPONENT_INSTALL_TARGETS += install
       
    49 
    49 
    50 # fix the man pages
    50 # fix the man pages
    51 INST_MAN1PGS = zip zipcloak zipnote zipsplit
    51 INST_MAN1PGS = zip zipcloak zipnote zipsplit
    52 INST_MANSCRIPT = oracleman-stability
    52 INST_MANSCRIPT = oracleman-stability
    53 PROTOMAN1 = $(INST_MAN1PGS:%=$(PROTOUSRSHAREMAN1DIR)/%.1)
    53 PROTOMAN1 = $(INST_MAN1PGS:%=$(PROTOUSRSHAREMAN1DIR)/%.1)