File: Makefile

package info (click to toggle)
jikespg 1.3-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 1,312 kB
  • ctags: 1,360
  • sloc: ansic: 18,064; java: 586; makefile: 225
file content (14 lines) | stat: -rw-r--r-- 412 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This software is subject to the terms of the IBM Jikes Compiler
# License Agreement available at the following URL:
# http://www.ibm.com/research/jikes.
# Copyright (C) 1983, 1999, International Business Machines Corporation
# and others.  All Rights Reserved.
# You must accept the terms of that agreement to use this software.

all:
	jikespg expr.g
	jikes *.java
clean:
	rm expr*.java
	rm expr.l
	rm *.class