summaryrefslogtreecommitdiff
path: root/noncore/games/go/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/go/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/go/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/games/go/Makefile.in b/noncore/games/go/Makefile.in
index 27304f1..985eff0 100644
--- a/noncore/games/go/Makefile.in
+++ b/noncore/games/go/Makefile.in
@@ -6,7 +6,7 @@ CXX = $(SYSCONF_CXX) $(QT_CXX_MT)
6 CXXFLAGS=$(SYSCONF_CXXFLAGS_QT) $(SYSCONF_CXXFLAGS) 6 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)
12 MOC =$(SYSCONF_MOC) 12 MOC =$(SYSCONF_MOC)
@@ -134,17 +134,17 @@ gowidget.o: gowidget.cpp \
134 amigo.h \ 134 amigo.h \
135 go.h \ 135 go.h \
136 goplayutils.h \ 136 goplayutils.h \
137 $(QPEDIR)/include/qpe/config.h \ 137 $(OPIEDIR)/include/qpe/config.h \
138 $(QPEDIR)/include/qpe/resource.h \ 138 $(OPIEDIR)/include/qpe/resource.h \
139 $(QPEDIR)/include/qpe/qpetoolbar.h \ 139 $(OPIEDIR)/include/qpe/qpetoolbar.h \
140 $(QPEDIR)/include/qpe/qpemenubar.h 140 $(OPIEDIR)/include/qpe/qpemenubar.h
141 141
142main.o: main.cpp \ 142main.o: main.cpp \
143 gowidget.h \ 143 gowidget.h \
144 amigo.h \ 144 amigo.h \
145 go.h \ 145 go.h \
146 goplayutils.h \ 146 goplayutils.h \
147 $(QPEDIR)/include/qpe/qpeapplication.h 147 $(OPIEDIR)/include/qpe/qpeapplication.h
148 148
149moc_gowidget.o: moc_gowidget.cpp \ 149moc_gowidget.o: moc_gowidget.cpp \
150 gowidget.h \ 150 gowidget.h \