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
@@ -1,33 +1,33 @@
1############################################################################# 1#############################################################################
2 2
3####### Compiler, tools and options 3####### Compiler, tools and options
4 4
5 CXX =$(SYSCONF_CXX) $(QT_CXX_MT) 5 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)
13 UIC =$(SYSCONF_UIC) 13 UIC =$(SYSCONF_UIC)
14 14
15####### Target 15####### Target
16 16
17DESTDIR = ../bin/ 17DESTDIR = ../bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
21 TARGET= go 21 TARGET= go
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =amigo.h \ 26 HEADERS =amigo.h \
27 go.h \ 27 go.h \
28 goplayutils.h \ 28 goplayutils.h \
29 gowidget.h 29 gowidget.h
30 SOURCES =amigo.c \ 30 SOURCES =amigo.c \
31 goplayer.c \ 31 goplayer.c \
32 goplayutils.c \ 32 goplayutils.c \
33 killable.c \ 33 killable.c \
@@ -113,46 +113,46 @@ amigo.o: amigo.c \
113 go.h \ 113 go.h \
114 goplayutils.h \ 114 goplayutils.h \
115 amigo.h 115 amigo.h
116 116
117goplayer.o: goplayer.c \ 117goplayer.o: goplayer.c \
118 go.h \ 118 go.h \
119 goplayutils.h \ 119 goplayutils.h \
120 amigo.h 120 amigo.h
121 121
122goplayutils.o: goplayutils.c \ 122goplayutils.o: goplayutils.c \
123 goplayutils.h \ 123 goplayutils.h \
124 amigo.h \ 124 amigo.h \
125 go.h 125 go.h
126 126
127killable.o: killable.c \ 127killable.o: killable.c \
128 go.h \ 128 go.h \
129 goplayutils.h \ 129 goplayutils.h \
130 amigo.h 130 amigo.h
131 131
132gowidget.o: gowidget.cpp \ 132gowidget.o: gowidget.cpp \
133 gowidget.h \ 133 gowidget.h \
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 \
151 amigo.h \ 151 amigo.h \
152 go.h \ 152 go.h \
153 goplayutils.h 153 goplayutils.h
154 154
155moc_gowidget.cpp: gowidget.h 155moc_gowidget.cpp: gowidget.h
156 $(MOC) gowidget.h -o moc_gowidget.cpp 156 $(MOC) gowidget.h -o moc_gowidget.cpp
157 157
158 158