summaryrefslogtreecommitdiff
path: root/noncore/games/wordgame/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/wordgame/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/wordgame/Makefile.in28
1 files changed, 14 insertions, 14 deletions
diff --git a/noncore/games/wordgame/Makefile.in b/noncore/games/wordgame/Makefile.in
index 5627414..2e0a47c 100644
--- a/noncore/games/wordgame/Makefile.in
+++ b/noncore/games/wordgame/Makefile.in
@@ -7,5 +7,5 @@ CXXFLAGS= $(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS)
7 CC =$(SYSCONF_CC) $(QT_C_MT) 7 CC =$(SYSCONF_CC) $(QT_C_MT)
8 CFLAGS =$(SYSCONF_CFLAGS) 8 CFLAGS =$(SYSCONF_CFLAGS)
9 INCPATH =-I$(QPEDIR)/include 9 INCPATH =-I$(OPIEDIR)/include
10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT) 10 LFLAGS =$(SYSCONF_LFLAGS_QT) $(SYSCONF_RPATH_QT) $(SYSCONF_LFLAGS) $(QT_LFLAGS_MT)
11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP) 11 LIBS =$(SUBLIBS) -lqpe $(SYSCONF_LIBS_QT) $(SYSCONF_LIBS) $(SYSCONF_LIBS_QTAPP)
@@ -15,5 +15,5 @@ UIC = $(SYSCONF_UIC)
15####### Target 15####### Target
16 16
17DESTDIR = $(QPEDIR)/bin/ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
@@ -112,7 +112,7 @@ main.o: main.cpp \
112 newgamebase.h \ 112 newgamebase.h \
113 rulesbase.h \ 113 rulesbase.h \
114 $(QPEDIR)/include/qpe/qdawg.h \ 114 $(OPIEDIR)/include/qpe/qdawg.h \
115 $(QPEDIR)/include/qpe/applnk.h \ 115 $(OPIEDIR)/include/qpe/applnk.h \
116 $(QPEDIR)/include/qpe/qpeapplication.h 116 $(OPIEDIR)/include/qpe/qpeapplication.h
117 117
118wordgame.o: wordgame.cpp \ 118wordgame.o: wordgame.cpp \
@@ -120,11 +120,11 @@ wordgame.o: wordgame.cpp \
120 newgamebase.h \ 120 newgamebase.h \
121 rulesbase.h \ 121 rulesbase.h \
122 $(QPEDIR)/include/qpe/qdawg.h \ 122 $(OPIEDIR)/include/qpe/qdawg.h \
123 $(QPEDIR)/include/qpe/applnk.h \ 123 $(OPIEDIR)/include/qpe/applnk.h \
124 $(QPEDIR)/include/qpe/global.h \ 124 $(OPIEDIR)/include/qpe/global.h \
125 $(QPEDIR)/include/qpe/filemanager.h \ 125 $(OPIEDIR)/include/qpe/filemanager.h \
126 $(QPEDIR)/include/qpe/resource.h \ 126 $(OPIEDIR)/include/qpe/resource.h \
127 $(QPEDIR)/include/qpe/config.h \ 127 $(OPIEDIR)/include/qpe/config.h \
128 $(QPEDIR)/include/qpe/qpetoolbar.h 128 $(OPIEDIR)/include/qpe/qpetoolbar.h
129 129
130newgamebase.h: newgamebase.ui 130newgamebase.h: newgamebase.ui
@@ -148,6 +148,6 @@ moc_wordgame.o: moc_wordgame.cpp \
148 newgamebase.h \ 148 newgamebase.h \
149 rulesbase.h \ 149 rulesbase.h \
150 $(QPEDIR)/include/qpe/qdawg.h \ 150 $(OPIEDIR)/include/qpe/qdawg.h \
151 $(QPEDIR)/include/qpe/applnk.h 151 $(OPIEDIR)/include/qpe/applnk.h
152 152
153moc_newgamebase.o: moc_newgamebase.cpp \ 153moc_newgamebase.o: moc_newgamebase.cpp \