aboutsummaryrefslogtreecommitdiff
path: root/java/guavac/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add STRIP="" instead of changing ${INSTALLPROGRAM} to ${INSTALL}Masafumi Max NAKANE1997-06-301-1/+5
| | | | | | | in dist Makefile. And also strip the binaries. Notes: svn path=/head/; revision=7138
* Upgrade, 0.3 -> 0.3.1.Masafumi Max NAKANE1997-06-301-3/+3
| | | | | | | | PR: 3966 Submitted by: Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=7135
* Upgrade to version 0.3 (from 0.2.5).John Polstra1997-06-121-6/+6
| | | | | | | | | | | I modified the submitted version slightly, (a) to honor the user's CFLAGS setting, and (b) to eliminate some compilation warnings. PR: ports/3825 Submitted by: Yukihiro Nakai Nakai@Mlab.t.u-tokyo.ac.jp Notes: svn path=/head/; revision=6896
* Add missing \ so that make won't faint.Satoshi Asami1997-02-161-2/+2
| | | | Notes: svn path=/head/; revision=5645
* Guavac is a free java compiler developed under GNU Public Licence,David E. O'Brien1997-02-161-0/+21
and its package includes guavad, java bitecode decompiler. Closes PR: ports/2500 & ports/2529 Submitted by: Yukihiro Nakai <Nakai@Mlab.t.u-tokyo.ac.jp> Notes: svn path=/head/; revision=5632