diff options
| author | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 22:45:49 +0000 |
|---|---|---|
| committer | pp <pp@455248ca-bdda-0310-9134-f4ebb693071a> | 2011-05-04 22:45:49 +0000 |
| commit | 2a0b9cc4d31a3d50d1eee64086b46209792af2e5 (patch) | |
| tree | 91d5ca6942c2558c020e60048a94d3e59c328680 /filters/Makefile.in | |
| parent | fd3e80fb30194c7c5dc4e8069852559ab054b204 (diff) | |
- 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
Diffstat (limited to 'filters/Makefile.in')
| -rw-r--r-- | filters/Makefile.in | 18 |
1 files changed, 0 insertions, 18 deletions
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 |
