summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/Makefile.in
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/Makefile.in') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/sysinfo/Makefile.in12
1 files changed, 6 insertions, 6 deletions
diff --git a/noncore/settings/sysinfo/Makefile.in b/noncore/settings/sysinfo/Makefile.in
index 1149304..fb9d15e 100644
--- a/noncore/settings/sysinfo/Makefile.in
+++ b/noncore/settings/sysinfo/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= sysinfo 21 TARGET= sysinfo
22TARGET1 = lib$(TARGET).so.$(VER_MAJ) 22TARGET1 = lib$(TARGET).so.$(VER_MAJ)
23 23
24####### Files 24####### Files
25 25
26 HEADERS =memory.h \ 26 HEADERS =memory.h \
27 graph.h \ 27 graph.h \
28 load.h \ 28 load.h \
29 storage.h \ 29 storage.h \
30 versioninfo.h \ 30 versioninfo.h \
31 sysinfo.h 31 sysinfo.h
32 SOURCES =main.cpp \ 32 SOURCES =main.cpp \
33 memory.cpp \ 33 memory.cpp \
34 graph.cpp \ 34 graph.cpp \
35 load.cpp \ 35 load.cpp \
36 storage.cpp \ 36 storage.cpp \
37 versioninfo.cpp \ 37 versioninfo.cpp \
38 sysinfo.cpp 38 sysinfo.cpp
39 OBJECTS =main.o \ 39 OBJECTS =main.o \
40 memory.o \ 40 memory.o \
41 graph.o \ 41 graph.o \
@@ -104,76 +104,76 @@ listpromodules:
104 104
105listallmodules: 105listallmodules:
106 @echo 106 @echo
107 107
108listaddonpromodules: 108listaddonpromodules:
109 @echo 109 @echo
110 110
111listaddonentmodules: 111listaddonentmodules:
112 @echo 112 @echo
113 113
114 114
115REQUIRES= 115REQUIRES=
116 116
117####### Sub-libraries 117####### Sub-libraries
118 118
119 119
120###### Combined headers 120###### Combined headers
121 121
122 122
123 123
124####### Compile 124####### Compile
125 125
126main.o: main.cpp \ 126main.o: main.cpp \
127 sysinfo.h \ 127 sysinfo.h \
128 $(QPEDIR)/include/qpe/qpeapplication.h 128 $(OPIEDIR)/include/qpe/qpeapplication.h
129 129
130memory.o: memory.cpp \ 130memory.o: memory.cpp \
131 graph.h \ 131 graph.h \
132 memory.h 132 memory.h
133 133
134graph.o: graph.cpp \ 134graph.o: graph.cpp \
135 graph.h 135 graph.h
136 136
137load.o: load.cpp \ 137load.o: load.cpp \
138 load.h 138 load.h
139 139
140storage.o: storage.cpp \ 140storage.o: storage.cpp \
141 graph.h \ 141 graph.h \
142 storage.h 142 storage.h
143 143
144versioninfo.o: versioninfo.cpp \ 144versioninfo.o: versioninfo.cpp \
145 $(QPEDIR)/include/qpe/resource.h \ 145 $(OPIEDIR)/include/qpe/resource.h \
146 $(QPEDIR)/include/qpe/version.h \ 146 $(OPIEDIR)/include/qpe/version.h \
147 versioninfo.h 147 versioninfo.h
148 148
149sysinfo.o: sysinfo.cpp \ 149sysinfo.o: sysinfo.cpp \
150 memory.h \ 150 memory.h \
151 load.h \ 151 load.h \
152 storage.h \ 152 storage.h \
153 versioninfo.h \ 153 versioninfo.h \
154 sysinfo.h \ 154 sysinfo.h \
155 $(QPEDIR)/include/qpe/resource.h 155 $(OPIEDIR)/include/qpe/resource.h
156 156
157moc_memory.o: moc_memory.cpp \ 157moc_memory.o: moc_memory.cpp \
158 memory.h 158 memory.h
159 159
160moc_graph.o: moc_graph.cpp \ 160moc_graph.o: moc_graph.cpp \
161 graph.h 161 graph.h
162 162
163moc_load.o: moc_load.cpp \ 163moc_load.o: moc_load.cpp \
164 load.h 164 load.h
165 165
166moc_storage.o: moc_storage.cpp \ 166moc_storage.o: moc_storage.cpp \
167 storage.h 167 storage.h
168 168
169moc_versioninfo.o: moc_versioninfo.cpp \ 169moc_versioninfo.o: moc_versioninfo.cpp \
170 versioninfo.h 170 versioninfo.h
171 171
172moc_sysinfo.o: moc_sysinfo.cpp \ 172moc_sysinfo.o: moc_sysinfo.cpp \
173 sysinfo.h 173 sysinfo.h
174 174
175moc_memory.cpp: memory.h 175moc_memory.cpp: memory.h
176 $(MOC) memory.h -o moc_memory.cpp 176 $(MOC) memory.h -o moc_memory.cpp
177 177
178moc_graph.cpp: graph.h 178moc_graph.cpp: graph.h
179 $(MOC) graph.h -o moc_graph.cpp 179 $(MOC) graph.h -o moc_graph.cpp