X-Git-Url: http://git.maemo.org/git/?a=blobdiff_plain;f=Makefile;h=b9c8c6f4b20e8e34a51d0aae064a9eb8a0008b74;hb=refs%2Fheads%2Fmaster;hp=1a4cb5ab715026a05c14b4d176e3858a63b3ea29;hpb=25832d7f082970621bee59b591845109aa5f8e97;p=simple-launcher diff --git a/Makefile b/Makefile index 1a4cb5a..b9c8c6f 100644 --- a/Makefile +++ b/Makefile @@ -18,22 +18,11 @@ BACKUP_CONF=simple-launcher.backup all: $(TARGET) -tests: test test1 test2 - $(TARGET): simple-launcher.o launchable-item.o launcher-item.o settings-page-items.o utils.o settings-dialog.o gconf-wrapper.o dialog-entry.o settings-page-entries.o $(LD) $(LDFLAGS) -o $@ $^ $(LIBS) -test: test.o launcher-item.o - g++ -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS) -losso - -test1: test1.o settings-page-items.o launcher-item.o - g++ -g -o $@ $^ $(GTKLIBS) $(DBUSLIBS) $(LIBS) - -test2: test2.o gconf-wrapper.o - g++ -g -o $@ $^ $(GCONFLIBS) - clean: - rm -f *.d *.o $(TARGET) test test1 test2 + rm -f *.d *.o $(TARGET) install: $(TARGET) install -d $(DESTDIR)/usr/share/applications/hildon-home