Changed from a GNOME applet to a standalone application. Finished the

implementation of various things.


git-svn-id: https://samskivert.googlecode.com/svn/trunk@53 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
mdb
2001-02-24 02:35:20 +00:00
parent 4f8979557e
commit 9dcafda455
13 changed files with 1084 additions and 163 deletions
+1 -26
View File
@@ -1,29 +1,4 @@
#
# $Id: Makefile.am,v 1.1 2000/12/10 23:38:39 mdb Exp $
# $Id: Makefile.am,v 1.2 2001/02/24 02:35:20 mdb Exp $
SUBDIRS = src
# Edit these target directories if they differ on your system. If you
# change anything, run "autoremake", then continue with installation as
# usual.
BINDIR = /usr/bin
DESKTOPDIR = /usr/share/applets/Network
CORBADIR = /etc/CORBA/servers
PIXMAPDIR = /usr/share/pixmaps
install:
$(INSTALL_PROGRAM) src/lookuplet $(BINDIR)/lookuplet
$(INSTALL_PROGRAM) src/lookuplet.gnorba $(CORBADIR)/lookuplet.gnorba
$(INSTALL_PROGRAM) src/lookuplet.desktop $(DESKTOPDIR)/lookuplet.desktop
$(INSTALL_PROGRAM) src/gnome-lookuplet.xpm $(PIXMAPDIR)/gnome-lookuplet.xpm
uninstall:
rm \
$(BINDIR)/lookuplet \
$(CORBADIR)/lookuplet.gnorba \
$(DESKTOPDIR)/lookuplet.desktop \
$(PIXMAPDIR)/gnome-lookuplet.xpm
clean:
rm src/lookuplet