dir.mk 433 B

1234567891011121314151617181920
  1. #
  2. # Making the VNC applet.
  3. #
  4. CLASSES = VncViewer.class RfbProto.class AuthPanel.class VncCanvas.class \
  5. OptionsFrame.class ClipboardFrame.class ButtonPanel.class \
  6. DesCipher.class
  7. PAGES = index.vnc shared.vnc noshared.vnc hextile.vnc zlib.vnc tight.vnc
  8. all: $(CLASSES) VncViewer.jar
  9. VncViewer.jar: $(CLASSES)
  10. @$(JavaArchive)
  11. export:: $(CLASSES) VncViewer.jar $(PAGES)
  12. @$(ExportJavaClasses)
  13. clean::
  14. $(RM) *.class *.jar