# # PURPOSE: MAKEFILE FOR Linux WEB Using Regular 8 bit Visual ------- # Byteswaps images for compatibility with SGI # Uses the gcc compiler and X/Motif libraries # # Use Gnu compiler CC = cc # Define compiler flags & header file locations # Define cpp variable P_SGIOSF to use byte-swapped images from SGI CFLAGS = -DFUNCPROTO -O2 -I/usr/X11R6/include -DP_SGIOSF -v LF = PGM = web_linux LIB = lib$(PGM).a OTHERLIBS = -L/usr/X11R6/lib -lXm -lXt -lX11 -lXmu -lm .PRECIOUS : $(LIB) $(PGM) include Makefile.inc include Makebody.inc