| Line 7... |
Line 7... |
| 7 |
buildzlib:
|
7 |
buildzlib:
|
| 8 |
# $(MAKE) CC='$(CC)' AR='$(AR) rcs' -C zlib -f nt/Makefile.gcc libz.a
|
8 |
# $(MAKE) CC='$(CC)' AR='$(AR) rcs' -C zlib -f nt/Makefile.gcc libz.a
|
| 9 |
$(MAKE) -C ../../extra/zlib -f Makefile.win
|
9 |
$(MAKE) -C ../../extra/zlib -f Makefile.win
|
| 10 |
|
10 |
|
| 11 |
buildpng:
|
11 |
buildpng:
|
| 12 |
$(MAKE) CC='$(CC)' RANLIB=$(RANLIB) -C libpng -f scripts/makefile.std libpng.a
|
12 |
$(MAKE) CC='$(CC)' RANLIB=$(RANLIB) ZLIBLIB=../../../extra/zlib ZLIBINC=../../../extra/zlib -C libpng -f scripts/makefile.std libpng.a
|
| 13 |
|
13 |
|
| 14 |
# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'
|
14 |
# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'
|
| 15 |
# under CYGWIN. They are here since the configure script doesn't run
|
15 |
# under CYGWIN. They are here since the configure script doesn't run
|
| 16 |
# (I suspect) using the reduced set of tools we distribute.
|
16 |
# (I suspect) using the reduced set of tools we distribute.
|
| 17 |
buildjpeg: $(JPEGDIR)/jconfig.h Makefile.jpeg
|
17 |
buildjpeg: $(JPEGDIR)/jconfig.h Makefile.jpeg
|