~ubuntu-branches/ubuntu/saucy/sysstat/saucy

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Robert Luberda
  • Date: 2011-08-28 19:50:36 UTC
  • mfrom: (1.1.22 upstream) (2.1.14 sid)
  • Revision ID: james.westby@ubuntu.com-20110828195036-5zk8yk5cbeeli0ml
Tags: 10.0.2-1
* New upstream (stable) release.
* debian/control: Set architecture to linux-any (closes: #619949).
* The debconf message has already been ixed in 8.1.8-2, (LP: #342655).

Show diffs side-by-side

added added

removed removed

Lines of Context:
181
181
 
182
182
rndr_stats.o: rndr_stats.c sa.h ioconf.h sysconfig.h rndr_stats.h
183
183
 
184
 
xml_stats.o: xml_stats.c sa.h ioconf.h sysconfig.h xml_stats.h
 
184
xml_stats.o: xml_stats.c sa.h sadf.h ioconf.h sysconfig.h xml_stats.h
185
185
 
186
186
sa_wrap.o: sa_wrap.c sa.h rd_stats.h rd_sensors.h
187
187
 
 
188
format.o: format.c sadf.h
 
189
 
 
190
sadf_misc.o: sadf_misc.c sadf.h sa.h
 
191
 
188
192
# Explicit rules needed to prevent possible file corruption
189
193
# when using parallel execution.
190
194
libsyscom.a: common.o ioconf.o
205
209
 
206
210
sadf.o: sadf.c sadf.h version.h sa.h common.h ioconf.h sysconfig.h rndr_stats.h xml_stats.h
207
211
 
208
 
sadf: sadf.o act_sadf.o rndr_stats.o xml_stats.o sa_common.o libsyscom.a
 
212
sadf: sadf.o act_sadf.o format.o sadf_misc.o rndr_stats.o xml_stats.o sa_common.o libsyscom.a
209
213
 
210
214
iostat.o: iostat.c iostat.h version.h common.h ioconf.h sysconfig.h rd_stats.h
211
215
 
288
292
 
289
293
install_nls: locales
290
294
ifdef REQUIRE_NLS
291
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/af/LC_MESSAGES
292
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/cs/LC_MESSAGES
293
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/da/LC_MESSAGES
294
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/de/LC_MESSAGES
295
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/eo/LC_MESSAGES
296
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/es/LC_MESSAGES
297
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/eu/LC_MESSAGES
298
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/fi/LC_MESSAGES
299
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/fr/LC_MESSAGES
300
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/id/LC_MESSAGES
301
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/it/LC_MESSAGES
302
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/ja/LC_MESSAGES
303
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/ky/LC_MESSAGES
304
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/lv/LC_MESSAGES
305
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/mt/LC_MESSAGES
306
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/nb/LC_MESSAGES
307
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/nl/LC_MESSAGES
308
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/nn/LC_MESSAGES
309
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/pl/LC_MESSAGES
310
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/pt/LC_MESSAGES
311
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/pt_BR/LC_MESSAGES
312
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/ro/LC_MESSAGES
313
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/ru/LC_MESSAGES
314
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/sk/LC_MESSAGES
315
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/sv/LC_MESSAGES
316
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/uk/LC_MESSAGES
317
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/vi/LC_MESSAGES
318
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/zh_CN/LC_MESSAGES
319
 
        mkdir -p $(DESTDIR)$(NLS_DIR)/zh_TW/LC_MESSAGES
320
 
        $(INSTALL_DATA) nls/af.gmo $(DESTDIR)$(NLS_DIR)/af/LC_MESSAGES/$(PACKAGE).mo
321
 
        $(INSTALL_DATA) nls/cs.gmo $(DESTDIR)$(NLS_DIR)/cs/LC_MESSAGES/$(PACKAGE).mo
322
 
        $(INSTALL_DATA) nls/da.gmo $(DESTDIR)$(NLS_DIR)/da/LC_MESSAGES/$(PACKAGE).mo
323
 
        $(INSTALL_DATA) nls/de.gmo $(DESTDIR)$(NLS_DIR)/de/LC_MESSAGES/$(PACKAGE).mo
324
 
        $(INSTALL_DATA) nls/eo.gmo $(DESTDIR)$(NLS_DIR)/eo/LC_MESSAGES/$(PACKAGE).mo
325
 
        $(INSTALL_DATA) nls/es.gmo $(DESTDIR)$(NLS_DIR)/es/LC_MESSAGES/$(PACKAGE).mo
326
 
        $(INSTALL_DATA) nls/eu.gmo $(DESTDIR)$(NLS_DIR)/eu/LC_MESSAGES/$(PACKAGE).mo
327
 
        $(INSTALL_DATA) nls/fi.gmo $(DESTDIR)$(NLS_DIR)/fi/LC_MESSAGES/$(PACKAGE).mo
328
 
        $(INSTALL_DATA) nls/fr.gmo $(DESTDIR)$(NLS_DIR)/fr/LC_MESSAGES/$(PACKAGE).mo
329
 
        $(INSTALL_DATA) nls/id.gmo $(DESTDIR)$(NLS_DIR)/id/LC_MESSAGES/$(PACKAGE).mo
330
 
        $(INSTALL_DATA) nls/it.gmo $(DESTDIR)$(NLS_DIR)/it/LC_MESSAGES/$(PACKAGE).mo
331
 
        $(INSTALL_DATA) nls/ja.gmo $(DESTDIR)$(NLS_DIR)/ja/LC_MESSAGES/$(PACKAGE).mo
332
 
        $(INSTALL_DATA) nls/ky.gmo $(DESTDIR)$(NLS_DIR)/ky/LC_MESSAGES/$(PACKAGE).mo
333
 
        $(INSTALL_DATA) nls/lv.gmo $(DESTDIR)$(NLS_DIR)/lv/LC_MESSAGES/$(PACKAGE).mo
334
 
        $(INSTALL_DATA) nls/mt.gmo $(DESTDIR)$(NLS_DIR)/mt/LC_MESSAGES/$(PACKAGE).mo
335
 
        $(INSTALL_DATA) nls/nb.gmo $(DESTDIR)$(NLS_DIR)/nb/LC_MESSAGES/$(PACKAGE).mo
336
 
        $(INSTALL_DATA) nls/nl.gmo $(DESTDIR)$(NLS_DIR)/nl/LC_MESSAGES/$(PACKAGE).mo
337
 
        $(INSTALL_DATA) nls/nn.gmo $(DESTDIR)$(NLS_DIR)/nn/LC_MESSAGES/$(PACKAGE).mo
338
 
        $(INSTALL_DATA) nls/pl.gmo $(DESTDIR)$(NLS_DIR)/pl/LC_MESSAGES/$(PACKAGE).mo
339
 
        $(INSTALL_DATA) nls/pt.gmo $(DESTDIR)$(NLS_DIR)/pt/LC_MESSAGES/$(PACKAGE).mo
340
 
        $(INSTALL_DATA) nls/pt_BR.gmo $(DESTDIR)$(NLS_DIR)/pt_BR/LC_MESSAGES/$(PACKAGE).mo
341
 
        $(INSTALL_DATA) nls/ro.gmo $(DESTDIR)$(NLS_DIR)/ro/LC_MESSAGES/$(PACKAGE).mo
342
 
        $(INSTALL_DATA) nls/ru.gmo $(DESTDIR)$(NLS_DIR)/ru/LC_MESSAGES/$(PACKAGE).mo
343
 
        $(INSTALL_DATA) nls/sk.gmo $(DESTDIR)$(NLS_DIR)/sk/LC_MESSAGES/$(PACKAGE).mo
344
 
        $(INSTALL_DATA) nls/sv.gmo $(DESTDIR)$(NLS_DIR)/sv/LC_MESSAGES/$(PACKAGE).mo
345
 
        $(INSTALL_DATA) nls/uk.gmo $(DESTDIR)$(NLS_DIR)/uk/LC_MESSAGES/$(PACKAGE).mo
346
 
        $(INSTALL_DATA) nls/vi.gmo $(DESTDIR)$(NLS_DIR)/vi/LC_MESSAGES/$(PACKAGE).mo
347
 
        $(INSTALL_DATA) nls/zh_CN.gmo $(DESTDIR)$(NLS_DIR)/zh_CN/LC_MESSAGES/$(PACKAGE).mo
348
 
        $(INSTALL_DATA) nls/zh_TW.gmo $(DESTDIR)$(NLS_DIR)/zh_TW/LC_MESSAGES/$(PACKAGE).mo
 
295
        catalogs='$(NLSGMO)'; \
 
296
        for c in $$catalogs; do \
 
297
                c=`basename $$c`; \
 
298
                c=`echo $$c | sed 's/\.gmo$$//'`; \
 
299
                mkdir -p $(DESTDIR)$(NLS_DIR)/$$c/LC_MESSAGES; \
 
300
                echo "NLS: Installing $$c file..." ; \
 
301
                $(INSTALL_DATA) nls/$$c.gmo $(DESTDIR)$(NLS_DIR)/$$c/LC_MESSAGES/$(PACKAGE).mo; \
 
302
        done
349
303
endif
350
304
 
351
305
install_isag: contrib/isag/isag
445
399
 
446
400
uninstall_nls:
447
401
ifdef REQUIRE_NLS
448
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/af/LC_MESSAGES/$(PACKAGE).mo
449
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/cs/LC_MESSAGES/$(PACKAGE).mo
450
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/da/LC_MESSAGES/$(PACKAGE).mo
451
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/de/LC_MESSAGES/$(PACKAGE).mo
452
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/eo/LC_MESSAGES/$(PACKAGE).mo
453
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/es/LC_MESSAGES/$(PACKAGE).mo
454
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/eu/LC_MESSAGES/$(PACKAGE).mo
455
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/fi/LC_MESSAGES/$(PACKAGE).mo
456
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/fr/LC_MESSAGES/$(PACKAGE).mo
457
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/id/LC_MESSAGES/$(PACKAGE).mo
458
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/it/LC_MESSAGES/$(PACKAGE).mo
459
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/ja/LC_MESSAGES/$(PACKAGE).mo
460
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/ky/LC_MESSAGES/$(PACKAGE).mo
461
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/lv/LC_MESSAGES/$(PACKAGE).mo
462
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/mt/LC_MESSAGES/$(PACKAGE).mo
463
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/nb/LC_MESSAGES/$(PACKAGE).mo
464
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/nl/LC_MESSAGES/$(PACKAGE).mo
465
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/nn/LC_MESSAGES/$(PACKAGE).mo
466
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/pl/LC_MESSAGES/$(PACKAGE).mo
467
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/pt/LC_MESSAGES/$(PACKAGE).mo
468
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/pt_BR/LC_MESSAGES/$(PACKAGE).mo
469
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/ro/LC_MESSAGES/$(PACKAGE).mo
470
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES/$(PACKAGE).mo
471
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/sk/LC_MESSAGES/$(PACKAGE).mo
472
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/sv/LC_MESSAGES/$(PACKAGE).mo
473
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/uk/LC_MESSAGES/$(PACKAGE).mo
474
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/vi/LC_MESSAGES/$(PACKAGE).mo
475
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/zh_CN/LC_MESSAGES/$(PACKAGE).mo
476
 
        rm -f $(DESTDIR)$(PREFIX)/share/locale/zh_TW/LC_MESSAGES/$(PACKAGE).mo
477
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/af/LC_MESSAGES
478
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/cs/LC_MESSAGES
479
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/da/LC_MESSAGES
480
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/de/LC_MESSAGES
481
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/eo/LC_MESSAGES
482
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/es/LC_MESSAGES
483
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/eu/LC_MESSAGES
484
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/fi/LC_MESSAGES
485
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/fr/LC_MESSAGES
486
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/id/LC_MESSAGES
487
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/it/LC_MESSAGES
488
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ja/LC_MESSAGES
489
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ky/LC_MESSAGES
490
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/lv/LC_MESSAGES
491
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/mt/LC_MESSAGES
492
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nb/LC_MESSAGES
493
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nl/LC_MESSAGES
494
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nn/LC_MESSAGES
495
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pl/LC_MESSAGES
496
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pt/LC_MESSAGES
497
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pt_BR/LC_MESSAGES
498
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ro/LC_MESSAGES
499
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ru/LC_MESSAGES
500
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/sk/LC_MESSAGES
501
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/sv/LC_MESSAGES
502
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/uk/LC_MESSAGES
503
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/vi/LC_MESSAGES
504
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/zh_CN/LC_MESSAGES
505
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/zh_TW/LC_MESSAGES
506
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/af
507
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/cs
508
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/da
509
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/de
510
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/eo
511
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/es
512
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/eu
513
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/fi
514
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/fr
515
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/id
516
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/it
517
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ja
518
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ky
519
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/lv
520
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/mt
521
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nb
522
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nl
523
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/nn
524
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pl
525
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pt
526
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/pt_BR
527
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ro
528
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/ru
529
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/sk
530
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/sv
531
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/uk
532
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/vi
533
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/zh_CN
534
 
        -rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/zh_TW
 
402
        -catalogs='$(NLSGMO)'; \
 
403
        for c in $$catalogs; do \
 
404
                c=`basename $$c`; \
 
405
                c=`echo $$c | sed 's/\.gmo$$//'`; \
 
406
                rm -f $(DESTDIR)$(PREFIX)/share/locale/$$c/LC_MESSAGES/$(PACKAGE).mo; \
 
407
                rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/$$c/LC_MESSAGES 2>/dev/null; \
 
408
                rmdir --ignore-fail-on-non-empty $(DESTDIR)$(PREFIX)/share/locale/$$c 2>/dev/null; \
 
409
        done
535
410
endif
536
411
 
537
412
uninstall_base: uninstall_man uninstall_nls