[FIX] perennial unix build problem...

Alan Grimes alangrimes at starpower.net
Fri Apr 9 00:15:55 UTC 2004


Every flaming time, for the last year and a half now, that I fully 
synchronized my sources with  the CVS, I've had to edit this file!!

Can somebody _PLEASE_ synch this up????
-------------- next part --------------
# make.prg.in -- mf fragment for programs		-*- makefile -*-
# 
# Author: Ian.Piumarta at inria.fr
# 
# Last edited: 2002-12-01 09:28:43 by piumarta on calvin.inria.fr

o		= .o
a		= .a
x		=
COMPILE		= $(CC) $(CFLAGS) $(XCFLAGS) \
		  $(LDFLAGS) $(XLDFLAGS) -export-dynamic -c -o
LINK		= $(LIBTOOL) --mode=link \
		  $(CC) $(CFLAGS) $(XCFLAGS) \
		  $(LDFLAGS) $(XLDFLAGS) -export-dynamic -R$(libdir) $(X_LIBS) -o
RANLIB		= :


More information about the Squeak-dev mailing list