From f2b127d27bcf6c9bacf1b16b371bdee30f7812d6 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Sun, 5 Oct 2008 20:47:34 +0000 Subject: Rename Makefile.config to config.mk git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@743 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- converter/other/fiasco/Makefile | 2 +- converter/other/fiasco/codec/Makefile | 2 +- converter/other/fiasco/input/Makefile | 2 +- converter/other/fiasco/lib/Makefile | 2 +- converter/other/fiasco/output/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'converter/other/fiasco') diff --git a/converter/other/fiasco/Makefile b/converter/other/fiasco/Makefile index 8a0100c6..490bd935 100644 --- a/converter/other/fiasco/Makefile +++ b/converter/other/fiasco/Makefile @@ -5,7 +5,7 @@ endif SUBDIR = converter/other/fiasco VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk COMP_INCLUDES = \ -I$(SRCDIR)/$(SUBDIR)/codec -I$(SRCDIR)/$(SUBDIR)/input \ diff --git a/converter/other/fiasco/codec/Makefile b/converter/other/fiasco/codec/Makefile index b126c677..e3b2a112 100644 --- a/converter/other/fiasco/codec/Makefile +++ b/converter/other/fiasco/codec/Makefile @@ -6,7 +6,7 @@ FIASCOSUBDIR = converter/other/fiasco SUBDIR = $(FIASCOSUBDIR)/codec VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk COMP_INCLUDES = -I$(SRCDIR)/$(FIASCOSUBDIR) -I$(SRCDIR)/$(FIASCOSUBDIR)/lib \ -I$(SRCDIR)/$(FIASCOSUBDIR)/input -I$(SRCDIR)/$(FIASCOSUBDIR)/output diff --git a/converter/other/fiasco/input/Makefile b/converter/other/fiasco/input/Makefile index 714a8456..2f8749f6 100644 --- a/converter/other/fiasco/input/Makefile +++ b/converter/other/fiasco/input/Makefile @@ -7,7 +7,7 @@ SUBDIR = $(FIASCOSUBDIR)/input BUILDDIR = ../../../.. VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk OBJECTS = basis.o matrices.o mc.o nd.o read.o tree.o weights.o diff --git a/converter/other/fiasco/lib/Makefile b/converter/other/fiasco/lib/Makefile index 7e19dc88..801fd24e 100644 --- a/converter/other/fiasco/lib/Makefile +++ b/converter/other/fiasco/lib/Makefile @@ -6,7 +6,7 @@ FIASCOSUBDIR = converter/other/fiasco SUBDIR = $(FIASCOSUBDIR)/lib VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk OBJECTS = \ arith.o \ diff --git a/converter/other/fiasco/output/Makefile b/converter/other/fiasco/output/Makefile index 6f642a26..26b6d924 100644 --- a/converter/other/fiasco/output/Makefile +++ b/converter/other/fiasco/output/Makefile @@ -6,7 +6,7 @@ FIASCOSUBDIR = converter/other/fiasco SUBDIR = $(FIASCOSUBDIR)/output VPATH=.:$(SRCDIR)/$(SUBDIR) -include $(BUILDDIR)/Makefile.config +include $(BUILDDIR)/config.mk OBJECTS = matrices.o mc.o nd.o tree.o weights.o write.o -- cgit 1.4.1