Changeset 4483


Ignore:
Timestamp:
10/21/03 18:25:37 (20 years ago)
Author:
piso
Message:

Removed references to j.bat[.in].

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/j/Makefile.in

    r4481 r4483  
    22
    33# Copyright (C) 1998-2000 Peter Graves
    4 # $Id: Makefile.in,v 1.9 2003-10-21 15:42:15 piso Exp $
     4# $Id: Makefile.in,v 1.10 2003-10-21 18:25:37 piso Exp $
    55
    66# This program is free software; you can redistribute it and/or
     
    8282  chmod +x install-sh
    8383  chmod +x mkinstalldirs
    84   cp -p  j.in j.bat.in abl.in configure configure.in Makefile.in install-sh mkinstalldirs COPYING $(distdir)
     84  cp -p  j.in abl.in configure configure.in Makefile.in install-sh mkinstalldirs COPYING $(distdir)
    8585  cp -p  build.properties build.xml $(distdir)
    8686  mkdir $(distdir)/src
     
    165165  $(INSTALL_SCRIPT) abl $(bindir)
    166166  if [ -f src/jpty/$(JPTY) ]; then $(INSTALL_PROGRAM) src/jpty/$(JPTY) $(bindir); fi
    167   if [ -f j.bat ]; then $(INSTALL_SCRIPT) j.bat $(bindir); fi
    168167  for i in themes/* ; do test -f $$i && $(INSTALL_DATA) $$i $(datadir)/j/themes ; done
    169168  $(INSTALL_DATA) doc/*.html $(datadir)/doc/j
     
    176175  -rm -f $(bindir)/jpty.exe
    177176  -rm -f $(bindir)/jpty
    178   -rm -f $(bindir)/j.bat
    179177  -rm -f $(datadir)/j/themes/*
    180178  -rmdir $(datadir)/j/themes
     
    202200
    203201distclean: clean
    204   -rm -f config.status config.log config.cache Makefile j j.bat
     202  -rm -f config.status config.log config.cache Makefile j abl
    205203  -rm -f src/Makefile
    206204  -rm -f src/jpty/Makefile
     
    219217  chmod +x mkinstalldirs
    220218  zip -q j.zip \
    221     j.in j.bat.in abl.in configure configure.in Makefile.in \
     219    j.in abl.in configure configure.in Makefile.in \
    222220    install-sh mkinstalldirs COPYING \
    223221    build.xml build.properties \
Note: See TracChangeset for help on using the changeset viewer.