From 2a0b9cc4d31a3d50d1eee64086b46209792af2e5 Mon Sep 17 00:00:00 2001 From: pp Date: Wed, 4 May 2011 22:45:49 +0000 Subject: - cleaned old and not working autoconf files for filters git-svn-id: https://siedziba.pl:790/svn/repos/php-imlib/trunk@338 455248ca-bdda-0310-9134-f4ebb693071a --- filters/Makefile.in | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 filters/Makefile.in (limited to 'filters/Makefile.in') diff --git a/filters/Makefile.in b/filters/Makefile.in deleted file mode 100644 index 4d5f6b3..0000000 --- a/filters/Makefile.in +++ /dev/null @@ -1,18 +0,0 @@ - -filters := php_colormod php_bumpmap php_testfilter php_hsbcolor php_colormatrix -filters_la := $(addsuffix .la,$(filters)) -filters_lo := $(addsuffix .lo,$(filters)) - -all : $(filters_la) -$(filters_lo) : %.lo : %.c - $(LIBTOOL) --mode=compile $(COMPILE) -c $*.c -$(filters_la) : %.la : %.lo - $(LIBTOOL) --mode=link $(COMPILE) -module -avoid-version -o $*.la $*.lo -rpath $(filters_libdir) -lm -install : all - $(mkinstalldirs) $(filters_libdir) - $(LIBTOOL) cp $(filters_la) $(filters_libdir) -clean: - rm -f *.lo *.slo *.la *.o - rm -rf .libs -distclean: clean - rm -f Makefile -- cgit v1.2.3