diff options
| author | Chris Lattner <sabre@nondot.org> | 2004-11-18 21:21:54 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2004-11-18 21:21:54 +0000 |
| commit | af87e2c2b8f4853b14375becc070c80e897ae8e1 (patch) | |
| tree | 984067ff3fe67e7a2592b1fb46fa032a3ecf3b66 /llvm/runtime/libpng/scripts/makefile.dj2 | |
| parent | ee21a973a1aa59af5614548544f640e96395cf4b (diff) | |
| download | bcm5719-llvm-af87e2c2b8f4853b14375becc070c80e897ae8e1.tar.gz bcm5719-llvm-af87e2c2b8f4853b14375becc070c80e897ae8e1.zip | |
libpng is not even used by povray3.1 in the current configuration, just
drop it completely.
llvm-svn: 17966
Diffstat (limited to 'llvm/runtime/libpng/scripts/makefile.dj2')
| -rw-r--r-- | llvm/runtime/libpng/scripts/makefile.dj2 | 55 |
1 files changed, 0 insertions, 55 deletions
diff --git a/llvm/runtime/libpng/scripts/makefile.dj2 b/llvm/runtime/libpng/scripts/makefile.dj2 deleted file mode 100644 index 09045c27557..00000000000 --- a/llvm/runtime/libpng/scripts/makefile.dj2 +++ /dev/null @@ -1,55 +0,0 @@ -# DJGPP (DOS gcc) makefile for libpng -# Copyright (C) 2002 Glenn Randers-Pehrson -# Copyright (C) 1995 Guy Eric Schalnat, Group 42, Inc. -# For conditions of distribution and use, see copyright notice in png.h - -# where make install will put libpng.a and png.h -#prefix=/usr/local -prefix=. -INCPATH=$(prefix)/include -LIBPATH=$(prefix)/lib - -CC=gcc -CFLAGS=-I../zlib -O -LDFLAGS=-L. -L../zlib/ -lpng -lz -lm - -RANLIB=ranlib - -OBJS = png.o pngset.o pngget.o pngrutil.o pngtrans.o pngwutil.o \ - pngread.o pngrio.o pngwio.o pngwrite.o pngrtran.o pngwtran.o \ - pngmem.o pngerror.o pngpread.o - -all: libpng.a pngtest - -libpng.a: $(OBJS) - ar rc $@ $(OBJS) - $(RANLIB) $@ - -pngtest: pngtest.o libpng.a - $(CC) -o pngtest $(CFLAGS) pngtest.o $(LDFLAGS) - coff2exe pngtest - -test: pngtest - ./pngtest -clean: - rm -f *.o libpng.a pngtest pngout.png - -# DO NOT DELETE THIS LINE -- make depend depends on it. - -png.o: png.h pngconf.h -pngerror.o: png.h pngconf.h -pngrio.o: png.h pngconf.h -pngwio.o: png.h pngconf.h -pngmem.o: png.h pngconf.h -pngset.o: png.h pngconf.h -pngget.o: png.h pngconf.h -pngread.o: png.h pngconf.h -pngpread.o: png.h pngconf.h -pngrtran.o: png.h pngconf.h -pngrutil.o: png.h pngconf.h -pngtest.o: png.h pngconf.h -pngtrans.o: png.h pngconf.h -pngwrite.o: png.h pngconf.h -pngwtran.o: png.h pngconf.h -pngwutil.o: png.h pngconf.h - |

