View | Details | Raw Unified
Collapse All | Expand All

(-) netpbm-10.32/GNUmakefile (+1 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
(-) netpbm-10.32/Makefile.common (-3 / +6 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.