~ubuntu-branches/ubuntu/utopic/sysstat/utopic-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Package Import Robot
  • Author(s): Robert Luberda
  • Date: 2013-06-13 22:27:39 UTC
  • mfrom: (1.4.3)
  • Revision ID: package-import@ubuntu.com-20130613222739-k73hvrwurt5phlan
Tags: 10.1.6-1
New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# Makefile to build sysstat commands
2
 
# # (C) 1999-2012 Sebastien GODARD (sysstat <at> orange.fr)
 
2
# (C) 1999-2013 Sebastien GODARD (sysstat <at> orange.fr)
3
3
 
4
4
# Version and package name
5
5
VERSION = @PACKAGE_VERSION@
179
179
 
180
180
rd_stats.o: rd_stats.c common.h rd_stats.h ioconf.h sysconfig.h
181
181
 
 
182
count.o: count.c common.h rd_stats.h
 
183
 
182
184
rd_sensors.o: rd_sensors.c common.h rd_sensors.h sysconfig.h
183
185
 
184
186
pr_stats.o: pr_stats.c sa.h ioconf.h sysconfig.h pr_stats.h
189
191
 
190
192
json_stats.o: json_stats.c sa.h sadf.h ioconf.h sysconfig.h json_stats.h
191
193
 
192
 
sa_wrap.o: sa_wrap.c sa.h rd_stats.h rd_sensors.h
 
194
sa_wrap.o: sa_wrap.c sa.h rd_stats.h count.h rd_sensors.h
193
195
 
194
196
format.o: format.c sadf.h
195
197
 
200
202
libsyscom.a: common.o ioconf.o
201
203
        $(AR) rvs $@ $?
202
204
 
203
 
librdstats.a: librdstats.a(rd_stats.o)
 
205
librdstats.a: librdstats.a(rd_stats.o count.o)
204
206
 
205
207
librdsensors.a: librdsensors.a(rd_sensors.o)
206
208
 
217
219
 
218
220
sadf: sadf.o act_sadf.o format.o sadf_misc.o rndr_stats.o xml_stats.o json_stats.o sa_common.o libsyscom.a
219
221
 
220
 
iostat.o: iostat.c iostat.h version.h common.h ioconf.h sysconfig.h rd_stats.h
 
222
iostat.o: iostat.c iostat.h version.h common.h ioconf.h sysconfig.h rd_stats.h count.h
221
223
 
222
224
iostat: iostat.o librdstats.a libsyscom.a
223
225
 
224
 
pidstat.o: pidstat.c pidstat.h version.h common.h rd_stats.h
 
226
pidstat.o: pidstat.c pidstat.h version.h common.h rd_stats.h count.h
225
227
 
226
228
pidstat: pidstat.o librdstats.a libsyscom.a
227
229
 
228
 
mpstat.o: mpstat.c mpstat.h version.h common.h rd_stats.h
 
230
mpstat.o: mpstat.c mpstat.h version.h common.h rd_stats.h count.h
229
231
 
230
232
mpstat: mpstat.o librdstats.a libsyscom.a
231
233
 
232
 
nfsiostat.o: nfsiostat.c nfsiostat.h version.h common.h
 
234
nfsiostat.o: nfsiostat.c nfsiostat.h count.h version.h common.h
233
235
 
234
236
nfsiostat: nfsiostat.o librdstats.a libsyscom.a
235
237
 
236
 
cifsiostat.o: cifsiostat.c cifsiostat.h version.h common.h
 
238
cifsiostat.o: cifsiostat.c cifsiostat.h count.h version.h common.h
237
239
 
238
240
cifsiostat: cifsiostat.o librdstats.a libsyscom.a
239
241