summaryrefslogtreecommitdiff
path: root/noncore
Side-by-side diff
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
@@ -1,21 +1,21 @@
#############################################################################
####### 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
DESTDIR = ../bin/
VER_MAJ = 1
VER_MIN = 0
VER_PATCH = 0
TARGET = tableviewer
@@ -148,51 +148,39 @@ REQUIRES=
####### Sub-libraries
###### Combined headers
####### 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
ui/tvfilterview.o: ui/tvfilterview.cpp \
ui/tvfilterview.h \
ui/filterkeyentry.h \
ui/../db/common.h
@@ -228,47 +216,43 @@ db/datacache.o: db/datacache.cpp \
db/xmlsource.o: db/xmlsource.cpp \
db/xmlsource.h \
db/datacache.h \
db/common.h
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
tvkeyedit_gen.h: ui/tvkeyedit_gen.ui
$(UIC) ui/tvkeyedit_gen.ui -o tvkeyedit_gen.h
ui/tvkeyedit_gen.cpp: ui/tvkeyedit_gen.ui
$(UIC) ui/tvkeyedit_gen.ui -i tvkeyedit_gen.h -o ui/tvkeyedit_gen.cpp
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 \
ui/../db/common.h
ui/moc_tvlistview.o: ui/moc_tvlistview.cpp \
ui/tvlistview.h \
ui/../db/common.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
@@ -95,40 +95,47 @@ listaddonentmodules:
REQUIRES=
####### Sub-libraries
###### Combined headers
####### 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
moc_mainwindow.cpp: mainwindow.h
$(MOC) mainwindow.h -o moc_mainwindow.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
@@ -66,28 +66,26 @@ OBJMOC = moc_gowidget.o
$(CC) -c $(CFLAGS) $(INCPATH) -o $@ $<
####### Build rules
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
####### Extension Modules
listpromodules:
@echo
listallmodules:
@@ -126,30 +124,35 @@ goplayutils.o: goplayutils.c \
amigo.h \
go.h
killable.o: killable.c \
go.h \
goplayutils.h \
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
moc_gowidget.cpp: gowidget.h
$(MOC) gowidget.h -o moc_gowidget.cpp