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