added -Wall and fixed compilation error
[psensor.git] / src / lib / Makefile.in
1 # Makefile.in generated by automake 1.11.1 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005, 2006, 2007, 2008, 2009  Free Software Foundation,
6 # Inc.
7 # This Makefile.in is free software; the Free Software Foundation
8 # gives unlimited permission to copy and/or distribute it,
9 # with or without modifications, as long as this notice is preserved.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
13 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
14 # PARTICULAR PURPOSE.
15
16 @SET_MAKE@
17
18 VPATH = @srcdir@
19 pkgdatadir = $(datadir)/@PACKAGE@
20 pkgincludedir = $(includedir)/@PACKAGE@
21 pkglibdir = $(libdir)/@PACKAGE@
22 pkglibexecdir = $(libexecdir)/@PACKAGE@
23 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
24 install_sh_DATA = $(install_sh) -c -m 644
25 install_sh_PROGRAM = $(install_sh) -c
26 install_sh_SCRIPT = $(install_sh) -c
27 INSTALL_HEADER = $(INSTALL_DATA)
28 transform = $(program_transform_name)
29 NORMAL_INSTALL = :
30 PRE_INSTALL = :
31 POST_INSTALL = :
32 NORMAL_UNINSTALL = :
33 PRE_UNINSTALL = :
34 POST_UNINSTALL = :
35 build_triplet = @build@
36 host_triplet = @host@
37 @NVIDIA_TRUE@am__append_1 = nvidia.c
38 @LIBATIADL_TRUE@am__append_2 = $(LIBATIADL_LIBS)
39 @LIBATIADL_TRUE@am__append_3 = $(LIBATIADL_CFLAGS)
40 @LIBATIADL_TRUE@am__append_4 = amd.c
41 @LIBATIADL_FALSE@am__append_5 = -pedantic
42 @GTOP_TRUE@am__append_6 = cpu.c
43 @GTOP_TRUE@am__append_7 = $(GTOP_LIBS)
44 @GTOP_TRUE@am__append_8 = $(GTOP_CFLAGS)
45 subdir = src/lib
46 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
49 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
50         $(ACLOCAL_M4)
51 mkinstalldirs = $(install_sh) -d
52 CONFIG_HEADER = $(top_builddir)/config.h
53 CONFIG_CLEAN_FILES =
54 CONFIG_CLEAN_VPATH_FILES =
55 LIBRARIES = $(noinst_LIBRARIES)
56 AR = ar
57 ARFLAGS = cru
58 libpsensor_a_AR = $(AR) $(ARFLAGS)
59 libpsensor_a_LIBADD =
60 am__libpsensor_a_SOURCES_DIST = amd.h cpu.h measure.h measure.c \
61         color.h color.c psensor.h psensor.c hdd.h hdd.c nvidia.h \
62         lmsensor.h lmsensor.c nvidia.c amd.c cpu.c
63 @NVIDIA_TRUE@am__objects_1 = libpsensor_a-nvidia.$(OBJEXT)
64 @LIBATIADL_TRUE@am__objects_2 = libpsensor_a-amd.$(OBJEXT)
65 @GTOP_TRUE@am__objects_3 = libpsensor_a-cpu.$(OBJEXT)
66 am_libpsensor_a_OBJECTS = libpsensor_a-measure.$(OBJEXT) \
67         libpsensor_a-color.$(OBJEXT) libpsensor_a-psensor.$(OBJEXT) \
68         libpsensor_a-hdd.$(OBJEXT) libpsensor_a-lmsensor.$(OBJEXT) \
69         $(am__objects_1) $(am__objects_2) $(am__objects_3)
70 libpsensor_a_OBJECTS = $(am_libpsensor_a_OBJECTS)
71 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
72 depcomp = $(SHELL) $(top_srcdir)/depcomp
73 am__depfiles_maybe = depfiles
74 am__mv = mv -f
75 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
76         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
77 CCLD = $(CC)
78 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
79 SOURCES = $(libpsensor_a_SOURCES)
80 DIST_SOURCES = $(am__libpsensor_a_SOURCES_DIST)
81 ETAGS = etags
82 CTAGS = ctags
83 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
84 ACLOCAL = @ACLOCAL@
85 AMTAR = @AMTAR@
86 APPINDICATOR_CFLAGS = @APPINDICATOR_CFLAGS@
87 APPINDICATOR_LIBS = @APPINDICATOR_LIBS@
88 AUTOCONF = @AUTOCONF@
89 AUTOHEADER = @AUTOHEADER@
90 AUTOMAKE = @AUTOMAKE@
91 AWK = @AWK@
92 CC = @CC@
93 CCDEPMODE = @CCDEPMODE@
94 CFLAGS = @CFLAGS@
95 CPP = @CPP@
96 CPPFLAGS = @CPPFLAGS@
97 CURL_CFLAGS = @CURL_CFLAGS@
98 CURL_LIBS = @CURL_LIBS@
99 CYGPATH_W = @CYGPATH_W@
100 DEFS = @DEFS@
101 DEPDIR = @DEPDIR@
102 ECHO_C = @ECHO_C@
103 ECHO_N = @ECHO_N@
104 ECHO_T = @ECHO_T@
105 EGREP = @EGREP@
106 EXEEXT = @EXEEXT@
107 GCONF_CFLAGS = @GCONF_CFLAGS@
108 GCONF_LIBS = @GCONF_LIBS@
109 GETTEXT_MACRO_VERSION = @GETTEXT_MACRO_VERSION@
110 GMSGFMT = @GMSGFMT@
111 GMSGFMT_015 = @GMSGFMT_015@
112 GREP = @GREP@
113 GTK_CFLAGS = @GTK_CFLAGS@
114 GTK_LIBS = @GTK_LIBS@
115 GTOP_CFLAGS = @GTOP_CFLAGS@
116 GTOP_LIBS = @GTOP_LIBS@
117 HELP2MAN = @HELP2MAN@
118 INSTALL = @INSTALL@
119 INSTALL_DATA = @INSTALL_DATA@
120 INSTALL_PROGRAM = @INSTALL_PROGRAM@
121 INSTALL_SCRIPT = @INSTALL_SCRIPT@
122 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
123 INTLLIBS = @INTLLIBS@
124 INTL_MACOSX_LIBS = @INTL_MACOSX_LIBS@
125 JSON_CFLAGS = @JSON_CFLAGS@
126 JSON_LIBS = @JSON_LIBS@
127 LDFLAGS = @LDFLAGS@
128 LIBATIADL_CFLAGS = @LIBATIADL_CFLAGS@
129 LIBATIADL_LIBS = @LIBATIADL_LIBS@
130 LIBICONV = @LIBICONV@
131 LIBINTL = @LIBINTL@
132 LIBMICROHTTPD_CFLAGS = @LIBMICROHTTPD_CFLAGS@
133 LIBMICROHTTPD_LIBS = @LIBMICROHTTPD_LIBS@
134 LIBNOTIFY_CFLAGS = @LIBNOTIFY_CFLAGS@
135 LIBNOTIFY_LIBS = @LIBNOTIFY_LIBS@
136 LIBOBJS = @LIBOBJS@
137 LIBS = @LIBS@ $(am__append_2) $(am__append_7)
138 LTLIBICONV = @LTLIBICONV@
139 LTLIBINTL = @LTLIBINTL@
140 LTLIBOBJS = @LTLIBOBJS@
141 MAKEINFO = @MAKEINFO@
142 MKDIR_P = @MKDIR_P@
143 MSGFMT = @MSGFMT@
144 MSGFMT_015 = @MSGFMT_015@
145 MSGMERGE = @MSGMERGE@
146 NVIDIA_CFLAGS = @NVIDIA_CFLAGS@
147 NVIDIA_LIBS = @NVIDIA_LIBS@
148 OBJEXT = @OBJEXT@
149 PACKAGE = @PACKAGE@
150 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
151 PACKAGE_NAME = @PACKAGE_NAME@
152 PACKAGE_STRING = @PACKAGE_STRING@
153 PACKAGE_TARNAME = @PACKAGE_TARNAME@
154 PACKAGE_URL = @PACKAGE_URL@
155 PACKAGE_VERSION = @PACKAGE_VERSION@
156 PATH_SEPARATOR = @PATH_SEPARATOR@
157 PKG_CONFIG = @PKG_CONFIG@
158 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
159 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
160 POSUB = @POSUB@
161 RANLIB = @RANLIB@
162 SENSORS_LIBS = @SENSORS_LIBS@
163 SET_MAKE = @SET_MAKE@
164 SHELL = @SHELL@
165 STRIP = @STRIP@
166 UNITY_CFLAGS = @UNITY_CFLAGS@
167 UNITY_LIBS = @UNITY_LIBS@
168 USE_NLS = @USE_NLS@
169 VERSION = @VERSION@
170 X11_CFLAGS = @X11_CFLAGS@
171 X11_LIBS = @X11_LIBS@
172 XEXT_CFLAGS = @XEXT_CFLAGS@
173 XEXT_LIBS = @XEXT_LIBS@
174 XGETTEXT = @XGETTEXT@
175 XGETTEXT_015 = @XGETTEXT_015@
176 XGETTEXT_EXTRA_OPTIONS = @XGETTEXT_EXTRA_OPTIONS@
177 XMKMF = @XMKMF@
178 abs_builddir = @abs_builddir@
179 abs_srcdir = @abs_srcdir@
180 abs_top_builddir = @abs_top_builddir@
181 abs_top_srcdir = @abs_top_srcdir@
182 ac_ct_CC = @ac_ct_CC@
183 am__include = @am__include@
184 am__leading_dot = @am__leading_dot@
185 am__quote = @am__quote@
186 am__tar = @am__tar@
187 am__untar = @am__untar@
188 bindir = @bindir@
189 build = @build@
190 build_alias = @build_alias@
191 build_cpu = @build_cpu@
192 build_os = @build_os@
193 build_vendor = @build_vendor@
194 builddir = @builddir@
195 datadir = @datadir@
196 datarootdir = @datarootdir@
197 docdir = @docdir@
198 dvidir = @dvidir@
199 exec_prefix = @exec_prefix@
200 host = @host@
201 host_alias = @host_alias@
202 host_cpu = @host_cpu@
203 host_os = @host_os@
204 host_vendor = @host_vendor@
205 htmldir = @htmldir@
206 includedir = @includedir@
207 infodir = @infodir@
208 install_sh = @install_sh@
209 libdir = @libdir@
210 libexecdir = @libexecdir@
211 localedir = @localedir@
212 localstatedir = @localstatedir@
213 mandir = @mandir@
214 mkdir_p = @mkdir_p@
215 oldincludedir = @oldincludedir@
216 pdfdir = @pdfdir@
217 prefix = @prefix@
218 program_transform_name = @program_transform_name@
219 psdir = @psdir@
220 sbindir = @sbindir@
221 sharedstatedir = @sharedstatedir@
222 srcdir = @srcdir@
223 sysconfdir = @sysconfdir@
224 target_alias = @target_alias@
225 top_build_prefix = @top_build_prefix@
226 top_builddir = @top_builddir@
227 top_srcdir = @top_srcdir@
228 noinst_LIBRARIES = libpsensor.a
229 libpsensor_a_CFLAGS = -Wall -Werror $(am__append_5)
230 libpsensor_a_SOURCES = amd.h cpu.h measure.h measure.c color.h color.c \
231         psensor.h psensor.c hdd.h hdd.c nvidia.h lmsensor.h lmsensor.c \
232         $(am__append_1) $(am__append_4) $(am__append_6)
233 AM_CPPFLAGS = $(am__append_3) $(am__append_8)
234 EXTRA_DIST = $(libpsensor_a_SOURCES) \
235         amd.c \
236         cpu.c \
237         nvidia.c
238
239 all: all-am
240
241 .SUFFIXES:
242 .SUFFIXES: .c .o .obj
243 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
244         @for dep in $?; do \
245           case '$(am__configure_deps)' in \
246             *$$dep*) \
247               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
248                 && { if test -f $@; then exit 0; else break; fi; }; \
249               exit 1;; \
250           esac; \
251         done; \
252         echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu src/lib/Makefile'; \
253         $(am__cd) $(top_srcdir) && \
254           $(AUTOMAKE) --gnu src/lib/Makefile
255 .PRECIOUS: Makefile
256 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
257         @case '$?' in \
258           *config.status*) \
259             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
260           *) \
261             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
262             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
263         esac;
264
265 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
266         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
267
268 $(top_srcdir)/configure:  $(am__configure_deps)
269         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
270 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
271         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272 $(am__aclocal_m4_deps):
273
274 clean-noinstLIBRARIES:
275         -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
276 libpsensor.a: $(libpsensor_a_OBJECTS) $(libpsensor_a_DEPENDENCIES) 
277         -rm -f libpsensor.a
278         $(libpsensor_a_AR) libpsensor.a $(libpsensor_a_OBJECTS) $(libpsensor_a_LIBADD)
279         $(RANLIB) libpsensor.a
280
281 mostlyclean-compile:
282         -rm -f *.$(OBJEXT)
283
284 distclean-compile:
285         -rm -f *.tab.c
286
287 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-amd.Po@am__quote@
288 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-color.Po@am__quote@
289 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-cpu.Po@am__quote@
290 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-hdd.Po@am__quote@
291 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-lmsensor.Po@am__quote@
292 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-measure.Po@am__quote@
293 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-nvidia.Po@am__quote@
294 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libpsensor_a-psensor.Po@am__quote@
295
296 .c.o:
297 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
299 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
300 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
302
303 .c.obj:
304 @am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
305 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
306 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
307 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
308 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
309
310 libpsensor_a-measure.o: measure.c
311 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-measure.o -MD -MP -MF $(DEPDIR)/libpsensor_a-measure.Tpo -c -o libpsensor_a-measure.o `test -f 'measure.c' || echo '$(srcdir)/'`measure.c
312 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-measure.Tpo $(DEPDIR)/libpsensor_a-measure.Po
313 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='measure.c' object='libpsensor_a-measure.o' libtool=no @AMDEPBACKSLASH@
314 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
315 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-measure.o `test -f 'measure.c' || echo '$(srcdir)/'`measure.c
316
317 libpsensor_a-measure.obj: measure.c
318 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-measure.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-measure.Tpo -c -o libpsensor_a-measure.obj `if test -f 'measure.c'; then $(CYGPATH_W) 'measure.c'; else $(CYGPATH_W) '$(srcdir)/measure.c'; fi`
319 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-measure.Tpo $(DEPDIR)/libpsensor_a-measure.Po
320 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='measure.c' object='libpsensor_a-measure.obj' libtool=no @AMDEPBACKSLASH@
321 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
322 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-measure.obj `if test -f 'measure.c'; then $(CYGPATH_W) 'measure.c'; else $(CYGPATH_W) '$(srcdir)/measure.c'; fi`
323
324 libpsensor_a-color.o: color.c
325 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-color.o -MD -MP -MF $(DEPDIR)/libpsensor_a-color.Tpo -c -o libpsensor_a-color.o `test -f 'color.c' || echo '$(srcdir)/'`color.c
326 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-color.Tpo $(DEPDIR)/libpsensor_a-color.Po
327 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='color.c' object='libpsensor_a-color.o' libtool=no @AMDEPBACKSLASH@
328 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
329 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-color.o `test -f 'color.c' || echo '$(srcdir)/'`color.c
330
331 libpsensor_a-color.obj: color.c
332 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-color.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-color.Tpo -c -o libpsensor_a-color.obj `if test -f 'color.c'; then $(CYGPATH_W) 'color.c'; else $(CYGPATH_W) '$(srcdir)/color.c'; fi`
333 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-color.Tpo $(DEPDIR)/libpsensor_a-color.Po
334 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='color.c' object='libpsensor_a-color.obj' libtool=no @AMDEPBACKSLASH@
335 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
336 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-color.obj `if test -f 'color.c'; then $(CYGPATH_W) 'color.c'; else $(CYGPATH_W) '$(srcdir)/color.c'; fi`
337
338 libpsensor_a-psensor.o: psensor.c
339 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-psensor.o -MD -MP -MF $(DEPDIR)/libpsensor_a-psensor.Tpo -c -o libpsensor_a-psensor.o `test -f 'psensor.c' || echo '$(srcdir)/'`psensor.c
340 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-psensor.Tpo $(DEPDIR)/libpsensor_a-psensor.Po
341 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='psensor.c' object='libpsensor_a-psensor.o' libtool=no @AMDEPBACKSLASH@
342 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
343 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-psensor.o `test -f 'psensor.c' || echo '$(srcdir)/'`psensor.c
344
345 libpsensor_a-psensor.obj: psensor.c
346 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-psensor.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-psensor.Tpo -c -o libpsensor_a-psensor.obj `if test -f 'psensor.c'; then $(CYGPATH_W) 'psensor.c'; else $(CYGPATH_W) '$(srcdir)/psensor.c'; fi`
347 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-psensor.Tpo $(DEPDIR)/libpsensor_a-psensor.Po
348 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='psensor.c' object='libpsensor_a-psensor.obj' libtool=no @AMDEPBACKSLASH@
349 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
350 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-psensor.obj `if test -f 'psensor.c'; then $(CYGPATH_W) 'psensor.c'; else $(CYGPATH_W) '$(srcdir)/psensor.c'; fi`
351
352 libpsensor_a-hdd.o: hdd.c
353 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-hdd.o -MD -MP -MF $(DEPDIR)/libpsensor_a-hdd.Tpo -c -o libpsensor_a-hdd.o `test -f 'hdd.c' || echo '$(srcdir)/'`hdd.c
354 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-hdd.Tpo $(DEPDIR)/libpsensor_a-hdd.Po
355 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hdd.c' object='libpsensor_a-hdd.o' libtool=no @AMDEPBACKSLASH@
356 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
357 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-hdd.o `test -f 'hdd.c' || echo '$(srcdir)/'`hdd.c
358
359 libpsensor_a-hdd.obj: hdd.c
360 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-hdd.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-hdd.Tpo -c -o libpsensor_a-hdd.obj `if test -f 'hdd.c'; then $(CYGPATH_W) 'hdd.c'; else $(CYGPATH_W) '$(srcdir)/hdd.c'; fi`
361 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-hdd.Tpo $(DEPDIR)/libpsensor_a-hdd.Po
362 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='hdd.c' object='libpsensor_a-hdd.obj' libtool=no @AMDEPBACKSLASH@
363 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
364 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-hdd.obj `if test -f 'hdd.c'; then $(CYGPATH_W) 'hdd.c'; else $(CYGPATH_W) '$(srcdir)/hdd.c'; fi`
365
366 libpsensor_a-lmsensor.o: lmsensor.c
367 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-lmsensor.o -MD -MP -MF $(DEPDIR)/libpsensor_a-lmsensor.Tpo -c -o libpsensor_a-lmsensor.o `test -f 'lmsensor.c' || echo '$(srcdir)/'`lmsensor.c
368 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-lmsensor.Tpo $(DEPDIR)/libpsensor_a-lmsensor.Po
369 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lmsensor.c' object='libpsensor_a-lmsensor.o' libtool=no @AMDEPBACKSLASH@
370 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
371 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-lmsensor.o `test -f 'lmsensor.c' || echo '$(srcdir)/'`lmsensor.c
372
373 libpsensor_a-lmsensor.obj: lmsensor.c
374 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-lmsensor.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-lmsensor.Tpo -c -o libpsensor_a-lmsensor.obj `if test -f 'lmsensor.c'; then $(CYGPATH_W) 'lmsensor.c'; else $(CYGPATH_W) '$(srcdir)/lmsensor.c'; fi`
375 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-lmsensor.Tpo $(DEPDIR)/libpsensor_a-lmsensor.Po
376 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='lmsensor.c' object='libpsensor_a-lmsensor.obj' libtool=no @AMDEPBACKSLASH@
377 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
378 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-lmsensor.obj `if test -f 'lmsensor.c'; then $(CYGPATH_W) 'lmsensor.c'; else $(CYGPATH_W) '$(srcdir)/lmsensor.c'; fi`
379
380 libpsensor_a-nvidia.o: nvidia.c
381 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-nvidia.o -MD -MP -MF $(DEPDIR)/libpsensor_a-nvidia.Tpo -c -o libpsensor_a-nvidia.o `test -f 'nvidia.c' || echo '$(srcdir)/'`nvidia.c
382 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-nvidia.Tpo $(DEPDIR)/libpsensor_a-nvidia.Po
383 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nvidia.c' object='libpsensor_a-nvidia.o' libtool=no @AMDEPBACKSLASH@
384 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
385 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-nvidia.o `test -f 'nvidia.c' || echo '$(srcdir)/'`nvidia.c
386
387 libpsensor_a-nvidia.obj: nvidia.c
388 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-nvidia.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-nvidia.Tpo -c -o libpsensor_a-nvidia.obj `if test -f 'nvidia.c'; then $(CYGPATH_W) 'nvidia.c'; else $(CYGPATH_W) '$(srcdir)/nvidia.c'; fi`
389 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-nvidia.Tpo $(DEPDIR)/libpsensor_a-nvidia.Po
390 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='nvidia.c' object='libpsensor_a-nvidia.obj' libtool=no @AMDEPBACKSLASH@
391 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
392 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-nvidia.obj `if test -f 'nvidia.c'; then $(CYGPATH_W) 'nvidia.c'; else $(CYGPATH_W) '$(srcdir)/nvidia.c'; fi`
393
394 libpsensor_a-amd.o: amd.c
395 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-amd.o -MD -MP -MF $(DEPDIR)/libpsensor_a-amd.Tpo -c -o libpsensor_a-amd.o `test -f 'amd.c' || echo '$(srcdir)/'`amd.c
396 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-amd.Tpo $(DEPDIR)/libpsensor_a-amd.Po
397 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amd.c' object='libpsensor_a-amd.o' libtool=no @AMDEPBACKSLASH@
398 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
399 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-amd.o `test -f 'amd.c' || echo '$(srcdir)/'`amd.c
400
401 libpsensor_a-amd.obj: amd.c
402 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-amd.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-amd.Tpo -c -o libpsensor_a-amd.obj `if test -f 'amd.c'; then $(CYGPATH_W) 'amd.c'; else $(CYGPATH_W) '$(srcdir)/amd.c'; fi`
403 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-amd.Tpo $(DEPDIR)/libpsensor_a-amd.Po
404 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='amd.c' object='libpsensor_a-amd.obj' libtool=no @AMDEPBACKSLASH@
405 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
406 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-amd.obj `if test -f 'amd.c'; then $(CYGPATH_W) 'amd.c'; else $(CYGPATH_W) '$(srcdir)/amd.c'; fi`
407
408 libpsensor_a-cpu.o: cpu.c
409 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-cpu.o -MD -MP -MF $(DEPDIR)/libpsensor_a-cpu.Tpo -c -o libpsensor_a-cpu.o `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c
410 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-cpu.Tpo $(DEPDIR)/libpsensor_a-cpu.Po
411 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cpu.c' object='libpsensor_a-cpu.o' libtool=no @AMDEPBACKSLASH@
412 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
413 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-cpu.o `test -f 'cpu.c' || echo '$(srcdir)/'`cpu.c
414
415 libpsensor_a-cpu.obj: cpu.c
416 @am__fastdepCC_TRUE@    $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -MT libpsensor_a-cpu.obj -MD -MP -MF $(DEPDIR)/libpsensor_a-cpu.Tpo -c -o libpsensor_a-cpu.obj `if test -f 'cpu.c'; then $(CYGPATH_W) 'cpu.c'; else $(CYGPATH_W) '$(srcdir)/cpu.c'; fi`
417 @am__fastdepCC_TRUE@    $(am__mv) $(DEPDIR)/libpsensor_a-cpu.Tpo $(DEPDIR)/libpsensor_a-cpu.Po
418 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='cpu.c' object='libpsensor_a-cpu.obj' libtool=no @AMDEPBACKSLASH@
419 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
420 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libpsensor_a_CFLAGS) $(CFLAGS) -c -o libpsensor_a-cpu.obj `if test -f 'cpu.c'; then $(CYGPATH_W) 'cpu.c'; else $(CYGPATH_W) '$(srcdir)/cpu.c'; fi`
421
422 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
423         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
424         unique=`for i in $$list; do \
425             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
426           done | \
427           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
428               END { if (nonempty) { for (i in files) print i; }; }'`; \
429         mkid -fID $$unique
430 tags: TAGS
431
432 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
433                 $(TAGS_FILES) $(LISP)
434         set x; \
435         here=`pwd`; \
436         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
437         unique=`for i in $$list; do \
438             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
439           done | \
440           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
441               END { if (nonempty) { for (i in files) print i; }; }'`; \
442         shift; \
443         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
444           test -n "$$unique" || unique=$$empty_fix; \
445           if test $$# -gt 0; then \
446             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
447               "$$@" $$unique; \
448           else \
449             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
450               $$unique; \
451           fi; \
452         fi
453 ctags: CTAGS
454 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
455                 $(TAGS_FILES) $(LISP)
456         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
457         unique=`for i in $$list; do \
458             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
459           done | \
460           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
461               END { if (nonempty) { for (i in files) print i; }; }'`; \
462         test -z "$(CTAGS_ARGS)$$unique" \
463           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
464              $$unique
465
466 GTAGS:
467         here=`$(am__cd) $(top_builddir) && pwd` \
468           && $(am__cd) $(top_srcdir) \
469           && gtags -i $(GTAGS_ARGS) "$$here"
470
471 distclean-tags:
472         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
473
474 distdir: $(DISTFILES)
475         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
476         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
477         list='$(DISTFILES)'; \
478           dist_files=`for file in $$list; do echo $$file; done | \
479           sed -e "s|^$$srcdirstrip/||;t" \
480               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
481         case $$dist_files in \
482           */*) $(MKDIR_P) `echo "$$dist_files" | \
483                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
484                            sort -u` ;; \
485         esac; \
486         for file in $$dist_files; do \
487           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
488           if test -d $$d/$$file; then \
489             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
490             if test -d "$(distdir)/$$file"; then \
491               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
492             fi; \
493             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
494               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
495               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
496             fi; \
497             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
498           else \
499             test -f "$(distdir)/$$file" \
500             || cp -p $$d/$$file "$(distdir)/$$file" \
501             || exit 1; \
502           fi; \
503         done
504 check-am: all-am
505 check: check-am
506 all-am: Makefile $(LIBRARIES)
507 installdirs:
508 install: install-am
509 install-exec: install-exec-am
510 install-data: install-data-am
511 uninstall: uninstall-am
512
513 install-am: all-am
514         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
515
516 installcheck: installcheck-am
517 install-strip:
518         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
519           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
520           `test -z '$(STRIP)' || \
521             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
522 mostlyclean-generic:
523
524 clean-generic:
525
526 distclean-generic:
527         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
528         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
529
530 maintainer-clean-generic:
531         @echo "This command is intended for maintainers to use"
532         @echo "it deletes files that may require special tools to rebuild."
533 clean: clean-am
534
535 clean-am: clean-generic clean-noinstLIBRARIES mostlyclean-am
536
537 distclean: distclean-am
538         -rm -rf ./$(DEPDIR)
539         -rm -f Makefile
540 distclean-am: clean-am distclean-compile distclean-generic \
541         distclean-tags
542
543 dvi: dvi-am
544
545 dvi-am:
546
547 html: html-am
548
549 html-am:
550
551 info: info-am
552
553 info-am:
554
555 install-data-am:
556
557 install-dvi: install-dvi-am
558
559 install-dvi-am:
560
561 install-exec-am:
562
563 install-html: install-html-am
564
565 install-html-am:
566
567 install-info: install-info-am
568
569 install-info-am:
570
571 install-man:
572
573 install-pdf: install-pdf-am
574
575 install-pdf-am:
576
577 install-ps: install-ps-am
578
579 install-ps-am:
580
581 installcheck-am:
582
583 maintainer-clean: maintainer-clean-am
584         -rm -rf ./$(DEPDIR)
585         -rm -f Makefile
586 maintainer-clean-am: distclean-am maintainer-clean-generic
587
588 mostlyclean: mostlyclean-am
589
590 mostlyclean-am: mostlyclean-compile mostlyclean-generic
591
592 pdf: pdf-am
593
594 pdf-am:
595
596 ps: ps-am
597
598 ps-am:
599
600 uninstall-am:
601
602 .MAKE: install-am install-strip
603
604 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
605         clean-noinstLIBRARIES ctags distclean distclean-compile \
606         distclean-generic distclean-tags distdir dvi dvi-am html \
607         html-am info info-am install install-am install-data \
608         install-data-am install-dvi install-dvi-am install-exec \
609         install-exec-am install-html install-html-am install-info \
610         install-info-am install-man install-pdf install-pdf-am \
611         install-ps install-ps-am install-strip installcheck \
612         installcheck-am installdirs maintainer-clean \
613         maintainer-clean-generic mostlyclean mostlyclean-compile \
614         mostlyclean-generic pdf pdf-am ps ps-am tags uninstall \
615         uninstall-am
616
617
618 # Tell versions [3.59,3.63) of GNU make to not export all variables.
619 # Otherwise a system limit (for SysV at least) may be exceeded.
620 .NOEXPORT: