/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.107 by gene, Sat Nov 5 09:37:02 2005 UTC revision 1.108 by gene, Sun Nov 6 09:31:37 2005 UTC
# Line 126  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshi Line 126  $(GMPDIR)/mpn/mul_n.o $(GMPDIR)/mpn/lshi
126  # This target can only be made once gcl is _installed_ in ${prefix}.  # This target can only be made once gcl is _installed_ in ${prefix}.
127  pargcl_all:  pargcl_all:
128          if test "$(PARGCLDIR)" != ""; then \          if test "$(PARGCLDIR)" != ""; then \
129            cd $(PARGCLDIR) && $(MAKE) "INSTALL_GCL_DIR=$(DESTDIR)$(INSTALL_LIB_DIR)"; \            cd $(PARGCLDIR) \
130                && $(MAKE) "INSTALL_GCL_DIR=$(DESTDIR)$(INSTALL_LIB_DIR)"; \
131          # gene - $(INSTALL_GLC_DIR) not yet used by ParGCL.  Also, ParGCL currently          # gene - $(INSTALL_GLC_DIR) not yet used by ParGCL.  Also, ParGCL currently
132          #   calls bin/gcl in make of ParGCL, and finds it with --with-gcl=          #   calls bin/gcl in make of ParGCL, and finds it with --with-gcl=
133          #   ParGCL should create bin/pargcl that differs from bin/gcl only in          #   ParGCL should create bin/pargcl that differs from bin/gcl only in
# Line 157  command: Line 158  command:
158          MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \          MGCLDIR=`echo $(GCLDIR) | sed -e 'sX^\([a-z]\):X/\1Xg'` ; \
159          GCLDIR=`echo $(GCLDIR)` ; \          GCLDIR=`echo $(GCLDIR)` ; \
160          $(MAKE) install_command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"          $(MAKE) install_command "INSTALL_LIB_DIR=$$GCLDIR" "prefix=$$GCLDIR" "BINDIR=$$MGCLDIR/$(PORTDIR)"
161            false && echo "NOT READY TO TEST IT YET" && $(MAKE) pargcl_all
162          (cd xbin ; cp ../bin/gcl .)          (cd xbin ; cp ../bin/gcl .)
163    
164  #       GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \  #       GCLDIR=`echo $(GCLDIR) | sed -e 'sX^/cygdrive/\([a-z]\)X\1!Xg' -e 'sX^//\([a-z]\)X\1!Xg'` ; \

Legend:
Removed from v.1.107  
changed lines
  Added in v.1.108

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