mirror of
https://invent.kde.org/system/dolphin
synced 2024-11-05 18:47:12 +00:00
Coolo: changed all Makefiles (depencies for Makefile.in and install: all)
replaced KPixmap by QPixmap (Kalle, you can remove it!) in all apps. svn path=/trunk/kdebase/kfind/; revision=154
This commit is contained in:
parent
9ed230fa15
commit
67c634f9c7
1 changed files with 4 additions and 1 deletions
|
@ -48,6 +48,9 @@ DISTDIR = kfind-$(KFIND_VERSION)
|
|||
|
||||
all: $(TARGET)
|
||||
|
||||
Makefile: Makefile.in
|
||||
cd .. && CONFIG_FILES=kfind/$@ CONFIG_HEADERS= $(SHELL) ./config.status
|
||||
|
||||
$(TARGET): $(OBJECTS) $(OBJMETA)
|
||||
$(CXX) $(OBJECTS) $(OBJMETA) -o $(TARGET) $(LDFLAGS)
|
||||
|
||||
|
@ -61,7 +64,7 @@ clean:
|
|||
-rm -f *.o *.bak *~ *% *.tar.gz #*
|
||||
-rm -f $(SRCMETA) $(TARGET)
|
||||
|
||||
install:
|
||||
install: all
|
||||
$(INSTALL_DIR) $(BINDIR)
|
||||
$(INSTALL) $(TARGET) $(BINDIR)
|
||||
$(INSTALL_DIR) $(PICSDIR)
|
||||
|
|
Loading…
Reference in a new issue