/[gcl]/gcl/makefile
ViewVC logotype

Diff of /gcl/makefile

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

revision 1.60 by mjthomas, Tue Dec 17 07:57:56 2002 UTC revision 1.61 by mjthomas, Tue Feb 18 04:39:32 2003 UTC
# Line 160  install-command: Line 160  install-command:
160           echo 'set unixportdir=%libdir%\unixport'; \           echo 'set unixportdir=%libdir%\unixport'; \
161           echo 'path %cd%\..\mingw\bin;%PATH%'; \           echo 'path %cd%\..\mingw\bin;%PATH%'; \
162           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           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            rm -f $(DESTDIR)$(prefix)/bin/gclfinal.bat
164            (echo 'ECHO path %1\mingw\bin;%PATH% > gcli.bat'; \
165             echo "ECHO start %1\lib\gcl-2.5.0\unixport\saved_gcl.exe -dir %1\lib\gcl-2.5.0\unixport -libdir %1\lib\gcl-2.5.0 -eval \"(setq si::*allow-gzipped-file* t)\" %1 %2 %3 %4 %5 %6 %7 %8 %9 >> gcli.bat" ) > $(DESTDIR)$(prefix)/bin/gclfinal.bat
166    
167  install:  install:
168          $(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)"
# Line 187  install1: Line 190  install1:
190  #       echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | ../../$(PORTDIR)/$(FLISP)$(EXE)) ; fi  #       echo '(load "../tkl.o")(TK::GET-AUTOLOADS (directory "*.lisp"))' | ../../$(PORTDIR)/$(FLISP)$(EXE)) ; fi
191          if test "$(EMACS_SITE_LISP)" != "" ; then (cd elisp ; $(MAKE) install DESTDIR=$(DESTDIR)) ; fi          if test "$(EMACS_SITE_LISP)" != "" ; then (cd elisp ; $(MAKE) install DESTDIR=$(DESTDIR)) ; fi
192          if test "$(INFO_DIR)" != "unknown"; then (cd info ; $(MAKE) ; $(MAKE) install DESTDIR=$(DESTDIR)) ; fi          if test "$(INFO_DIR)" != "unknown"; then (cd info ; $(MAKE) ; $(MAKE) install DESTDIR=$(DESTDIR)) ; fi
193            if [ "gcc --version | grep mingw" ] ; then cp COPYING.LIB-2.0 readme-bin.mingw $(prefix) ; fi
194            if [ "gcc --version | grep mingw" ] ; then cp bin/gcl.bat gcl.ico $(prefix)/bin ; fi
195    
196  clean:  clean:
197          (cd $(BINDIR); $(MAKE) clean)          (cd $(BINDIR); $(MAKE) clean)

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

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