source: trunk/third/gnome-system-monitor/Makefile.in @ 18394

Revision 18394, 13.6 KB checked in by ghudson, 22 years ago (diff)
This commit was generated by cvs2svn to compensate for changes in r18393, which included commits to RCS files with non-trunk default branches.
Line 
1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
2
3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
4# This Makefile.in is free software; the Free Software Foundation
5# gives unlimited permission to copy and/or distribute it,
6# with or without modifications, as long as this notice is preserved.
7
8# This program is distributed in the hope that it will be useful,
9# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11# PARTICULAR PURPOSE.
12
13
14SHELL = @SHELL@
15
16srcdir = @srcdir@
17top_srcdir = @top_srcdir@
18VPATH = @srcdir@
19prefix = @prefix@
20exec_prefix = @exec_prefix@
21
22bindir = @bindir@
23sbindir = @sbindir@
24libexecdir = @libexecdir@
25datadir = @datadir@
26sysconfdir = @sysconfdir@
27sharedstatedir = @sharedstatedir@
28localstatedir = @localstatedir@
29libdir = @libdir@
30infodir = @infodir@
31mandir = @mandir@
32includedir = @includedir@
33oldincludedir = /usr/include
34
35DESTDIR =
36
37pkgdatadir = $(datadir)/@PACKAGE@
38pkglibdir = $(libdir)/@PACKAGE@
39pkgincludedir = $(includedir)/@PACKAGE@
40
41top_builddir = .
42
43ACLOCAL = @ACLOCAL@
44AUTOCONF = @AUTOCONF@
45AUTOMAKE = @AUTOMAKE@
46AUTOHEADER = @AUTOHEADER@
47
48INSTALL = @INSTALL@
49INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50INSTALL_DATA = @INSTALL_DATA@
51INSTALL_SCRIPT = @INSTALL_SCRIPT@
52transform = @program_transform_name@
53
54NORMAL_INSTALL = :
55PRE_INSTALL = :
56POST_INSTALL = :
57NORMAL_UNINSTALL = :
58PRE_UNINSTALL = :
59POST_UNINSTALL = :
60CATALOGS = @CATALOGS@
61CATOBJEXT = @CATOBJEXT@
62CC = @CC@
63DATADIRNAME = @DATADIRNAME@
64GCONF_SCHEMA_CONFIG_SOURCE = @GCONF_SCHEMA_CONFIG_SOURCE@
65GCONF_SCHEMA_FILE_DIR = @GCONF_SCHEMA_FILE_DIR@
66GETTEXT_PACKAGE = @GETTEXT_PACKAGE@
67GMOFILES = @GMOFILES@
68GMSGFMT = @GMSGFMT@
69INSTOBJEXT = @INSTOBJEXT@
70INTLDEPS = @INTLDEPS@
71INTLLIBS = @INTLLIBS@
72INTLOBJS = @INTLOBJS@
73INTLTOOL_CAVES_RULE = @INTLTOOL_CAVES_RULE@
74INTLTOOL_DESKTOP_RULE = @INTLTOOL_DESKTOP_RULE@
75INTLTOOL_DIRECTORY_RULE = @INTLTOOL_DIRECTORY_RULE@
76INTLTOOL_EXTRACT = @INTLTOOL_EXTRACT@
77INTLTOOL_KEYS_RULE = @INTLTOOL_KEYS_RULE@
78INTLTOOL_MERGE = @INTLTOOL_MERGE@
79INTLTOOL_OAF_RULE = @INTLTOOL_OAF_RULE@
80INTLTOOL_PERL = @INTLTOOL_PERL@
81INTLTOOL_PONG_RULE = @INTLTOOL_PONG_RULE@
82INTLTOOL_PROP_RULE = @INTLTOOL_PROP_RULE@
83INTLTOOL_SCHEMAS_RULE = @INTLTOOL_SCHEMAS_RULE@
84INTLTOOL_SERVER_RULE = @INTLTOOL_SERVER_RULE@
85INTLTOOL_SHEET_RULE = @INTLTOOL_SHEET_RULE@
86INTLTOOL_SOUNDLIST_RULE = @INTLTOOL_SOUNDLIST_RULE@
87INTLTOOL_THEME_RULE = @INTLTOOL_THEME_RULE@
88INTLTOOL_UI_RULE = @INTLTOOL_UI_RULE@
89INTLTOOL_UPDATE = @INTLTOOL_UPDATE@
90INTLTOOL_XML_RULE = @INTLTOOL_XML_RULE@
91MAKEINFO = @MAKEINFO@
92MKINSTALLDIRS = @MKINSTALLDIRS@
93PACKAGE = @PACKAGE@
94PKG_CONFIG = @PKG_CONFIG@
95POFILES = @POFILES@
96POSUB = @POSUB@
97PROCMAN_CFLAGS = @PROCMAN_CFLAGS@
98PROCMAN_LIBS = @PROCMAN_LIBS@
99RANLIB = @RANLIB@
100USE_NLS = @USE_NLS@
101VERSION = @VERSION@
102WARN_CFLAGS = @WARN_CFLAGS@
103cxxflags_set = @cxxflags_set@
104
105SUBDIRS = po src help
106
107EXTRA_DIST = \
108        gnome-system-monitor.desktop.in \
109        gnome-system-monitor.spec \
110        intltool-extract.in \
111        intltool-merge.in \
112        intltool-update.in \
113        HACKING \
114        omf.make \
115        xmldocs.make
116
117
118Applicationsdir = $(datadir)/applications
119Applications_in_files = gnome-system-monitor.desktop.in
120Applications_DATA = $(Applications_in_files:.desktop.in=.desktop)
121ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
122mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
123CONFIG_HEADER = config.h
124CONFIG_CLEAN_FILES =
125DATA =  $(Applications_DATA)
126
127DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
128Makefile.am Makefile.in NEWS TODO acconfig.h aclocal.m4 config.h.in \
129configure configure.in install-sh missing mkinstalldirs
130
131
132DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
133
134TAR = gtar
135GZIP_ENV = --best
136all: all-redirect
137.SUFFIXES:
138$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
139        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
140
141Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
142        cd $(top_builddir) \
143          && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
144
145$(ACLOCAL_M4):  configure.in
146        cd $(srcdir) && $(ACLOCAL)
147
148config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
149        $(SHELL) ./config.status --recheck
150$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
151        cd $(srcdir) && $(AUTOCONF)
152
153config.h: stamp-h
154        @if test ! -f $@; then \
155                rm -f stamp-h; \
156                $(MAKE) stamp-h; \
157        else :; fi
158stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
159        cd $(top_builddir) \
160          && CONFIG_FILES= CONFIG_HEADERS=config.h \
161             $(SHELL) ./config.status
162        @echo timestamp > stamp-h 2> /dev/null
163$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
164        @if test ! -f $@; then \
165                rm -f $(srcdir)/stamp-h.in; \
166                $(MAKE) $(srcdir)/stamp-h.in; \
167        else :; fi
168$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) acconfig.h
169        cd $(top_srcdir) && $(AUTOHEADER)
170        @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
171
172mostlyclean-hdr:
173
174clean-hdr:
175
176distclean-hdr:
177        -rm -f config.h
178
179maintainer-clean-hdr:
180
181install-ApplicationsDATA: $(Applications_DATA)
182        @$(NORMAL_INSTALL)
183        $(mkinstalldirs) $(DESTDIR)$(Applicationsdir)
184        @list='$(Applications_DATA)'; for p in $$list; do \
185          if test -f $(srcdir)/$$p; then \
186            echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p"; \
187            $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(Applicationsdir)/$$p; \
188          else if test -f $$p; then \
189            echo " $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p"; \
190            $(INSTALL_DATA) $$p $(DESTDIR)$(Applicationsdir)/$$p; \
191          fi; fi; \
192        done
193
194uninstall-ApplicationsDATA:
195        @$(NORMAL_UNINSTALL)
196        list='$(Applications_DATA)'; for p in $$list; do \
197          rm -f $(DESTDIR)$(Applicationsdir)/$$p; \
198        done
199
200# This directory's subdirectories are mostly independent; you can cd
201# into them and run `make' without going through this Makefile.
202# To change the values of `make' variables: instead of editing Makefiles,
203# (1) if the variable is set in `config.status', edit `config.status'
204#     (which will cause the Makefiles to be regenerated when you run `make');
205# (2) otherwise, pass the desired values on the `make' command line.
206
207@SET_MAKE@
208
209all-recursive install-data-recursive install-exec-recursive \
210installdirs-recursive install-recursive uninstall-recursive  \
211check-recursive installcheck-recursive info-recursive dvi-recursive:
212        @set fnord $(MAKEFLAGS); amf=$$2; \
213        dot_seen=no; \
214        target=`echo $@ | sed s/-recursive//`; \
215        list='$(SUBDIRS)'; for subdir in $$list; do \
216          echo "Making $$target in $$subdir"; \
217          if test "$$subdir" = "."; then \
218            dot_seen=yes; \
219            local_target="$$target-am"; \
220          else \
221            local_target="$$target"; \
222          fi; \
223          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
224           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
225        done; \
226        if test "$$dot_seen" = "no"; then \
227          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
228        fi; test -z "$$fail"
229
230mostlyclean-recursive clean-recursive distclean-recursive \
231maintainer-clean-recursive:
232        @set fnord $(MAKEFLAGS); amf=$$2; \
233        dot_seen=no; \
234        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
235          rev="$$subdir $$rev"; \
236          test "$$subdir" != "." || dot_seen=yes; \
237        done; \
238        test "$$dot_seen" = "no" && rev=". $$rev"; \
239        target=`echo $@ | sed s/-recursive//`; \
240        for subdir in $$rev; do \
241          echo "Making $$target in $$subdir"; \
242          if test "$$subdir" = "."; then \
243            local_target="$$target-am"; \
244          else \
245            local_target="$$target"; \
246          fi; \
247          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
248           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
249        done && test -z "$$fail"
250tags-recursive:
251        list='$(SUBDIRS)'; for subdir in $$list; do \
252          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
253        done
254
255tags: TAGS
256
257ID: $(HEADERS) $(SOURCES) $(LISP)
258        list='$(SOURCES) $(HEADERS)'; \
259        unique=`for i in $$list; do echo $$i; done | \
260          awk '    { files[$$0] = 1; } \
261               END { for (i in files) print i; }'`; \
262        here=`pwd` && cd $(srcdir) \
263          && mkid -f$$here/ID $$unique $(LISP)
264
265TAGS: tags-recursive $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
266        tags=; \
267        here=`pwd`; \
268        list='$(SUBDIRS)'; for subdir in $$list; do \
269   if test "$$subdir" = .; then :; else \
270            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
271   fi; \
272        done; \
273        list='$(SOURCES) $(HEADERS)'; \
274        unique=`for i in $$list; do echo $$i; done | \
275          awk '    { files[$$0] = 1; } \
276               END { for (i in files) print i; }'`; \
277        test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
278          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
279
280mostlyclean-tags:
281
282clean-tags:
283
284distclean-tags:
285        -rm -f TAGS ID
286
287maintainer-clean-tags:
288
289distdir = $(PACKAGE)-$(VERSION)
290top_distdir = $(distdir)
291
292# This target untars the dist file and tries a VPATH configuration.  Then
293# it guarantees that the distribution is self-contained by making another
294# tarfile.
295distcheck: dist
296        -rm -rf $(distdir)
297        GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
298        mkdir $(distdir)/=build
299        mkdir $(distdir)/=inst
300        dc_install_base=`cd $(distdir)/=inst && pwd`; \
301        cd $(distdir)/=build \
302          && ../configure --srcdir=.. --prefix=$$dc_install_base \
303          && $(MAKE) $(AM_MAKEFLAGS) \
304          && $(MAKE) $(AM_MAKEFLAGS) dvi \
305          && $(MAKE) $(AM_MAKEFLAGS) check \
306          && $(MAKE) $(AM_MAKEFLAGS) install \
307          && $(MAKE) $(AM_MAKEFLAGS) installcheck \
308          && $(MAKE) $(AM_MAKEFLAGS) dist
309        -rm -rf $(distdir)
310        @banner="$(distdir).tar.gz is ready for distribution"; \
311        dashes=`echo "$$banner" | sed s/./=/g`; \
312        echo "$$dashes"; \
313        echo "$$banner"; \
314        echo "$$dashes"
315dist: distdir
316        -chmod -R a+r $(distdir)
317        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
318        -rm -rf $(distdir)
319dist-all: distdir
320        -chmod -R a+r $(distdir)
321        GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
322        -rm -rf $(distdir)
323distdir: $(DISTFILES)
324        -rm -rf $(distdir)
325        mkdir $(distdir)
326        -chmod 777 $(distdir)
327        @for file in $(DISTFILES); do \
328          d=$(srcdir); \
329          if test -d $$d/$$file; then \
330            cp -pr $$d/$$file $(distdir)/$$file; \
331          else \
332            test -f $(distdir)/$$file \
333            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
334            || cp -p $$d/$$file $(distdir)/$$file || :; \
335          fi; \
336        done
337        for subdir in $(SUBDIRS); do \
338          if test "$$subdir" = .; then :; else \
339            test -d $(distdir)/$$subdir \
340            || mkdir $(distdir)/$$subdir \
341            || exit 1; \
342            chmod 777 $(distdir)/$$subdir; \
343            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(distdir) distdir=../$(distdir)/$$subdir distdir) \
344              || exit 1; \
345          fi; \
346        done
347        $(MAKE) $(AM_MAKEFLAGS) top_distdir="$(top_distdir)" distdir="$(distdir)" dist-hook
348info-am:
349info: info-recursive
350dvi-am:
351dvi: dvi-recursive
352check-am: all-am
353check: check-recursive
354installcheck-am:
355installcheck: installcheck-recursive
356all-recursive-am: config.h
357        $(MAKE) $(AM_MAKEFLAGS) all-recursive
358
359install-exec-am:
360install-exec: install-exec-recursive
361
362install-data-am: install-ApplicationsDATA install-data-local
363install-data: install-data-recursive
364
365install-am: all-am
366        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
367install: install-recursive
368uninstall-am: uninstall-ApplicationsDATA
369uninstall: uninstall-recursive
370all-am: Makefile $(DATA) config.h
371all-redirect: all-recursive-am
372install-strip:
373        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
374installdirs: installdirs-recursive
375installdirs-am:
376        $(mkinstalldirs)  $(DESTDIR)$(Applicationsdir)
377
378
379mostlyclean-generic:
380
381clean-generic:
382
383distclean-generic:
384        -rm -f Makefile $(CONFIG_CLEAN_FILES)
385        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
386
387maintainer-clean-generic:
388mostlyclean-am:  mostlyclean-hdr mostlyclean-tags mostlyclean-generic
389
390mostlyclean: mostlyclean-recursive
391
392clean-am:  clean-hdr clean-tags clean-generic mostlyclean-am
393
394clean: clean-recursive
395
396distclean-am:  distclean-hdr distclean-tags distclean-generic clean-am
397
398distclean: distclean-recursive
399        -rm -f config.status
400
401maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-tags \
402                maintainer-clean-generic distclean-am
403        @echo "This command is intended for maintainers to use;"
404        @echo "it deletes files that may require special tools to rebuild."
405
406maintainer-clean: maintainer-clean-recursive
407        -rm -f config.status
408
409.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
410uninstall-ApplicationsDATA install-ApplicationsDATA \
411install-data-recursive uninstall-data-recursive install-exec-recursive \
412uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
413all-recursive check-recursive installcheck-recursive info-recursive \
414dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
415maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
416distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
417dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \
418install-exec-am install-exec install-data-local install-data-am \
419install-data install-am install uninstall-am uninstall all-redirect \
420all-am all installdirs-am installdirs mostlyclean-generic \
421distclean-generic clean-generic maintainer-clean-generic clean \
422mostlyclean distclean maintainer-clean
423
424@INTLTOOL_DESKTOP_RULE@
425
426install-data-local:
427        @$(NORMAL_INSTALL)
428        if test -d $(srcdir)/pixmaps; then \
429          $(mkinstalldirs) $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
430          for pixmap in $(srcdir)/pixmaps/*; do \
431            if test -f $$pixmap; then \
432              $(INSTALL_DATA) $$pixmap $(DESTDIR)$(datadir)/pixmaps/$(PACKAGE); \
433            fi \
434          done \
435        fi
436
437dist-hook:
438        if test -d pixmaps; then \
439          mkdir $(distdir)/pixmaps; \
440          for pixmap in pixmaps/*; do \
441            if test -f $$pixmap; then \
442              cp -p $$pixmap $(distdir)/pixmaps; \
443            fi \
444          done \
445        fi
446
447# Tell versions [3.59,3.63) of GNU make to not export all variables.
448# Otherwise a system limit (for SysV at least) may be exceeded.
449.NOEXPORT:
Note: See TracBrowser for help on using the repository browser.