########################################################## # # Makefile for EXlib with Sun and gcc. # # (C)Microform AB 1999-02-15 J.Kjellander # ########################################################## RM = rm -f CC = gcc distr : CFLAGS = \ -I/usr/openwin/include \ -ffloat-store \ -fsigned-char \ -fwritable-strings \ -O \ -DUNIX \ -DV3_X11 \ -DWRK_STAT COMPILE = $(CC) -c $(CFLAGS) include Makefile.EX ##########################################################