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