Rev 11578 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
include ../MkRulesJPEGDIR=jpeg-6ball: buildzlib buildpng buildjpeg Rbitmap.dll installdllbuildzlib:$(MAKE) CC='$(CC)' AR='$(AR) rcs' -C zlib -f nt/Makefile.gcc libz.abuildpng:$(MAKE) CC='$(CC)' RANLIB=$(RANLIB) -C libpng -f scripts/makefile.std libpng.a# jconfig.h and Makefile obtained running 'CC="gcc -mno-cygwin" ./configure'# under CYGWIN. They are here since the configure script doesn't run# (I suspect) using the reduced set of tools we distribuite.buildjpeg: $(JPEGDIR)/jconfig.h Makefile.jpeg$(MAKE) CC='$(CC)' AR='$(AR) rc' RANLIB=$(RANLIB) -C $(JPEGDIR) -f ../Makefile.jpeg libjpeg.a$(JPEGDIR)/jconfig.h: jconfig.h$(CP) jconfig.h $(JPEGDIR)/jconfig.hrbitmap-CFLAGS=-Wall -pedantic -DHAVE_PNG -DHAVE_JPEG -I./zlib -I./libpng -I$(JPEGDIR) -I../../includeRbitmap-DLLLIBS=-L./libpng -lpng -L./zlib -lz -L$(JPEGDIR) -ljpeg -L../ -lRRbitmap-DLLFLAGS=-sRbitmap.dll: rbitmap.oinstalldll:$(CP) Rbitmap.dll ../../../binclean:$(RM) *.o *.a *.dll *.def *~ \#*\#-$(MAKE) CC='$(CC)' RM='$(RM)' -C zlib -f nt/Makefile.gcc clean-$(MAKE) CC='$(CC)' -C libpng -f scripts/makefile.std clean-$(MAKE) CC='$(CC)' -C $(JPEGDIR) -f ../Makefile.jpeg clean