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:
Stephan Kulow 1997-05-09 15:18:51 +00:00
parent 9ed230fa15
commit 67c634f9c7

View file

@ -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)