~ubuntu-branches/ubuntu/trusty/htop/trusty-proposed

« back to all changes in this revision

Viewing changes to Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eugene V. Lyubimkin
  • Date: 2009-04-05 11:51:34 UTC
  • mfrom: (1.1.13 upstream) (7.1.2 sid)
  • Revision ID: james.westby@ubuntu.com-20090405115134-xyuzxp308k5qos0k
Tags: 0.8.1+svn149-1
* New upstream development snapshot:
  - Allow building withough PLPA support. (Closes: #521861)
* debian/patches:
  - 010-make-desktop-file-valid.patch: deleted, merged upstream.
  - 100-upstream-sort-by-processor-and-session.patch: deleted, merged
    upstream.
  - 110-upstream-fix-page-size-on-BSD.patch: deleted, merged upstream.
  - 120-upstream-explain-cpu-bars-in-monochrome-mode.patch: deleted, merged
    upstream.
  - 200-filter-non-printable-characters.patch: deleted, upstream has own
    version of this patch.
  - 610-rename-veid-to-ctid.patch: deleted, merged upstream.
  - 600-openvz-veid-on-kernels-gt-2.6.18.patch: refreshed.
  - 800-tree-view-without-userland-threads.patch: deleted, merged upstream.
  - 700-ltrace-support.patch: refreshed, added the description.
* debian/rules:
  - Deal more robustly with config.{sub,guess} files, thanks to Roger Leigh.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10 from Makefile.am.
 
1
# Makefile.in generated by automake 1.10.1 from Makefile.am.
2
2
# @configure_input@
3
3
 
4
4
# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5
 
# 2003, 2004, 2005, 2006  Free Software Foundation, Inc.
 
5
# 2003, 2004, 2005, 2006, 2007, 2008  Free Software Foundation, Inc.
6
6
# This Makefile.in is free software; the Free Software Foundation
7
7
# gives unlimited permission to copy and/or distribute it,
8
8
# with or without modifications, as long as this notice is preserved.
75
75
        htop-TasksMeter.$(OBJEXT) htop-TraceScreen.$(OBJEXT) \
76
76
        htop-UptimeMeter.$(OBJEXT) htop-UsersTable.$(OBJEXT) \
77
77
        htop-Vector.$(OBJEXT) htop-AvailableColumnsPanel.$(OBJEXT) \
78
 
        htop-AffinityPanel.$(OBJEXT)
 
78
        htop-AffinityPanel.$(OBJEXT) htop-HostnameMeter.$(OBJEXT)
79
79
am_htop_OBJECTS = $(am__objects_1) $(am__objects_2)
80
80
htop_OBJECTS = $(am_htop_OBJECTS)
81
 
htop_DEPENDENCIES = $(top_builddir)/plpa-1.1/src/libplpa_included.la
 
81
@HAVE_PLPA_TRUE@htop_DEPENDENCIES = $(top_builddir)/plpa-1.1/src/libplpa_included.la
82
82
htop_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
83
83
        --mode=link $(CCLD) $(htop_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
84
84
        $(LDFLAGS) -o $@
85
 
DEFAULT_INCLUDES = -I. -I$(top_builddir)/plpa-1.1/src@am__isrc@
 
85
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/plpa-1.1/src
86
86
depcomp = $(SHELL) $(top_srcdir)/depcomp
87
87
am__depfiles_maybe = depfiles
88
88
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
119
119
  distclean-recursive maintainer-clean-recursive
120
120
ETAGS = etags
121
121
CTAGS = ctags
122
 
DIST_SUBDIRS = $(SUBDIRS)
 
122
DIST_SUBDIRS = plpa-1.1
123
123
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
124
124
distdir = $(PACKAGE)-$(VERSION)
125
125
top_distdir = $(distdir)
150
150
CYGPATH_W = @CYGPATH_W@
151
151
DEFS = @DEFS@
152
152
DEPDIR = @DEPDIR@
 
153
DSYMUTIL = @DSYMUTIL@
153
154
ECHO = @ECHO@
154
155
ECHO_C = @ECHO_C@
155
156
ECHO_N = @ECHO_N@
172
173
LTLIBOBJS = @LTLIBOBJS@
173
174
MAKEINFO = @MAKEINFO@
174
175
MKDIR_P = @MKDIR_P@
 
176
NMEDIT = @NMEDIT@
175
177
OBJEXT = @OBJEXT@
176
178
PACKAGE = @PACKAGE@
177
179
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
237
239
target_alias = @target_alias@
238
240
top_builddir = @top_builddir@
239
241
top_srcdir = @top_srcdir@
240
 
SUBDIRS = plpa-1.1
 
242
@HAVE_PLPA_TRUE@SUBDIRS = plpa-1.1
241
243
dist_man_MANS = htop.1
242
244
EXTRA_DIST = $(dist_man_MANS) htop.desktop htop.png scripts/MakeHeader.py \
243
245
install-sh autogen.sh missing
254
256
LoadAverageMeter.c MemoryMeter.c Meter.c MetersPanel.c Object.c Panel.c \
255
257
BatteryMeter.c Process.c ProcessList.c RichString.c ScreenManager.c Settings.c \
256
258
SignalItem.c SignalsPanel.c String.c SwapMeter.c TasksMeter.c TraceScreen.c \
257
 
UptimeMeter.c UsersTable.c Vector.c AvailableColumnsPanel.c AffinityPanel.c
 
259
UptimeMeter.c UsersTable.c Vector.c AvailableColumnsPanel.c AffinityPanel.c \
 
260
HostnameMeter.c
258
261
 
259
262
myhtopheaders = AvailableColumnsPanel.h AvailableMetersPanel.h \
260
263
CategoriesPanel.h CheckItem.h ClockMeter.h ColorsPanel.h ColumnsPanel.h \
263
266
BatteryMeter.h Meter.h MetersPanel.h Object.h Panel.h ProcessList.h RichString.h \
264
267
ScreenManager.h Settings.h SignalItem.h SignalsPanel.h String.h \
265
268
SwapMeter.h TasksMeter.h TraceScreen.h UptimeMeter.h UsersTable.h Vector.h \
266
 
Process.h AffinityPanel.h
 
269
Process.h AffinityPanel.h HostnameMeter.h
267
270
 
268
271
SUFFIXES = .h
269
272
BUILT_SOURCES = $(myhtopheaders)
270
273
htop_SOURCES = $(myhtopheaders) $(myhtopsources) config.h debug.h
271
 
htop_LDADD = $(top_builddir)/plpa-1.1/src/libplpa_included.la
 
274
@HAVE_PLPA_TRUE@htop_LDADD = $(top_builddir)/plpa-1.1/src/libplpa_included.la
272
275
all: $(BUILT_SOURCES) config.h
273
276
        $(MAKE) $(AM_MAKEFLAGS) all-recursive
274
277
 
333
336
             || test -f $$p1 \
334
337
          ; then \
335
338
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
336
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
337
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
 
339
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
 
340
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
338
341
          else :; fi; \
339
342
        done
340
343
 
378
381
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-FunctionBar.Po@am__quote@
379
382
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-Hashtable.Po@am__quote@
380
383
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-Header.Po@am__quote@
 
384
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-HostnameMeter.Po@am__quote@
381
385
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-ListItem.Po@am__quote@
382
386
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-LoadAverageMeter.Po@am__quote@
383
387
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/htop-MemoryMeter.Po@am__quote@
954
958
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
955
959
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o htop-AffinityPanel.obj `if test -f 'AffinityPanel.c'; then $(CYGPATH_W) 'AffinityPanel.c'; else $(CYGPATH_W) '$(srcdir)/AffinityPanel.c'; fi`
956
960
 
 
961
htop-HostnameMeter.o: HostnameMeter.c
 
962
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT htop-HostnameMeter.o -MD -MP -MF $(DEPDIR)/htop-HostnameMeter.Tpo -c -o htop-HostnameMeter.o `test -f 'HostnameMeter.c' || echo '$(srcdir)/'`HostnameMeter.c
 
963
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/htop-HostnameMeter.Tpo $(DEPDIR)/htop-HostnameMeter.Po
 
964
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='HostnameMeter.c' object='htop-HostnameMeter.o' libtool=no @AMDEPBACKSLASH@
 
965
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
966
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o htop-HostnameMeter.o `test -f 'HostnameMeter.c' || echo '$(srcdir)/'`HostnameMeter.c
 
967
 
 
968
htop-HostnameMeter.obj: HostnameMeter.c
 
969
@am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -MT htop-HostnameMeter.obj -MD -MP -MF $(DEPDIR)/htop-HostnameMeter.Tpo -c -o htop-HostnameMeter.obj `if test -f 'HostnameMeter.c'; then $(CYGPATH_W) 'HostnameMeter.c'; else $(CYGPATH_W) '$(srcdir)/HostnameMeter.c'; fi`
 
970
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/htop-HostnameMeter.Tpo $(DEPDIR)/htop-HostnameMeter.Po
 
971
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='HostnameMeter.c' object='htop-HostnameMeter.obj' libtool=no @AMDEPBACKSLASH@
 
972
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
 
973
@am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(htop_CFLAGS) $(CFLAGS) -c -o htop-HostnameMeter.obj `if test -f 'HostnameMeter.c'; then $(CYGPATH_W) 'HostnameMeter.c'; else $(CYGPATH_W) '$(srcdir)/HostnameMeter.c'; fi`
 
974
 
957
975
mostlyclean-libtool:
958
976
        -rm -f *.lo
959
977
 
1117
1135
        unique=`for i in $$list; do \
1118
1136
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1119
1137
          done | \
1120
 
          $(AWK) '    { files[$$0] = 1; } \
1121
 
               END { for (i in files) print i; }'`; \
 
1138
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
 
1139
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1122
1140
        mkid -fID $$unique
1123
1141
tags: TAGS
1124
1142
 
1143
1161
        unique=`for i in $$list; do \
1144
1162
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1145
1163
          done | \
1146
 
          $(AWK) '    { files[$$0] = 1; } \
1147
 
               END { for (i in files) print i; }'`; \
 
1164
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1165
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1148
1166
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
1149
1167
          test -n "$$unique" || unique=$$empty_fix; \
1150
1168
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
1154
1172
CTAGS: ctags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) \
1155
1173
                $(TAGS_FILES) $(LISP)
1156
1174
        tags=; \
1157
 
        here=`pwd`; \
1158
1175
        list='$(SOURCES) $(HEADERS) config.h.in $(LISP) $(TAGS_FILES)'; \
1159
1176
        unique=`for i in $$list; do \
1160
1177
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
1161
1178
          done | \
1162
 
          $(AWK) '    { files[$$0] = 1; } \
1163
 
               END { for (i in files) print i; }'`; \
 
1179
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
 
1180
              END { if (nonempty) { for (i in files) print i; }; }'`; \
1164
1181
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
1165
1182
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
1166
1183
             $$tags $$unique
1231
1248
        tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2
1232
1249
        $(am__remove_distdir)
1233
1250
 
 
1251
dist-lzma: distdir
 
1252
        tardir=$(distdir) && $(am__tar) | lzma -9 -c >$(distdir).tar.lzma
 
1253
        $(am__remove_distdir)
 
1254
 
1234
1255
dist-tarZ: distdir
1235
1256
        tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z
1236
1257
        $(am__remove_distdir)
1257
1278
          GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\
1258
1279
        *.tar.bz2*) \
