summaryrefslogtreecommitdiff
path: root/noncore/games/snake/Makefile.in
Unidiff
Diffstat (limited to 'noncore/games/snake/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/games/snake/Makefile.in16
1 files changed, 8 insertions, 8 deletions
diff --git a/noncore/games/snake/Makefile.in b/noncore/games/snake/Makefile.in
index 8179b6f..0801db3 100644
--- a/noncore/games/snake/Makefile.in
+++ b/noncore/games/snake/Makefile.in
@@ -1,41 +1,41 @@
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 = $(QPEDIR)/bin/ 17DESTDIR = $(OPIEDIR)/bin/
18VER_MAJ = 1 18VER_MAJ = 1
19VER_MIN = 0 19VER_MIN = 0
20VER_PATCH = 0 20VER_PATCH = 0
21 TARGET= snake 21 TARGET= snake
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =snake.h \ 26 HEADERS =snake.h \
27 target.h \ 27 target.h \
28 obstacle.h \ 28 obstacle.h \
29 interface.h \ 29 interface.h \
30 codes.h 30 codes.h
31 SOURCES =snake.cpp \ 31 SOURCES =snake.cpp \
32 target.cpp \ 32 target.cpp \
33 obstacle.cpp \ 33 obstacle.cpp \
34 interface.cpp \ 34 interface.cpp \
35 main.cpp 35 main.cpp
36 OBJECTS =snake.o \ 36 OBJECTS =snake.o \
37 target.o \ 37 target.o \
38 obstacle.o \ 38 obstacle.o \
39 interface.o \ 39 interface.o \
40 main.o 40 main.o
41INTERFACES = 41INTERFACES =
@@ -93,67 +93,67 @@ listallmodules:
93 @echo 93 @echo
94 94
95listaddonpromodules: 95listaddonpromodules:
96 @echo 96 @echo
97 97
98listaddonentmodules: 98listaddonentmodules:
99 @echo 99 @echo
100 100
101 101
102REQUIRES= 102REQUIRES=
103 103
104####### Sub-libraries 104####### Sub-libraries
105 105
106 106
107###### Combined headers 107###### Combined headers
108 108
109 109
110 110
111####### Compile 111####### Compile
112 112
113snake.o: snake.cpp \ 113snake.o: snake.cpp \
114 snake.h \ 114 snake.h \
115 target.h \ 115 target.h \
116 codes.h \ 116 codes.h \
117 $(QPEDIR)/include/qpe/resource.h 117 $(OPIEDIR)/include/qpe/resource.h
118 118
119target.o: target.cpp \ 119target.o: target.cpp \
120 target.h \ 120 target.h \
121 codes.h \ 121 codes.h \
122 $(QPEDIR)/include/qpe/resource.h 122 $(OPIEDIR)/include/qpe/resource.h
123 123
124obstacle.o: obstacle.cpp \ 124obstacle.o: obstacle.cpp \
125 obstacle.h \ 125 obstacle.h \
126 codes.h \ 126 codes.h \
127 $(QPEDIR)/include/qpe/resource.h 127 $(OPIEDIR)/include/qpe/resource.h
128 128
129interface.o: interface.cpp \ 129interface.o: interface.cpp \
130 interface.h \ 130 interface.h \
131 snake.h \ 131 snake.h \
132 target.h \ 132 target.h \
133 obstacle.h \ 133 obstacle.h \
134 $(QPEDIR)/include/qpe/resource.h \ 134 $(OPIEDIR)/include/qpe/resource.h \
135 $(QPEDIR)/include/qpe/qpetoolbar.h 135 $(OPIEDIR)/include/qpe/qpetoolbar.h
136 136
137main.o: main.cpp \ 137main.o: main.cpp \
138 interface.h \ 138 interface.h \
139 snake.h \ 139 snake.h \
140 target.h \ 140 target.h \
141 obstacle.h \ 141 obstacle.h \
142 $(QPEDIR)/include/qpe/qpeapplication.h 142 $(OPIEDIR)/include/qpe/qpeapplication.h
143 143
144moc_snake.o: moc_snake.cpp \ 144moc_snake.o: moc_snake.cpp \
145 snake.h 145 snake.h
146 146
147moc_interface.o: moc_interface.cpp \ 147moc_interface.o: moc_interface.cpp \
148 interface.h \ 148 interface.h \
149 snake.h \ 149 snake.h \
150 target.h \ 150 target.h \
151 obstacle.h 151 obstacle.h
152 152
153moc_snake.cpp: snake.h 153moc_snake.cpp: snake.h
154 $(MOC) snake.h -o moc_snake.cpp 154 $(MOC) snake.h -o moc_snake.cpp
155 155
156moc_interface.cpp: interface.h 156moc_interface.cpp: interface.h
157 $(MOC) interface.h -o moc_interface.cpp 157 $(MOC) interface.h -o moc_interface.cpp
158 158
159 159