Changeset 4483
- Timestamp:
- 10/21/03 18:25:37 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/j/Makefile.in
r4481 r4483 2 2 3 3 # Copyright (C) 1998-2000 Peter Graves 4 # $Id: Makefile.in,v 1. 9 2003-10-21 15:42:15piso Exp $4 # $Id: Makefile.in,v 1.10 2003-10-21 18:25:37 piso Exp $ 5 5 6 6 # This program is free software; you can redistribute it and/or … … 82 82 chmod +x install-sh 83 83 chmod +x mkinstalldirs 84 cp -p j.in j.bat.inabl.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) 85 85 cp -p build.properties build.xml $(distdir) 86 86 mkdir $(distdir)/src … … 165 165 $(INSTALL_SCRIPT) abl $(bindir) 166 166 if [ -f src/jpty/$(JPTY) ]; then $(INSTALL_PROGRAM) src/jpty/$(JPTY) $(bindir); fi 167 if [ -f j.bat ]; then $(INSTALL_SCRIPT) j.bat $(bindir); fi168 167 for i in themes/* ; do test -f $$i && $(INSTALL_DATA) $$i $(datadir)/j/themes ; done 169 168 $(INSTALL_DATA) doc/*.html $(datadir)/doc/j … … 176 175 -rm -f $(bindir)/jpty.exe 177 176 -rm -f $(bindir)/jpty 178 -rm -f $(bindir)/j.bat179 177 -rm -f $(datadir)/j/themes/* 180 178 -rmdir $(datadir)/j/themes … … 202 200 203 201 distclean: clean 204 -rm -f config.status config.log config.cache Makefile j j.bat202 -rm -f config.status config.log config.cache Makefile j abl 205 203 -rm -f src/Makefile 206 204 -rm -f src/jpty/Makefile … … 219 217 chmod +x mkinstalldirs 220 218 zip -q j.zip \ 221 j.in j.bat.inabl.in configure configure.in Makefile.in \219 j.in abl.in configure configure.in Makefile.in \ 222 220 install-sh mkinstalldirs COPYING \ 223 221 build.xml build.properties \
Note: See TracChangeset
for help on using the changeset viewer.