1259
1280
          bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\
 
1281
        *.tar.lzma*) \
 
1282
          unlzma -c $(distdir).tar.lzma | $(am__untar) ;;\
1260
1283
        *.tar.Z*) \
1261
1284
          uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
1262
1285
        *.shar.gz*) \
1421
1444
.PHONY: $(RECURSIVE_CLEAN_TARGETS) $(RECURSIVE_TARGETS) CTAGS GTAGS \
1422
1445
        all all-am am--refresh check check-am clean clean-binPROGRAMS \
1423
1446
        clean-generic clean-libtool ctags ctags-recursive dist \
1424
 
        dist-all dist-bzip2 dist-gzip dist-shar dist-tarZ dist-zip \
1425
 
        distcheck distclean distclean-compile distclean-generic \
1426
 
        distclean-hdr distclean-libtool distclean-tags distcleancheck \
1427
 
        distdir distuninstallcheck dvi dvi-am html html-am info \
1428
 
        info-am install install-am install-applicationsDATA \
1429
 
        install-binPROGRAMS install-data install-data-am install-dvi \
1430
 
        install-dvi-am install-exec install-exec-am install-html \
1431
 
        install-html-am install-info install-info-am install-man \
1432
 
        install-man1 install-pdf install-pdf-am install-pixmapDATA \
