########################################################## # # Makefile for GPlib with Sun and gcc. # # (C)Microform AB 2000-04-14 J.Kjellander # ########################################################## RM = rm -f CC = gcc CFLAGS = \ -I/usr/openwin/include \ -ffloat-store \ -fsigned-char \ -fwritable-strings \ -O \ -DUNIX \ -DV3_X11 \ -DWRK_STAT COMPILE = $(CC) -c $(CFLAGS) include Makefile.GP ##########################################################