Ignore:
Timestamp:
Dec 3, 2008, 6:33:56 PM (14 years ago)
Author:
Peter Johansson
Message:

adding uninstall targets in base2. Should probably be added in other dirs as well.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/base1/se.lu.thep.wenni/trunk/base/base2/Makefile.am

    r859 r865  
    4848  $(INSTALL) "$(PLUGINutilities)/$(PLUGINutilities).jar" "$(bindir)"
    4949
     50uninstall-local:
     51  @$(NORMAL_UNINSTALL)
     52  rm -f "$(bindir)/$(WeNNI)"
     53  rm -f "$(bindir)/$(PLUGINutilities).jar"
     54
    5055install-plugin: $(WeNNI)
    5156  @$(NORMAL_INSTALL)
     
    5358  $(INSTALL) "$(WeNNI)" "$(PLUGINDIR)"
    5459  $(INSTALL) "$(PLUGINutilities)/$(PLUGINutilities).jar" "$(PLUGINDIR)"
     60
     61uninstall-plugin:
     62  @$(NORMAL_UNINSTALL)
     63  rm -f "$(PLUGINDIR)/$(WeNNI)"
     64  rm -f "$(PLUGINDIR)/$(PLUGINutilities).jar"
    5565
    5666$(WeNNI): $(BUILDDIR) $(PLUGINutilities) $(DOWNLOADDEP) $(CLASS) manifest
Note: See TracChangeset for help on using the changeset viewer.