Changeset 561 for trunk/src/3rdparty/libpng/scripts/makefile.bc32
- Timestamp:
- Feb 11, 2010, 11:19:06 PM (15 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk
-
Property svn:mergeinfo
set to (toggle deleted branches)
/branches/vendor/nokia/qt/4.6.1 merged eligible /branches/vendor/nokia/qt/current merged eligible /branches/vendor/trolltech/qt/current 3-149
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/3rdparty/libpng/scripts/makefile.bc32
r2 r561 11 11 ## Where zlib.h, zconf.h and zlib.lib are 12 12 ZLIB_DIR=..\zlib 13 14 13 15 14 ## Compiler, linker and lib stuff … … 50 49 LDFLAGS=-L$(ZLIB_DIR) -M $(LDEBUG) 51 50 52 53 51 ## Variables 54 52 OBJS = \ … … 88 86 LIBNAME=libpng.lib 89 87 90 91 88 ## Implicit rules 92 89 # Braces let make "batch" calls to the compiler, … … 101 98 $(LD) $(LDFLAGS) $*.obj $(LIBNAME) zlib.lib $(NOEHLIB) 102 99 103 104 100 ## Major targets 105 101 all: libpng pngtest … … 112 108 pngtest 113 109 114 115 110 ## Minor Targets 116 111 117 png.obj: png.c 118 pngerror.obj: pngerror.c 119 pngget.obj: pngget.c 120 pngmem.obj: pngmem.c 121 pngpread.obj: pngpread.c 122 pngread.obj: pngread.c 123 pngrio.obj: pngrio.c 124 pngrtran.obj: pngrtran.c 125 pngrutil.obj: pngrutil.c 126 pngset.obj: pngset.c 127 pngtrans.obj: pngtrans.c 128 pngwio.obj: pngwio.c 129 pngwrite.obj: pngwrite.c 130 pngwtran.obj: pngwtran.c 131 pngwutil.obj: pngwutil.c 132 112 png.obj: png.c png.h pngconf.h 113 pngerror.obj: pngerror.c png.h pngconf.h 114 pngget.obj: pngget.c png.h pngconf.h 115 pngmem.obj: pngmem.c png.h pngconf.h 116 pngpread.obj: pngpread.c png.h pngconf.h 117 pngread.obj: pngread.c png.h pngconf.h 118 pngrio.obj: pngrio.c png.h pngconf.h 119 pngrtran.obj: pngrtran.c png.h pngconf.h 120 pngrutil.obj: pngrutil.c png.h pngconf.h 121 pngset.obj: pngset.c png.h pngconf.h 122 pngtrans.obj: pngtrans.c png.h pngconf.h 123 pngwio.obj: pngwio.c png.h pngconf.h 124 pngwrite.obj: pngwrite.c png.h pngconf.h 125 pngwtran.obj: pngwtran.c png.h pngconf.h 126 pngwutil.obj: pngwutil.c png.h pngconf.h 127 pngtest.obj: pngtest.c png.h pngconf.h 133 128 134 129 $(LIBNAME): $(OBJS) … … 137 132 $(LIBOBJS), libpng 138 133 | 139 140 134 141 135 # Cleanup … … 149 143 -del pngout.png 150 144 151 152 145 # End of makefile for libpng
Note:
See TracChangeset
for help on using the changeset viewer.