Labels:text | screenshot | black and white | font OCR: Makefile for Independent JPEG Group's software This makefile is suitable for Unix-like systems with ANSI-capable compilers. If you have a non-ANSI compiler, makefile.unix is a better starting point. Read SETUP instructions before saying "make" !! The name of your C compiler: CC= CC You may need to adjust these cc options: CFLAGS= - 0 # In particular : # Add -DBSD if on a pure BSD system (see jinclude .h). Add -DMEM_STATS to enable gathering of memory usage statistics. You may also want to add -DTWO_FILE_COMMANDLINE or -D switches for other symbols listed in jconfig .h, if you prefer not to change jconfig.h. Link-time cc options: LDFLAGS= # To link any special libraries, add the necessary -1 commands here In particular, on some versions of HP-UX (and probably other SysV-derived # systems) t ...