View | Details | Raw Unified
Collapse All | Expand All

(-) netpbm-10.32/GNUmakefile (-1 / +2 lines)
 Lines 89-94    Link Here 
OMIT_CONFIG_RULE = 1
OMIT_CONFIG_RULE = 1
OMIT_VERSION_H_RULE = 1
OMIT_VERSION_H_RULE = 1
OMIT_INTTYPES_RULE = 1
include $(SRCDIR)/Makefile.common
include $(SRCDIR)/Makefile.common
$(BUILDDIR)/Makefile.config: $(SRCDIR)/Makefile.config.in
$(BUILDDIR)/Makefile.config: $(SRCDIR)/Makefile.config.in
 Lines 107-113    Link Here 
DELETEIT = (rm -f $@ || false)
DELETEIT = (rm -f $@ || false)
inttypes_netpbm.h: $(TYPEGEN)
$(BUILDDIR)/inttypes_netpbm.h: $(TYPEGEN)
	$(TYPEGEN) >$@ || $(DELETEIT)
	$(TYPEGEN) >$@ || $(DELETEIT)
# We run a couple of programs on the build machine in computing the
# We run a couple of programs on the build machine in computing the
(-) netpbm-10.32/Makefile.common (-4 / +7 lines)
 Lines 129-141    Link Here 
  $(IMPORTINC_LIB_FILES) \
  $(IMPORTINC_LIB_FILES) \
  $(IMPORTINC_LIB_UTIL_FILES) \
  $(IMPORTINC_LIB_UTIL_FILES) \
$(IMPORTINC_ROOT_FILES):importinc/%:$(SRCDIR)/%
$(IMPORTINC_ROOT_FILES):importinc/%:$(BUILDDIR)/%
	mkdir -p importinc
	mkdir -p importinc
	rm -f $@
	rm -f $@
	$(SYMLINK) $< $@
	$(SYMLINK) $< $@
importinc/pm_config.h: $(BUILDDIR)/pm_config.h
$(IMPORTINC_LIB_FILES):importinc/%:$(SRCDIR)/lib/%
$(IMPORTINC_LIB_FILES):importinc/%:$(SRCDIR)/lib/%
	mkdir -p importinc
	mkdir -p importinc
	rm -f $@
	rm -f $@
 Lines 168-173    Link Here 
	$(MAKE) -C $(dir $@) $(notdir $@)
	$(MAKE) -C $(dir $@) $(notdir $@)
endif
endif
ifneq ($(OMIT_INTTYPES_RULE),1)
$(BUILDDIR)/inttypes_netpbm.h:
	$(MAKE) -C $(dir $@) -f $(SRCDIR)/GNUmakefile $(notdir $@)
endif
# Note that any time you do a make on a fresh Netpbm source tree,
# Note that any time you do a make on a fresh Netpbm source tree,
# Make notices that 'Makefile.config', which the make files include, does not
# Make notices that 'Makefile.config', which the make files include, does not
# exist and runs the "Makefile.config" target, which runs Configure.
# exist and runs the "Makefile.config" target, which runs Configure.
 Lines 484-490    Link Here 
%/install.merge:
%/install.merge:
	$(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
	$(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@) 
	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@) 
$(SUBDIRS:%=%/all): %/all: $(CURDIR)/%
$(SUBDIRS:%=%/all): %/all: $(CURDIR)/% importinc
	$(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
	$(MAKE) -C $(dir $@) -f $(SRCDIR)/$(SUBDIR)/$(dir $@)Makefile \
	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@) 
	    SRCDIR=$(SRCDIR) BUILDDIR=$(BUILDDIR) $(notdir $@) 
$(SUBDIRS:%=%/mergetrylist): %/mergetrylist: $(CURDIR)/% FORCE
$(SUBDIRS:%=%/mergetrylist): %/mergetrylist: $(CURDIR)/% FORCE