diff options
Diffstat (limited to 'converter/Makefile')
-rw-r--r-- | converter/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/converter/Makefile b/converter/Makefile new file mode 100644 index 00000000..02cab3be --- /dev/null +++ b/converter/Makefile @@ -0,0 +1,17 @@ +ifeq ($(SRCDIR)x,x) + SRCDIR = $(CURDIR)/.. + BUILDDIR = $(SRCDIR) +endif +SUBDIR = converter +VPATH=.:$(SRCDIR)/$(SUBDIR) + +include $(BUILDDIR)/Makefile.config + +SUBDIRS = pbm pgm ppm other + +all: $(SUBDIRS:%=%/all) + +SCRIPTS = +BINARIES = + +include $(SRCDIR)/Makefile.common |