/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.59 by mjthomas, Tue Dec 17 04:29:49 2002 UTC revision 1.60 by mjthomas, Tue Dec 17 07:57:56 2002 UTC
# Line 156  install-command: Line 156  install-command:
156           echo 'PROMPT %promp$%'; \           echo 'PROMPT %promp$%'; \
157           echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \           echo 'FOR %%c IN (CALL DEL) DO %%c %temp%.\setdir.bat'; \
158           echo 'set cwd=%cd%'; \           echo 'set cwd=%cd%'; \
159             echo 'set libdir=%cd%\..\lib\gcl-2.5.0'; \
160             echo 'set unixportdir=%libdir%\unixport'; \
161           echo 'path %cd%\..\mingw\bin;%PATH%'; \           echo 'path %cd%\..\mingw\bin;%PATH%'; \
162           echo "start %cd%\..\lib\gcl-2.5.0\unixport\saved_gcl.exe -dir %cd%/../lib/gcl-2.5.0/unixport/ -libdir  %cd%/lib/gcl-2.5.0/ -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9" ) > $(DESTDIR)$(prefix)/bin/gclm.bat           echo "start %unixportdir%\saved_gcl.exe -dir %unixportdir% -libdir %libdir% -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9" ) > $(DESTDIR)$(prefix)/bin/gclm.bat
163    
164  install:  install:
165          $(MAKE) install1 "INSTALL_LIB_DIR=$(prefix)/lib/gcl-`cat majvers`.`cat minvers`" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)"          $(MAKE) install1 "INSTALL_LIB_DIR=$(prefix)/lib/gcl-`cat majvers`.`cat minvers`" "prefix=$(prefix)" "DESTDIR=$(DESTDIR)"

Legend:
Removed from v.1.59  
changed lines
  Added in v.1.60

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