summaryrefslogtreecommitdiff
path: root/noncore
authorkergoth <kergoth>2002-02-01 22:24:34 (UTC)
committer kergoth <kergoth>2002-02-01 22:24:34 (UTC)
commit5a3c8bf8c1033882685f3a6d897c6fa5229403e3 (patch) (side-by-side diff)
tree48303354ea88e165f5a263208c9ecd8ba503dfe4 /noncore
parent190a0111ccd874923bf88dac938531a18f52e698 (diff)
downloadopie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.zip
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.gz
opie-5a3c8bf8c1033882685f3a6d897c6fa5229403e3.tar.bz2
Making opie compile again.
Diffstat (limited to 'noncore') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/tableviewer/Makefile.in24
-rw-r--r--noncore/games/chess/Makefile.in13
-rw-r--r--noncore/games/go/Makefile.in15
3 files changed, 23 insertions, 29 deletions
diff --git a/noncore/apps/tableviewer/Makefile.in b/noncore/apps/tableviewer/Makefile.in
index 8c5dc26..e135d82 100644
--- a/noncore/apps/tableviewer/Makefile.in
+++ b/noncore/apps/tableviewer/Makefile.in
@@ -3,13 +3,13 @@
####### Compiler, tools and options
CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
CC = $(SYSCONF_CC) $(QT_C_MT)
CFLAGS = $(SYSCONF_CFLAGS)
-INCPATH = -I../library
+INCPATH = -I$(OPIEDIR)/include
LFLAGS = $(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
LIBS = $(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
MOC = $(SYSCONF_MOC)
UIC = $(SYSCONF_UIC)
####### Target
@@ -154,39 +154,27 @@ REQUIRES=
####### Compile
main.o: main.cpp \
tableviewer.h \
- db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h \
- ../library/qpeapplication.h \
- ../library/qpedecoration_qws.h
+ db/common.h
tableviewer.o: tableviewer.cpp \
tableviewer.h \
db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h \
ui/tvbrowseview.h \
ui/tvfilterview.h \
ui/tvlistview.h \
ui/tveditview.h \
ui/tvkeyedit.h \
tvkeyedit_gen.h \
db/datacache.h \
- ../library/resource.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpemenubar.h
ui/commonwidgets.o: ui/commonwidgets.cpp \
- ../library/datebookmonth.h \
- ../library/organizer.h \
- ../library/xmlreader.h \
- ../library/calendar.h \
ui/commonwidgets.h
ui/tvbrowseview.o: ui/tvbrowseview.cpp \
ui/tvbrowseview.h \
ui/../db/common.h \
ui/browsekeyentry.h
@@ -234,13 +222,12 @@ db/xmlsource.o: db/xmlsource.cpp \
db/csvsource.o: db/csvsource.cpp \
db/csvsource.h \
db/datacache.h \
db/common.h
db/common.o: db/common.cpp \
- ../library/timestring.h \
db/common.h \
db/datacache.h
ui/tvkeyedit_gen.h: ui/tvkeyedit_gen.ui
$(UIC) ui/tvkeyedit_gen.ui -o $(INTERFACE_DECL_PATH)/ui/tvkeyedit_gen.h
@@ -253,16 +240,13 @@ ui/tvkeyedit_gen.cpp: ui/tvkeyedit_gen.ui
ui/tvkeyedit_gen.o: ui/tvkeyedit_gen.cpp \
ui/tvkeyedit_gen.h \
ui/tvkeyedit_gen.ui
moc_tableviewer.o: moc_tableviewer.cpp \
tableviewer.h \
- db/common.h \
- ../library/fileselector.h \
- ../library/filemanager.h \
- ../library/applnk.h
+ db/common.h
ui/moc_commonwidgets.o: ui/moc_commonwidgets.cpp \
ui/commonwidgets.h
ui/moc_tvbrowseview.o: ui/moc_tvbrowseview.cpp \
ui/tvbrowseview.h \
diff --git a/noncore/games/chess/Makefile.in b/noncore/games/chess/Makefile.in
index a1f2cd7..0987d58 100644
--- a/noncore/games/chess/Makefile.in
+++ b/noncore/games/chess/Makefile.in
@@ -101,29 +101,36 @@ REQUIRES=
####### Compile
chess.o: chess.cpp \
- chess.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/config.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/resource.h \
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
main.o: main.cpp \
- chess.h
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpeapplication.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/qpetoolbar.h \
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
mainwindow.h: mainwindow.ui
$(UIC) mainwindow.ui -o $(INTERFACE_DECL_PATH)/mainwindow.h
mainwindow.cpp: mainwindow.ui
$(UIC) mainwindow.ui -i mainwindow.h -o mainwindow.cpp
mainwindow.o: mainwindow.cpp \
mainwindow.h \
mainwindow.ui
moc_chess.o: moc_chess.cpp \
- chess.h
+ chess.h \
+ /home/kergoth/roms/openzaurus/buildroot-oz/build/opie/include/qpe/process.h
moc_mainwindow.o: moc_mainwindow.cpp \
mainwindow.h
moc_chess.cpp: chess.h
$(MOC) chess.h -o moc_chess.cpp
diff --git a/noncore/games/go/Makefile.in b/noncore/games/go/Makefile.in
index 0395dff..985eff0 100644
--- a/noncore/games/go/Makefile.in
+++ b/noncore/games/go/Makefile.in
@@ -72,16 +72,14 @@ all: $(DESTDIR)$(TARGET)
$(DESTDIR)$(TARGET): $(UICDECLS) $(OBJECTS) $(OBJMOC) $(SUBLIBS)
$(SYSCONF_LINK) $(LFLAGS) -o $(DESTDIR)$(TARGET) $(OBJECTS) $(OBJMOC) $(LIBS)
moc: $(SRCMOC)
-tmake: Makefile.in
-
-Makefile.in: go.pro
- tmake go.pro -o Makefile.in
+tmake:
+ tmake go.pro
clean:
-rm -f $(OBJECTS) $(OBJMOC) $(SRCMOC) $(UICIMPLS) $(UICDECLS)
-rm -f *~ core
-rm -f allmoc.cpp
@@ -132,19 +130,24 @@ killable.o: killable.c \
amigo.h
gowidget.o: gowidget.cpp \
gowidget.h \
amigo.h \
go.h \
- goplayutils.h
+ goplayutils.h \
+ $(OPIEDIR)/include/qpe/config.h \
+ $(OPIEDIR)/include/qpe/resource.h \
+ $(OPIEDIR)/include/qpe/qpetoolbar.h \
+ $(OPIEDIR)/include/qpe/qpemenubar.h
main.o: main.cpp \
gowidget.h \
amigo.h \
go.h \
- goplayutils.h
+ goplayutils.h \
+ $(OPIEDIR)/include/qpe/qpeapplication.h
moc_gowidget.o: moc_gowidget.cpp \
gowidget.h \
amigo.h \
go.h \
goplayutils.h