summaryrefslogtreecommitdiff
path: root/ao-tools/altosui/Makefile
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2010-04-02 16:07:40 -0700
committerKeith Packard <keithp@keithp.com>2010-04-02 16:07:40 -0700
commit65079f84ea64220fa928c3ad96652fed159bf74b (patch)
treee16baf082ef35afc902c29837faca13dd0a2ace9 /ao-tools/altosui/Makefile
parent02f2be90879b682b6e648cf2debc83223d127b9d (diff)
Steal C code from ao-view
Diffstat (limited to 'ao-tools/altosui/Makefile')
-rw-r--r--ao-tools/altosui/Makefile12
1 files changed, 11 insertions, 1 deletions
diff --git a/ao-tools/altosui/Makefile b/ao-tools/altosui/Makefile
index 090911ef..1fb964d6 100644
--- a/ao-tools/altosui/Makefile
+++ b/ao-tools/altosui/Makefile
@@ -1,7 +1,17 @@
.SUFFIXES: .java .class
CLASSPATH=..:/usr/share/java/*
-CLASSFILES=AltosSerialMonitor.class AltosSerial.class AltosTelemetry.class AltosUI.class
+CLASSFILES=\
+ AltosConvert.class \
+ AltosGPS.class \
+ AltosGreatCircle.class \
+ AltosParse.class \
+ AltosSerialMonitor.class \
+ AltosSerial.class \
+ AltosState.class \
+ AltosTelemetry.class \
+ AltosUI.class
+
JAVAFLAGS=-Xlint:unchecked
all: $(CLASSFILES) altosui