# Generated automatically from Makefile.in by configure.
PLUGIN = Launcher

include ../../config.mk

CFLAGS += -fPIC
LIBS = $(GTK_LIBS)
LDFLAGS = $(PLUGIN_LDFLAGS)

OBJS = Launcher.o

$(PLUGIN).so: $(OBJS)
	$(CC) $(OBJS) -o $(PLUGIN).so $(LDFLAGS) $(LIBS)

clean:
	rm -f *.o core *.so* *.bak *~

distclean: clean
	rm -f Makefile

install: 
	install -d $(PLUGINDIR)/LauncherPix
	install -c -s -m 755 $(PLUGIN).so $(PLUGINDIR)
	install -c -m 666 launchers $(HOME)/.skipstone/
	install -c LauncherPix/*.xpm $(PLUGINDIR)/LauncherPix
	
Launcher.o: Launcher.c
