Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
[dockapps.git] / wmcpuload / src / Makefile.in
blob5016c1c4177e8f865b6f40e331c65e1219475bbb
1 # Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
3 # Copyright (C) 1994, 1995-8, 1999 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.
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.
14 SHELL = @SHELL@
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
35 DESTDIR =
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
41 top_builddir = ..
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
48 INSTALL = @INSTALL@
49 INSTALL_DATA = @INSTALL_DATA@
50 INSTALL_SCRIPT = @INSTALL_SCRIPT@
51 transform = @program_transform_name@
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_alias = @host_alias@
60 host_triplet = @host@
61 AWK = @AWK@
62 CC = @CC@
63 DFLAGS = @DFLAGS@
64 HEADER_SEARCH_PATH = @HEADER_SEARCH_PATH@
65 LIBRARY_SEARCH_PATH = @LIBRARY_SEARCH_PATH@
66 LIBS = @LIBS@
67 LN_S = @LN_S@
68 MAKEINFO = @MAKEINFO@
69 OS = @OS@
70 PACKAGE = @PACKAGE@
71 SETGID_FLAGS = @SETGID_FLAGS@
72 VERSION = @VERSION@
73 XCFLAGS = @XCFLAGS@
74 XLFLAGS = @XLFLAGS@
75 XLIBS = @XLIBS@
76 X_EXTRA_LIBS = @X_EXTRA_LIBS@
77 X_LIBRARY_PATH = @X_LIBRARY_PATH@
79 bin_PROGRAMS = wmcpuload
81 wmcpuload_SOURCES = cpu.h cpu_@OS@.c main.c backlight_on.xpm backlight_off.xpm parts.xpm
84 EXTRA_wmcpuload_SOURCES = cpu_linux.c cpu_freebsd.c cpu_openbsd.c cpu_netbsd.c cpu_bsdi.c cpu_solaris.c cpu_cygwin.c
87 wmcpuload_DEPENDENCIES = ../libdockapp/dockapp.o
89 INCLUDES = @HEADER_SEARCH_PATH@ @XCFLAGS@
92 CFLAGS = @DFLAGS@ @CFLAGS@ -I../libdockapp/
94 wmcpuload_LDADD = dockapp.o @LIBRARY_SEARCH_PATH@ @XLIBS@ @XLFLAGS@
97 INSTALL_PROGRAM = @INSTALL_PROGRAM@ @SETGID_FLAGS@ $(AM_INSTALL_PROGRAM_FLAGS)
99 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
100 CONFIG_HEADER = ../config.h
101 CONFIG_CLEAN_FILES =
102 PROGRAMS = $(bin_PROGRAMS)
105 DEFS = @DEFS@ -I. -I$(srcdir) -I..
106 CPPFLAGS = @CPPFLAGS@
107 LDFLAGS = @LDFLAGS@
108 X_CFLAGS = @X_CFLAGS@
109 X_LIBS = @X_LIBS@
110 X_PRE_LIBS = @X_PRE_LIBS@
111 wmcpuload_OBJECTS = cpu_@OS@.o main.o
112 wmcpuload_LDFLAGS =
113 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
114 CCLD = $(CC)
115 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
116 DIST_COMMON = Makefile.am Makefile.in
119 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
121 TAR = tar
122 GZIP_ENV = --best
123 SOURCES = $(wmcpuload_SOURCES) $(EXTRA_wmcpuload_SOURCES)
124 OBJECTS = $(wmcpuload_OBJECTS)
126 all: all-redirect
127 .SUFFIXES:
128 .SUFFIXES: .S .c .o .s
129 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
130 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/Makefile
132 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
133 cd $(top_builddir) \
134 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
137 mostlyclean-binPROGRAMS:
139 clean-binPROGRAMS:
140 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
142 distclean-binPROGRAMS:
144 maintainer-clean-binPROGRAMS:
146 install-binPROGRAMS: $(bin_PROGRAMS)
147 @$(NORMAL_INSTALL)
148 $(mkinstalldirs) $(DESTDIR)$(bindir)
149 @list='$(bin_PROGRAMS)'; for p in $$list; do \
150 if test -f $$p; then \
151 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
152 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
153 else :; fi; \
154 done
156 uninstall-binPROGRAMS:
157 @$(NORMAL_UNINSTALL)
158 list='$(bin_PROGRAMS)'; for p in $$list; do \
159 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
160 done
162 .c.o:
163 $(COMPILE) -c $<
165 .s.o:
166 $(COMPILE) -c $<
168 .S.o:
169 $(COMPILE) -c $<
171 mostlyclean-compile:
172 -rm -f *.o core *.core
174 clean-compile:
176 distclean-compile:
177 -rm -f *.tab.c
179 maintainer-clean-compile:
181 wmcpuload: $(wmcpuload_OBJECTS) $(wmcpuload_DEPENDENCIES)
182 @rm -f wmcpuload
183 $(LINK) $(wmcpuload_LDFLAGS) $(wmcpuload_OBJECTS) $(wmcpuload_LDADD) $(LIBS)
185 tags: TAGS
187 ID: $(HEADERS) $(SOURCES) $(LISP)
188 list='$(SOURCES) $(HEADERS)'; \
189 unique=`for i in $$list; do echo $$i; done | \
190 awk ' { files[$$0] = 1; } \
191 END { for (i in files) print i; }'`; \
192 here=`pwd` && cd $(srcdir) \
193 && mkid -f$$here/ID $$unique $(LISP)
195 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
196 tags=; \
197 here=`pwd`; \
198 list='$(SOURCES) $(HEADERS)'; \
199 unique=`for i in $$list; do echo $$i; done | \
200 awk ' { files[$$0] = 1; } \
201 END { for (i in files) print i; }'`; \
202 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
203 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
205 mostlyclean-tags:
207 clean-tags:
209 distclean-tags:
210 -rm -f TAGS ID
212 maintainer-clean-tags:
214 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
216 subdir = src
218 distdir: $(DISTFILES)
219 @for file in $(DISTFILES); do \
220 d=$(srcdir); \
221 if test -d $$d/$$file; then \
222 cp -pr $$d/$$file $(distdir)/$$file; \
223 else \
224 test -f $(distdir)/$$file \
225 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
226 || cp -p $$d/$$file $(distdir)/$$file || :; \
227 fi; \
228 done
229 info-am:
230 info: info-am
231 dvi-am:
232 dvi: dvi-am
233 check-am: all-am
234 check: check-am
235 installcheck-am:
236 installcheck: installcheck-am
237 install-exec-am: install-binPROGRAMS
238 install-exec: install-exec-am
240 install-data-am:
241 install-data: install-data-am
243 install-am: all-am
244 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
245 install: install-am
246 uninstall-am: uninstall-binPROGRAMS
247 uninstall: uninstall-am
248 all-am: Makefile $(PROGRAMS)
249 all-redirect: all-am
250 install-strip:
251 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
252 installdirs:
253 $(mkinstalldirs) $(DESTDIR)$(bindir)
256 mostlyclean-generic:
258 clean-generic:
260 distclean-generic:
261 -rm -f Makefile $(CONFIG_CLEAN_FILES)
262 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
264 maintainer-clean-generic:
265 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
266 mostlyclean-tags mostlyclean-generic
268 mostlyclean: mostlyclean-am
270 clean-am: clean-binPROGRAMS clean-compile clean-tags clean-generic \
271 mostlyclean-am
273 clean: clean-am
275 distclean-am: distclean-binPROGRAMS distclean-compile distclean-tags \
276 distclean-generic clean-am
278 distclean: distclean-am
280 maintainer-clean-am: maintainer-clean-binPROGRAMS \
281 maintainer-clean-compile maintainer-clean-tags \
282 maintainer-clean-generic distclean-am
283 @echo "This command is intended for maintainers to use;"
284 @echo "it deletes files that may require special tools to rebuild."
286 maintainer-clean: maintainer-clean-am
288 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
289 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
290 mostlyclean-compile distclean-compile clean-compile \
291 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
292 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
293 check-am installcheck-am installcheck install-exec-am install-exec \
294 install-data-am install-data install-am install uninstall-am uninstall \
295 all-redirect all-am all installdirs mostlyclean-generic \
296 distclean-generic clean-generic maintainer-clean-generic clean \
297 mostlyclean distclean maintainer-clean
300 # Tell versions [3.59,3.63) of GNU make to not export all variables.
301 # Otherwise a system limit (for SysV at least) may be exceeded.
302 .NOEXPORT: