Changeset 171 for trunk/gui/Makefile.in


Ignore:
Timestamp:
Feb 13, 2006, 6:37:25 AM (19 years ago)
Author:
mmc
Message:
  • Moved Rappture::result and Rappture::exec to the tcl library and cleaned up the installation.
  • Fixed the filexfer applet so that it is more robust, and can disconnect and reconnect to the Rappture application.
  • Added bindings to the postern so that it is easier to find.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gui/Makefile.in

    r158 r171  
    184184
    185185libraries:
     186        cd filexfer; make all
    186187
    187188doc:
     
    277278
    278279clean: 
     280        cd filexfer; make clean
    279281        -test -z "$(BINARIES)" || rm -f $(BINARIES)
    280282        -rm -f *.o core *.core
     
    338340        $(INSTALL_DATA) pkgIndex.tcl $(DESTDIR)$(pkglibdir)/pkgIndex.tcl
    339341        $(INSTALL_DATA) init.tcl $(DESTDIR)$(pkglibdir)/init.tcl
     342        $(mkinstalldirs) $(pkglibdir)/filexfer
     343        @for i in $(srcdir)/filexfer/filexfer.jar \
     344              $(srcdir)/filexfer/*.class; do \
     345            echo "Installing $$i" ; \
     346            $(INSTALL_DATA) $$i $(DESTDIR)$(pkglibdir)/filexfer ; \
     347        done;
    340348
    341349#========================================================================
Note: See TracChangeset for help on using the changeset viewer.