all: Initialize.class PIMAppointment.class PIMCollection.class \ PIMContact.class PIMDateable.class PIMEntity.class PIMNote.class \ PIMServer.class PIMTodo.class RemotePIMCollectionImpl.class \ RemotePIMCollection.class TestClient.class Initialize.class: Initialize.java javac Initialize.java PIMAppointment.class: PIMAppointment.java javac PIMAppointment.java PIMCollection.class: PIMCollection.java javac PIMCollection.java PIMContact.class: PIMContact.java javac PIMContact.java PIMDateable.class: PIMDateable.java javac PIMDateable.java PIMEntity.class: PIMEntity.java javac PIMEntity.java PIMNote.class: PIMNote.java javac PIMNote.java PIMServer.class: PIMServer.java javac PIMServer.java PIMTodo.class: PIMTodo.java javac PIMTodo.java RemotePIMCollectionImpl.class: RemotePIMCollectionImpl.java javac RemotePIMCollectionImpl.java rmic RemotePIMCollectionImpl RemotePIMCollection.class: RemotePIMCollection.java javac RemotePIMCollection.java TestClient.class: TestClient.java javac TestClient.java all: Initialize.class PIMAppointment.class PIMCollection.class \ PIMContact.class PIMDateable.class PIMEntity.class PIMNote.class \ PIMServer.class PIMTodo.class RemotePIMCollectionImpl.class \ RemotePIMCollection.class TestClient.class