/[gcl]/gcl/h/powerpc-macosx.defs
ViewVC logotype

Diff of /gcl/h/powerpc-macosx.defs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by rlbk, Thu Sep 4 21:45:17 2003 UTC revision 1.3 by rlbk, Fri Nov 14 23:46:43 2003 UTC
# Line 11  LIBS := `echo $(LIBS) | sed -e 's/-lncur Line 11  LIBS := `echo $(LIBS) | sed -e 's/-lncur
11  # Set this for the linker to operate correctly.  # Set this for the linker to operate correctly.
12  MACOSX_DEPLOYMENT_TARGET = 10.2  MACOSX_DEPLOYMENT_TARGET = 10.2
13    
14  # Defines this to build an executable rsym.  # Define this to build an executable rsym.
15  RSYM = rsym  RSYM = rsym
16    
17  # Defines this in order to compile sfasl.c.  # Define this in order to compile sfasl.c.
18  SFASL = $(ODIR)/sfasl.o  SFASL = $(ODIR)/sfasl.o
19    
20  # When using SFASL it is good to have (si::build-symbol-table).  # When using SFASL it is good to have (si::build-symbol-table).
21    # (However, I'm not sure this init form will ever get called.)
22  INITFORM = (si::build-symbol-table)  INITFORM = (si::build-symbol-table)
23    
24    # This is Apple's libtool, completely unrelated to GNU libtool.
25    # Other plateforms define this to be `ar rs`.
26    ARRS = libtool -static -o

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26