1433
 
        install-ps install-ps-am install-strip installcheck \
1434
 
        installcheck-am installdirs installdirs-am maintainer-clean \
1435
 
        maintainer-clean-generic mostlyclean mostlyclean-compile \
1436
 
        mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
1437
 
        tags tags-recursive uninstall uninstall-am \
1438
 
        uninstall-applicationsDATA uninstall-binPROGRAMS uninstall-man \
1439
 
        uninstall-man1 uninstall-pixmapDATA
 
1447
        dist-all dist-bzip2 dist-gzip dist-lzma dist-shar dist-tarZ \
 
1448
        dist-zip distcheck distclean distclean-compile \
 
1449
        distclean-generic distclean-hdr distclean-libtool \
 
1450
        distclean-tags distcleancheck distdir distuninstallcheck dvi \
 
1451
        dvi-am html html-am info info-am install install-am \
 
1452
        install-applicationsDATA install-binPROGRAMS install-data \
 
1453
        install-data-am install-dvi install-dvi-am install-exec \
 
1454
        install-exec-am install-html install-html-am install-info \
 
1455
        install-info-am install-man install-man1 install-pdf \
 
1456
        install-pdf-am install-pixmapDATA install-ps install-ps-am \
 
1457
        install-strip installcheck installcheck-am installdirs \
 
1458
        installdirs-am maintainer-clean maintainer-clean-generic \
 
1459
        mostlyclean mostlyclean-compile mostlyclean-generic \
 
1460
        mostlyclean-libtool pdf pdf-am ps ps-am tags tags-recursive \
 
1461
        uninstall uninstall-am uninstall-applicationsDATA \
 
1462
        uninstall-binPROGRAMS uninstall-man uninstall-man1 \
 
1463
        uninstall-pixmapDATA
1440
1464
 
1441
1465
 
1442
1466
profile: