From b836e3690fbe639b95041999c800d86280985451 Mon Sep 17 00:00:00 2001 From: groucho Date: Wed, 07 May 2003 14:07:19 +0000 Subject: *** empty log message *** --- (limited to 'noncore/apps/opie-reader/Makefile') diff --git a/noncore/apps/opie-reader/Makefile b/noncore/apps/opie-reader/Makefile deleted file mode 100644 index 440b8b0..0000000 --- a/noncore/apps/opie-reader/Makefile +++ b/dev/null @@ -1,725 +0,0 @@ -############################################################################# -# Makefile for building: $(OPIEDIR)/bin/reader -# Generated by qmake (1.04a) on: Wed May 7 10:39:28 2003 -# Project: opie-reader.pro -# Template: app -# Command: $(QMAKE) -o Makefile opie-reader.pro -############################################################################# - -####### Compiler, tools and options - -CC = ccache arm-linux-gcc -CXX = ccache arm-linux-g++ -DQT_QWS_IPAQ -LEX = flex -YACC = yacc -CFLAGS = -pipe $(CFLAGS_EXTRA) -Wall -W $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O2) -DQT_NO_DEBUG -CXXFLAGS = -pipe $(CFLAGS_EXTRA) -DQWS -fno-exceptions -fno-rtti $(CXXFLAGS_EXTRA) -Wall -W $(if $(CFLAGS_RELEASE),$(CFLAGS_RELEASE), -O2) -DQT_NO_DEBUG -LEXFLAGS = -YACCFLAGS= -d -INCPATH = -I$(OPIEDIR)/include -I$(QTDIR)/include -I/home/ofels/projects/opie//mkspecs/qws/linux-ipaq-g++ -LINK = arm-linux-gcc -LFLAGS = $(LFLAGS_EXTRA) -Wl,-rpath=/opt/QtPalmtop/lib -LIBS = $(SUBLIBS) -Wl,-rpath,$(OPIEDIR)/lib -L$(OPIEDIR)/lib -Wl,-rpath,$(QTDIR)/lib -L$(QTDIR)/lib $(LIBS_EXTRA) -lqpe -lqte -AR = ar cqs -RANLIB = -MOC = $(QTDIR)/bin/moc -UIC = $(QTDIR)/bin/uic -QMAKE = qmake -TAR = tar -cf -GZIP = gzip -9f -COPY = cp -f -COPY_FILE= $(COPY) -p -COPY_DIR = $(COPY) -pR -DEL_FILE = rm -f -SYMLINK = ln -sf -DEL_DIR = rmdir -MOVE = mv -f - -####### Output directory - -OBJECTS_DIR = ./ - -####### Files - -HEADERS = Aportis.h \ - Bkmks.h \ - BuffDoc.h \ - CAnnoEdit.h \ - CBuffer.h \ - CDrawBuffer.h \ - CEncoding.h \ - CEncoding_tables.h \ - CExpander.h \ - CFilter.h \ - CloseDialog.h \ - Filedata.h \ - FixedFont.h \ - FontControl.h \ - GraphicWin.h \ - Markups.h \ - Navigation.h \ - Palm2QImage.h \ - Prefs.h \ - QFloatBar.h \ - QTReader.h \ - QTReaderApp.h \ - QtrListView.h \ - Queue.h \ - StateData.h \ - StyleConsts.h \ - ToolbarPrefs.h \ - URLDialog.h \ - ZText.h \ - arith.h \ - cbkmkselector.h \ - config.h \ - fileBrowser.h \ - infowin.h \ - linktype.h \ - my_list.h \ - name.h \ - names.h \ - opie.h \ - pdb.h \ - plucker.h \ - plucker_base.h \ - ppm.h \ - ppm_expander.h \ - ustring.h \ - usenef.h \ - useqpe.h \ - utypes.h \ - version.h \ - ztxt.h -SOURCES = Aportis.cpp \ - Bkmks.cpp \ - BuffDoc.cpp \ - CBuffer.cpp \ - CDrawBuffer.cpp \ - CEncoding.cpp \ - CEncoding_tables.cpp \ - CFilter.cpp \ - CloseDialog.cpp \ - FontControl.cpp \ - Navigation.cpp \ - Palm2QImage.cpp \ - Prefs.cpp \ - QTReader.cpp \ - QTReaderApp.cpp \ - QtrListView.cpp \ - StyleConsts.cpp \ - ToolbarPrefs.cpp \ - URLDialog.cpp \ - arith_d.cpp \ - fileBrowser.cpp \ - infowin.cpp \ - main.cpp \ - pdb.cpp \ - plucker.cpp \ - plucker_base.cpp \ - ppm.cpp \ - ppm_expander.cpp \ - version.cpp \ - ztxt.cpp -OBJECTS = Aportis.o \ - Bkmks.o \ - BuffDoc.o \ - CBuffer.o \ - CDrawBuffer.o \ - CEncoding.o \ - CEncoding_tables.o \ - CFilter.o \ - CloseDialog.o \ - FontControl.o \ - Navigation.o \ - Palm2QImage.o \ - Prefs.o \ - QTReader.o \ - QTReaderApp.o \ - QtrListView.o \ - StyleConsts.o \ - ToolbarPrefs.o \ - URLDialog.o \ - arith_d.o \ - fileBrowser.o \ - infowin.o \ - main.o \ - pdb.o \ - plucker.o \ - plucker_base.o \ - ppm.o \ - ppm_expander.o \ - version.o \ - ztxt.o -FORMS = -UICDECLS = -UICIMPLS = -SRCMOC = moc_CAnnoEdit.cpp \ - moc_CloseDialog.cpp \ - moc_GraphicWin.cpp \ - moc_Prefs.cpp \ - moc_QFloatBar.cpp \ - moc_QTReader.cpp \ - moc_QTReaderApp.cpp \ - moc_QtrListView.cpp \ - moc_ToolbarPrefs.cpp \ - moc_URLDialog.cpp \ - moc_cbkmkselector.cpp \ - moc_fileBrowser.cpp \ - moc_infowin.cpp -OBJMOC = moc_CAnnoEdit.o \ - moc_CloseDialog.o \ - moc_GraphicWin.o \ - moc_Prefs.o \ - moc_QFloatBar.o \ - moc_QTReader.o \ - moc_QTReaderApp.o \ - moc_QtrListView.o \ - moc_ToolbarPrefs.o \ - moc_URLDialog.o \ - moc_cbkmkselector.o \ - moc_fileBrowser.o \ - moc_infowin.o -DIST = ../../../gen.pro \ - ../../../include.pro \ - /home/ofels/projects/opie/noncore/apps/opie-reader/opie-reader.pro -PRO = opie-reader.pro -QMAKE_TARGET = reader -DESTDIR = $(OPIEDIR)/bin/ -TARGET = $(OPIEDIR)/bin/reader - -first: all -####### Implicit rules - -.SUFFIXES: .c .cpp .cc .cxx .C - -.cpp.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.cc.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.cxx.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.C.o: - $(CXX) -c $(CXXFLAGS) $(INCPATH) -o $@ $< - -.c.o: - $(CC) -c $(CFLAGS) $(INCPATH) -o $@ $< - -####### Build rules - -all: Makefile $(TARGET) - -$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) - test -d $(OPIEDIR)/bin/ || mkdir -p $(OPIEDIR)/bin/ - $(LINK) $(LFLAGS) -o $(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS) - -mocables: $(SRCMOC) - -$(MOC): - ( cd $(QTDIR)/src/moc ; $(MAKE) ) - -Makefile: opie-reader.pro /home/ofels/projects/opie//mkspecs/qws/linux-ipaq-g++/qmake.conf ../../../gen.pro \ - ../../../include.pro - $(QMAKE) -o Makefile opie-reader.pro -qmake: - @$(QMAKE) -o Makefile opie-reader.pro - -dist: - @mkdir -p .tmp/reader && $(COPY_FILE) --parents $(SOURCES) $(HEADERS) $(FORMS) $(DIST) .tmp/reader/ && $(COPY_FILE) --parents ../../../i18n/de/reader.ts ../../../i18n/nl/reader.ts ../../../i18n/da/reader.ts ../../../i18n/xx/reader.ts ../../../i18n/en/reader.ts ../../../i18n/es/reader.ts ../../../i18n/fr/reader.ts ../../../i18n/hu/reader.ts ../../../i18n/ja/reader.ts ../../../i18n/ko/reader.ts ../../../i18n/no/reader.ts ../../../i18n/pl/reader.ts ../../../i18n/pt/reader.ts ../../../i18n/pt_BR/reader.ts ../../../i18n/sl/reader.ts ../../../i18n/zh_CN/reader.ts ../../../i18n/zh_TW/reader.ts .tmp/reader/ && ( cd `dirname .tmp/reader` && $(TAR) reader.tar reader && $(GZIP) reader.tar ) && $(MOVE) `dirname .tmp/reader`/reader.tar.gz . && $(DEL_DIR) .tmp/reader - -mocclean: - -$(DEL_FILE) $(OBJMOC) - -$(DEL_FILE) $(SRCMOC) - -uiclean: - -clean: mocclean - -$(DEL_FILE) $(OBJECTS) - -$(DEL_FILE) *~ core *.core - - -####### Sub-libraries - -distclean: clean - -$(DEL_FILE) $(OPIEDIR)/bin/$(TARGET) $(TARGET) - - -lupdate: - lupdate -noobsolete $(PRO) - -lrelease: - lrelease $(PRO) - -ipk: - tmp=`mktemp -d /tmp/ipkg-opie.XXXXXXXXXX` && ( $(MAKE) INSTALL_ROOT="" install && ipkg-build ; rm -rf ; ) - -opie-lupdate: - opie-lupdate -noobsolete $(PRO) - -opie-lrelease: - opie-lrelease $(PRO) - -FORCE: - -####### Compile - -Aportis.o: Aportis.cpp Aportis.h \ - my_list.h \ - Bkmks.h \ - useqpe.h \ - CExpander.h \ - pdb.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h \ - Filedata.h - -Bkmks.o: Bkmks.cpp Bkmks.h \ - StyleConsts.h \ - Markups.h \ - my_list.h \ - version.h \ - names.h \ - config.h \ - Filedata.h \ - ustring.h - -BuffDoc.o: BuffDoc.cpp names.h \ - BuffDoc.h \ - config.h \ - CDrawBuffer.h \ - plucker.h \ - usenef.h \ - useqpe.h \ - ZText.h \ - Aportis.h \ - ztxt.h \ - ppm_expander.h \ - CFilter.h \ - CExpander.h \ - StyleConsts.h \ - Markups.h \ - linktype.h \ - ustring.h \ - pdb.h \ - utypes.h \ - ppm.h \ - arith.h \ - CBuffer.h \ - my_list.h \ - CEncoding.h \ - CEncoding_tables.h \ - plucker_base.h \ - Navigation.h - -CBuffer.o: CBuffer.cpp CBuffer.h \ - config.h \ - ustring.h - -CDrawBuffer.o: CDrawBuffer.cpp CDrawBuffer.h \ - FontControl.h \ - useqpe.h \ - opie.h \ - StyleConsts.h \ - CBuffer.h \ - my_list.h \ - linktype.h \ - config.h \ - ustring.h - -CEncoding.o: CEncoding.cpp CEncoding.h \ - CExpander.h \ - CEncoding_tables.h \ - useqpe.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h - -CEncoding_tables.o: CEncoding_tables.cpp CEncoding_tables.h \ - config.h \ - ustring.h - -CFilter.o: CFilter.cpp CDrawBuffer.h \ - CFilter.h \ - StyleConsts.h \ - CBuffer.h \ - my_list.h \ - linktype.h \ - config.h \ - ustring.h \ - CExpander.h \ - CEncoding.h \ - useqpe.h \ - Markups.h \ - names.h \ - CEncoding_tables.h - -CloseDialog.o: CloseDialog.cpp CloseDialog.h \ - useqpe.h - -FontControl.o: FontControl.cpp opie.h \ - useqpe.h \ - FontControl.h \ - StyleConsts.h - -Navigation.o: Navigation.cpp Navigation.h - -Palm2QImage.o: Palm2QImage.cpp useqpe.h - -Prefs.o: Prefs.cpp useqpe.h \ - Prefs.h \ - $(OPIEDIR)/include/qpe/menubutton.h \ - $(OPIEDIR)/include/qpe/fontdatabase.h \ - CEncoding_tables.h \ - $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h - -QTReader.o: QTReader.cpp useqpe.h \ - config.h \ - QTReader.h \ - QTReaderApp.h \ - CDrawBuffer.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - $(OPIEDIR)/include/qpe/config.h \ - $(OPIEDIR)/include/qpe/applnk.h \ - $(OPIEDIR)/include/qpe/global.h \ - $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ - ustring.h \ - my_list.h \ - BuffDoc.h \ - FontControl.h \ - ZText.h \ - Aportis.h \ - ztxt.h \ - ppm_expander.h \ - CFilter.h \ - CExpander.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - pdb.h \ - utypes.h \ - ppm.h \ - arith.h \ - CBuffer.h \ - CEncoding.h \ - CEncoding_tables.h \ - $(OPIEDIR)/include/qpe/qpedecoration_qws.h \ - $(OPIEDIR)/include/qpe/timestring.h \ - $(OPIEDIR)/include/qpe/windowdecorationinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h - -QTReaderApp.o: QTReaderApp.cpp useqpe.h \ - $(OPIEDIR)/include/qpe/qpemenubar.h \ - $(OPIEDIR)/include/qpe/qpetoolbar.h \ - $(OPIEDIR)/include/qpe/menubutton.h \ - $(OPIEDIR)/include/qpe/fontdatabase.h \ - $(OPIEDIR)/include/qpe/global.h \ - $(OPIEDIR)/include/qpe/applnk.h \ - $(OPIEDIR)/include/qpe/config.h \ - $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ - QTReader.h \ - GraphicWin.h \ - Bkmks.h \ - cbkmkselector.h \ - infowin.h \ - ToolbarPrefs.h \ - Prefs.h \ - CAnnoEdit.h \ - QFloatBar.h \ - FixedFont.h \ - URLDialog.h \ - $(OPIEDIR)/include/qpe/resource.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - fileBrowser.h \ - QTReaderApp.h \ - CDrawBuffer.h \ - Filedata.h \ - opie.h \ - names.h \ - CEncoding_tables.h \ - CloseDialog.h \ - $(OPIEDIR)/include/qpe/fontfactoryinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h \ - ustring.h \ - my_list.h \ - BuffDoc.h \ - FontControl.h \ - ZText.h \ - Aportis.h \ - ztxt.h \ - ppm_expander.h \ - CFilter.h \ - CExpander.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - linktype.h \ - pdb.h \ - utypes.h \ - ppm.h \ - arith.h \ - CBuffer.h \ - CEncoding.h \ - $(OPIEDIR)/include/qpe/qpedecoration_qws.h \ - $(OPIEDIR)/include/qpe/timestring.h \ - $(OPIEDIR)/include/qpe/windowdecorationinterface.h - -QtrListView.o: QtrListView.cpp QtrListView.h - -StyleConsts.o: StyleConsts.cpp StyleConsts.h - -ToolbarPrefs.o: ToolbarPrefs.cpp useqpe.h \ - ToolbarPrefs.h \ - $(OPIEDIR)/include/qpe/menubutton.h \ - $(OPIEDIR)/include/qpe/config.h \ - ustring.h - -URLDialog.o: URLDialog.cpp URLDialog.h \ - useqpe.h - -arith_d.o: arith_d.cpp arith.h \ - utypes.h - -fileBrowser.o: fileBrowser.cpp fileBrowser.h \ - QtrListView.h \ - opie.h - -infowin.o: infowin.cpp infowin.h \ - version.h \ - names.h - -main.o: main.cpp useqpe.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - QTReaderApp.h \ - $(OPIEDIR)/include/qpe/qpedecoration_qws.h \ - $(OPIEDIR)/include/qpe/timestring.h \ - $(OPIEDIR)/include/qpe/windowdecorationinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h \ - CExpander.h \ - CEncoding.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h \ - CEncoding_tables.h - -pdb.o: pdb.cpp pdb.h - -plucker.o: plucker.cpp useqpe.h \ - $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ - $(OPIEDIR)/include/qpe/global.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - plucker.h \ - Aportis.h \ - Palm2QImage.h \ - $(OPIEDIR)/include/qpe/qpedecoration_qws.h \ - $(OPIEDIR)/include/qpe/timestring.h \ - $(OPIEDIR)/include/qpe/windowdecorationinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h \ - plucker_base.h \ - CExpander.h \ - ztxt.h \ - pdb.h \ - CBuffer.h \ - my_list.h \ - Navigation.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h - -plucker_base.o: plucker_base.cpp useqpe.h \ - $(OPIEDIR)/include/qpe/qcopenvelope_qws.h \ - $(OPIEDIR)/include/qpe/global.h \ - $(OPIEDIR)/include/qpe/qpeapplication.h \ - plucker_base.h \ - Aportis.h \ - Palm2QImage.h \ - $(OPIEDIR)/include/qpe/qpedecoration_qws.h \ - $(OPIEDIR)/include/qpe/timestring.h \ - $(OPIEDIR)/include/qpe/windowdecorationinterface.h \ - $(OPIEDIR)/include/qpe/qcom.h \ - $(OPIEDIR)/include/qpe/quuid.h \ - CExpander.h \ - ztxt.h \ - pdb.h \ - CBuffer.h \ - my_list.h \ - Navigation.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h - -ppm.o: ppm.cpp arith.h \ - ppm.h \ - utypes.h - -ppm_expander.o: ppm_expander.cpp ppm_expander.h \ - useqpe.h \ - CExpander.h \ - utypes.h \ - ppm.h \ - arith.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h - -version.o: version.cpp version.h \ - names.h - -ztxt.o: ztxt.cpp ztxt.h \ - my_list.h \ - Bkmks.h \ - useqpe.h \ - CExpander.h \ - pdb.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h \ - Filedata.h - -moc_CAnnoEdit.o: moc_CAnnoEdit.cpp CAnnoEdit.h - -moc_CloseDialog.o: moc_CloseDialog.cpp CloseDialog.h useqpe.h - -moc_GraphicWin.o: moc_GraphicWin.cpp GraphicWin.h - -moc_Prefs.o: moc_Prefs.cpp Prefs.h useqpe.h \ - $(OPIEDIR)/include/qpe/menubutton.h - -moc_QFloatBar.o: moc_QFloatBar.cpp QFloatBar.h - -moc_QTReader.o: moc_QTReader.cpp QTReader.h my_list.h \ - BuffDoc.h \ - FontControl.h \ - useqpe.h \ - ZText.h \ - Aportis.h \ - ztxt.h \ - ppm_expander.h \ - CDrawBuffer.h \ - CFilter.h \ - CExpander.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h \ - pdb.h \ - utypes.h \ - ppm.h \ - arith.h \ - CBuffer.h \ - CEncoding.h \ - CEncoding_tables.h - -moc_QTReaderApp.o: moc_QTReaderApp.cpp QTReaderApp.h useqpe.h \ - CExpander.h \ - CEncoding.h \ - config.h \ - StyleConsts.h \ - Markups.h \ - names.h \ - linktype.h \ - ustring.h \ - CEncoding_tables.h - -moc_QtrListView.o: moc_QtrListView.cpp QtrListView.h - -moc_ToolbarPrefs.o: moc_ToolbarPrefs.cpp ToolbarPrefs.h useqpe.h \ - $(OPIEDIR)/include/qpe/menubutton.h \ - $(OPIEDIR)/include/qpe/config.h \ - ustring.h - -moc_URLDialog.o: moc_URLDialog.cpp URLDialog.h useqpe.h - -moc_cbkmkselector.o: moc_cbkmkselector.cpp cbkmkselector.h - -moc_fileBrowser.o: moc_fileBrowser.cpp fileBrowser.h - -moc_infowin.o: moc_infowin.cpp infowin.h - -moc_CAnnoEdit.cpp: $(MOC) CAnnoEdit.h - $(MOC) CAnnoEdit.h -o moc_CAnnoEdit.cpp - -moc_CloseDialog.cpp: $(MOC) CloseDialog.h - $(MOC) CloseDialog.h -o moc_CloseDialog.cpp - -moc_GraphicWin.cpp: $(MOC) GraphicWin.h - $(MOC) GraphicWin.h -o moc_GraphicWin.cpp - -moc_Prefs.cpp: $(MOC) Prefs.h - $(MOC) Prefs.h -o moc_Prefs.cpp - -moc_QFloatBar.cpp: $(MOC) QFloatBar.h - $(MOC) QFloatBar.h -o moc_QFloatBar.cpp - -moc_QTReader.cpp: $(MOC) QTReader.h - $(MOC) QTReader.h -o moc_QTReader.cpp - -moc_QTReaderApp.cpp: $(MOC) QTReaderApp.h - $(MOC) QTReaderApp.h -o moc_QTReaderApp.cpp - -moc_QtrListView.cpp: $(MOC) QtrListView.h - $(MOC) QtrListView.h -o moc_QtrListView.cpp - -moc_ToolbarPrefs.cpp: $(MOC) ToolbarPrefs.h - $(MOC) ToolbarPrefs.h -o moc_ToolbarPrefs.cpp - -moc_URLDialog.cpp: $(MOC) URLDialog.h - $(MOC) URLDialog.h -o moc_URLDialog.cpp - -moc_cbkmkselector.cpp: $(MOC) cbkmkselector.h - $(MOC) cbkmkselector.h -o moc_cbkmkselector.cpp - -moc_fileBrowser.cpp: $(MOC) fileBrowser.h - $(MOC) fileBrowser.h -o moc_fileBrowser.cpp - -moc_infowin.cpp: $(MOC) infowin.h - $(MOC) infowin.h -o moc_infowin.cpp - -####### Install - -install_target: - @test -d $(INSTALL_ROOT)/opt/QtPalmtop/bin/ || mkdir -p $(INSTALL_ROOT)/opt/QtPalmtop/bin/ - -$(COPY) "$(OPIEDIR)/bin/$(QMAKE_TARGET)" "$(INSTALL_ROOT)/opt/QtPalmtop/bin/$(QMAKE_TARGET)" - -uninstall_target: - -$(DEL_FILE) "$(INSTALL_ROOT)/opt/QtPalmtop/bin/$(QMAKE_TARGET)" - -$(DEL_DIR) "$(INSTALL_ROOT)/opt/QtPalmtop/bin/" - - -install: all install_target - -uninstall: uninstall_target - -- cgit v0.9.0.2