From 60a0d64307394bad62684c32bbccf89552d15090 Mon Sep 17 00:00:00 2001 From: giraffedata Date: Tue, 18 May 2010 02:37:18 +0000 Subject: Pamflip PBM speedup with SSE et al git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1214 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- editor/Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'editor/Makefile') diff --git a/editor/Makefile b/editor/Makefile index 29cdcab1..52b2b0bc 100644 --- a/editor/Makefile +++ b/editor/Makefile @@ -7,7 +7,7 @@ VPATH=.:$(SRCDIR)/$(SUBDIR) include $(BUILDDIR)/config.mk -SUBDIRS = specialty +SUBDIRS = pamflip specialty # We tend to separate out the build targets so that we don't have # any more dependencies for a given target than it really needs. @@ -19,7 +19,7 @@ SUBDIRS = specialty PORTBINARIES = pamaddnoise pambackground pamcomp pamcut \ pamdice pamditherbw pamedge \ pamenlarge \ - pamflip pamfunc pammasksharpen \ + pamfunc pammasksharpen \ pampaintspill pamperspective \ pamscale pamsistoaglyph pamstretch pamthreshold pamundice \ pbmclean pbmmask pbmpscale pbmreduce \ @@ -42,7 +42,6 @@ PORTBINARIES = pamaddnoise pambackground pamcomp pamcut \ NOMERGEBINARIES = MERGEBINARIES = $(PORTBINARIES) - BINARIES = $(MERGEBINARIES) $(NOMERGEBINARIES) SCRIPTS = pnmflip ppmfade ppmquant ppmquantall ppmshadow \ pamstretch-gen pnmmargin pnmquant -- cgit 1.4.1