~ubuntu-branches/ubuntu/precise/cpufreqd/precise

« back to all changes in this revision

Viewing changes to utils/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Mattia Dongili
  • Date: 2010-04-18 23:08:30 UTC
  • mfrom: (1.2.1 upstream) (6.1.1 sid)
  • Revision ID: james.westby@ubuntu.com-20100418230830-2whwcjxddq9mxcxo
Tags: 2.4.2-1
New upstream release: fixes configuration with libsensors4
(Closes: #577822).

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
# Makefile.in generated by automake 1.10.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  Free Software Foundation, Inc.
6
 
# This Makefile.in is free software; the Free Software Foundation
7
 
# gives unlimited permission to copy and/or distribute it,
8
 
# with or without modifications, as long as this notice is preserved.
9
 
 
10
 
# This program is distributed in the hope that it will be useful,
11
 
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12
 
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13
 
# PARTICULAR PURPOSE.
14
 
 
15
 
@SET_MAKE@
16
 
 
17
 
VPATH = @srcdir@
18
 
pkgdatadir = $(datadir)/@PACKAGE@
19
 
pkglibdir = $(libdir)/@PACKAGE@
20
 
pkgincludedir = $(includedir)/@PACKAGE@
21
 
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
22
 
install_sh_DATA = $(install_sh) -c -m 644
23
 
install_sh_PROGRAM = $(install_sh) -c
24
 
install_sh_SCRIPT = $(install_sh) -c
25
 
INSTALL_HEADER = $(INSTALL_DATA)
26
 
transform = $(program_transform_name)
27
 
NORMAL_INSTALL = :
28
 
PRE_INSTALL = :
29
 
POST_INSTALL = :
30
 
NORMAL_UNINSTALL = :
31
 
PRE_UNINSTALL = :
32
 
POST_UNINSTALL = :
33
 
build_triplet = @build@
34
 
host_triplet = @host@
35
 
target_triplet = @target@
36
 
bin_PROGRAMS = cpufreqd-set$(EXEEXT) cpufreqd-get$(EXEEXT)
37
 
subdir = utils
38
 
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
39
 
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
40
 
am__aclocal_m4_deps = $(top_srcdir)/configure.in
41
 
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
42
 
        $(ACLOCAL_M4)
43
 
mkinstalldirs = $(install_sh) -d
44
 
CONFIG_HEADER = $(top_builddir)/config.h
45
 
CONFIG_CLEAN_FILES =
46
 
am__installdirs = "$(DESTDIR)$(bindir)"
47
 
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
48
 
PROGRAMS = $(bin_PROGRAMS)
49
 
am_cpufreqd_get_OBJECTS = getspeed.$(OBJEXT)
50
 
cpufreqd_get_OBJECTS = $(am_cpufreqd_get_OBJECTS)
51
 
cpufreqd_get_LDADD = $(LDADD)
52
 
am_cpufreqd_set_OBJECTS = setspeed.$(OBJEXT)
53
 
cpufreqd_set_OBJECTS = $(am_cpufreqd_set_OBJECTS)
54
 
cpufreqd_set_LDADD = $(LDADD)
55
 
DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
56
 
depcomp = $(SHELL) $(top_srcdir)/depcomp
57
 
am__depfiles_maybe = depfiles
58
 
COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59
 
        $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
60
 
LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
61
 
        --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
62
 
        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
63
 
CCLD = $(CC)
64
 
LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
65
 
        --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
66
 
        $(LDFLAGS) -o $@
67
 
SOURCES = $(cpufreqd_get_SOURCES) $(cpufreqd_set_SOURCES)
68
 
DIST_SOURCES = $(cpufreqd_get_SOURCES) $(cpufreqd_set_SOURCES)
69
 
ETAGS = etags
70
 
CTAGS = ctags
71
 
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
72
 
ACLOCAL = @ACLOCAL@
73
 
AMTAR = @AMTAR@
74
 
AR = @AR@
75
 
AUTOCONF = @AUTOCONF@
76
 
AUTOHEADER = @AUTOHEADER@
77
 
AUTOMAKE = @AUTOMAKE@
78
 
AWK = @AWK@
79
 
CC = @CC@
80
 
CCDEPMODE = @CCDEPMODE@
81
 
CFLAGS = @CFLAGS@
82
 
CPP = @CPP@
83
 
CPPFLAGS = @CPPFLAGS@
84
 
CPUFREQD_CONFPATH = @CPUFREQD_CONFPATH@
85
 
CPUFREQD_CONF_DIR = @CPUFREQD_CONF_DIR@
86
 
CPUFREQD_LDFLAGS = @CPUFREQD_LDFLAGS@
87
 
CPUFREQD_LIBPATH = @CPUFREQD_LIBPATH@
88
 
CPUFREQD_STATEPATH = @CPUFREQD_STATEPATH@
89
 
CXX = @CXX@
90
 
CXXCPP = @CXXCPP@
91
 
CXXDEPMODE = @CXXDEPMODE@
92
 
CXXFLAGS = @CXXFLAGS@
93
 
CYGPATH_W = @CYGPATH_W@
94
 
DEFS = @DEFS@
95
 
DEPDIR = @DEPDIR@
96
 
DSYMUTIL = @DSYMUTIL@
97
 
ECHO = @ECHO@
98
 
ECHO_C = @ECHO_C@
99
 
ECHO_N = @ECHO_N@
100
 
ECHO_T = @ECHO_T@
101
 
EGREP = @EGREP@
102
 
EXEEXT = @EXEEXT@
103
 
F77 = @F77@
104
 
FFLAGS = @FFLAGS@
105
 
GREP = @GREP@
106
 
INSTALL = @INSTALL@
107
 
INSTALL_DATA = @INSTALL_DATA@
108
 
INSTALL_PROGRAM = @INSTALL_PROGRAM@
109
 
INSTALL_SCRIPT = @INSTALL_SCRIPT@
110
 
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
111
 
LDFLAGS = @LDFLAGS@
112
 
LIBOBJS = @LIBOBJS@
113
 
LIBS = @LIBS@
114
 
LIBTOOL = @LIBTOOL@
115
 
LIBTOOL_DEPS = @LIBTOOL_DEPS@
116
 
LN_S = @LN_S@
117
 
LTLIBOBJS = @LTLIBOBJS@
118
 
MAKEINFO = @MAKEINFO@
119
 
MKDIR_P = @MKDIR_P@
120
 
NMEDIT = @NMEDIT@
121
 
NVCLOCK_SRCDIR = @NVCLOCK_SRCDIR@
122
 
OBJEXT = @OBJEXT@
123
 
PACKAGE = @PACKAGE@
124
 
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
125
 
PACKAGE_NAME = @PACKAGE_NAME@
126
 
PACKAGE_STRING = @PACKAGE_STRING@
127
 
PACKAGE_TARNAME = @PACKAGE_TARNAME@
128
 
PACKAGE_VERSION = @PACKAGE_VERSION@
129
 
PATH_SEPARATOR = @PATH_SEPARATOR@
130
 
PTHREAD_SRCDIR = @PTHREAD_SRCDIR@
131
 
RANLIB = @RANLIB@
132
 
SED = @SED@
133
 
SENSORS_SRCDIR = @SENSORS_SRCDIR@
134
 
SET_MAKE = @SET_MAKE@
135
 
SHELL = @SHELL@
136
 
STRIP = @STRIP@
137
 
VERSION = @VERSION@
138
 
abs_builddir = @abs_builddir@
139
 
abs_srcdir = @abs_srcdir@
140
 
abs_top_builddir = @abs_top_builddir@
141
 
abs_top_srcdir = @abs_top_srcdir@
142
 
ac_ct_CC = @ac_ct_CC@
143
 
ac_ct_CXX = @ac_ct_CXX@
144
 
ac_ct_F77 = @ac_ct_F77@
145
 
am__include = @am__include@
146
 
am__leading_dot = @am__leading_dot@
147
 
am__quote = @am__quote@
148
 
am__tar = @am__tar@
149
 
am__untar = @am__untar@
150
 
bindir = @bindir@
151
 
build = @build@
152
 
build_alias = @build_alias@
153
 
build_cpu = @build_cpu@
154
 
build_os = @build_os@
155
 
build_vendor = @build_vendor@
156
 
builddir = @builddir@
157
 
datadir = @datadir@
158
 
datarootdir = @datarootdir@
159
 
docdir = @docdir@
160
 
dvidir = @dvidir@
161
 
exec_prefix = @exec_prefix@
162
 
host = @host@
163
 
host_alias = @host_alias@
164
 
host_cpu = @host_cpu@
165
 
host_os = @host_os@
166
 
host_vendor = @host_vendor@
167
 
htmldir = @htmldir@
168
 
includedir = @includedir@
169
 
infodir = @infodir@
170
 
install_sh = @install_sh@
171
 
libdir = @libdir@
172
 
libexecdir = @libexecdir@
173
 
localedir = @localedir@
174
 
localstatedir = @localstatedir@
175
 
mandir = @mandir@
176
 
mkdir_p = @mkdir_p@
177
 
oldincludedir = @oldincludedir@
178
 
pdfdir = @pdfdir@
179
 
prefix = @prefix@
180
 
program_transform_name = @program_transform_name@
181
 
psdir = @psdir@
182
 
sbindir = @sbindir@
183
 
sharedstatedir = @sharedstatedir@
184
 
srcdir = @srcdir@
185
 
sysconfdir = @sysconfdir@
186
 
target = @target@
187
 
target_alias = @target_alias@
188
 
target_cpu = @target_cpu@
189
 
target_os = @target_os@
190
 
target_vendor = @target_vendor@
191
 
top_builddir = @top_builddir@
192
 
top_srcdir = @top_srcdir@
193
 
AM_CFLAGS = -W -Wall -Wshadow -W -Wpointer-arith \
194
 
        -Wcast-qual -Wcast-align -Wwrite-strings \
195
 
        -Wconversion -Wstrict-prototypes -Wmissing-prototypes \
196
 
        -Wmissing-declarations -Wredundant-decls \
197
 
        -Wnested-externs -Winline -Wundef -Wbad-function-cast \
198
 
        -Waggregate-return \
199
 
        -std=c99 -pedantic \
200
 
        -D_POSIX_SOURCE -D_GNU_SOURCE \
201
 
        -I${top_srcdir}/src
202
 
 
203
 
cpufreqd_set_SOURCES = setspeed.c
204
 
cpufreqd_get_SOURCES = getspeed.c
205
 
all: all-am
206
 
 
207
 
.SUFFIXES:
208
 
.SUFFIXES: .c .lo .o .obj
209
 
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
210
 
        @for dep in $?; do \
211
 
          case '$(am__configure_deps)' in \
212
 
            *$$dep*) \
213
 
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
214
 
                && exit 0; \
215
 
              exit 1;; \
216
 
          esac; \
217
 
        done; \
218
 
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  utils/Makefile'; \
219
 
        cd $(top_srcdir) && \
220
 
          $(AUTOMAKE) --foreign  utils/Makefile
221
 
.PRECIOUS: Makefile
222
 
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
223
 
        @case '$?' in \
224
 
          *config.status*) \
225
 
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
226
 
          *) \
227
 
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
228
 
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
229
 
        esac;
230
 
 
231
 
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
232
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
233
 
 
234
 
$(top_srcdir)/configure:  $(am__configure_deps)
235
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
236
 
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
237
 
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238
 
install-binPROGRAMS: $(bin_PROGRAMS)
239
 
        @$(NORMAL_INSTALL)
240
 
        test -z "$(bindir)" || $(MKDIR_P) "$(DESTDIR)$(bindir)"
241
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
242
 
          p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
243
 
          if test -f $$p \
244
 
             || test -f $$p1 \
245
 
          ; then \
246
 
            f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
247
 
           echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
248
 
           $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
249
 
          else :; fi; \
250
 
        done
251
 
 
252
 
uninstall-binPROGRAMS:
253
 
        @$(NORMAL_UNINSTALL)
254
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
255
 
          f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
256
 
          echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
257
 
          rm -f "$(DESTDIR)$(bindir)/$$f"; \
258
 
        done
259
 
 
260
 
clean-binPROGRAMS:
261
 
        @list='$(bin_PROGRAMS)'; for p in $$list; do \
262
 
          f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
263
 
          echo " rm -f $$p $$f"; \
264
 
          rm -f $$p $$f ; \
265
 
        done
266
 
cpufreqd-get$(EXEEXT): $(cpufreqd_get_OBJECTS) $(cpufreqd_get_DEPENDENCIES) 
267
 
        @rm -f cpufreqd-get$(EXEEXT)
268
 
        $(LINK) $(cpufreqd_get_OBJECTS) $(cpufreqd_get_LDADD) $(LIBS)
269
 
cpufreqd-set$(EXEEXT): $(cpufreqd_set_OBJECTS) $(cpufreqd_set_DEPENDENCIES) 
270
 
        @rm -f cpufreqd-set$(EXEEXT)
271
 
        $(LINK) $(cpufreqd_set_OBJECTS) $(cpufreqd_set_LDADD) $(LIBS)
272
 
 
273
 
mostlyclean-compile:
274
 
        -rm -f *.$(OBJEXT)
275
 
 
276
 
distclean-compile:
277
 
        -rm -f *.tab.c
278
 
 
279
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getspeed.Po@am__quote@
280
 
@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/setspeed.Po@am__quote@
281
 
 
282
 
.c.o:
283
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
284
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
285
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
286
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
287
 
@am__fastdepCC_FALSE@   $(COMPILE) -c $<
288
 
 
289
 
.c.obj:
290
 
@am__fastdepCC_TRUE@    $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
291
 
@am__fastdepCC_TRUE@    mv -f $(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 `$(CYGPATH_W) '$<'`
295
 
 
296
 
.c.lo:
297
 
@am__fastdepCC_TRUE@    $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
298
 
@am__fastdepCC_TRUE@    mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
299
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
300
 
@AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
301
 
@am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
302
 
 
303
 
mostlyclean-libtool:
304
 
        -rm -f *.lo
305
 
 
306
 
clean-libtool:
307
 
        -rm -rf .libs _libs
308
 
 
309
 
ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
310
 
        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
311
 
        unique=`for i in $$list; do \
312
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
313
 
          done | \
314
 
          $(AWK) '{ files[$$0] = 1; nonemtpy = 1; } \
315
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
316
 
        mkid -fID $$unique
317
 
tags: TAGS
318
 
 
319
 
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
320
 
                $(TAGS_FILES) $(LISP)
321
 
        tags=; \
322
 
        here=`pwd`; \
323
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
324
 
        unique=`for i in $$list; do \
325
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
326
 
          done | \
327
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
328
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
329
 
        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
330
 
          test -n "$$unique" || unique=$$empty_fix; \
331
 
          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
332
 
            $$tags $$unique; \
333
 
        fi
334
 
ctags: CTAGS
335
 
CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
336
 
                $(TAGS_FILES) $(LISP)
337
 
        tags=; \
338
 
        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
339
 
        unique=`for i in $$list; do \
340
 
            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
341
 
          done | \
342
 
          $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
343
 
              END { if (nonempty) { for (i in files) print i; }; }'`; \
344
 
        test -z "$(CTAGS_ARGS)$$tags$$unique" \
345
 
          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
346
 
             $$tags $$unique
347
 
 
348
 
GTAGS:
349
 
        here=`$(am__cd) $(top_builddir) && pwd` \
350
 
          && cd $(top_srcdir) \
351
 
          && gtags -i $(GTAGS_ARGS) $$here
352
 
 
353
 
distclean-tags:
354
 
        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
355
 
 
356
 
distdir: $(DISTFILES)
357
 
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
358
 
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
359
 
        list='$(DISTFILES)'; \
360
 
          dist_files=`for file in $$list; do echo $$file; done | \
361
 
          sed -e "s|^$$srcdirstrip/||;t" \
362
 
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
363
 
        case $$dist_files in \
364
 
          */*) $(MKDIR_P) `echo "$$dist_files" | \
365
 
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
366
 
                           sort -u` ;; \
367
 
        esac; \
368
 
        for file in $$dist_files; do \
369
 
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
370
 
          if test -d $$d/$$file; then \
371
 
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
372
 
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
373
 
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
374
 
            fi; \
375
 
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
376
 
          else \
377
 
            test -f $(distdir)/$$file \
378
 
            || cp -p $$d/$$file $(distdir)/$$file \
379
 
            || exit 1; \
380
 
          fi; \
381
 
        done
382
 
check-am: all-am
383
 
check: check-am
384
 
all-am: Makefile $(PROGRAMS)
385
 
installdirs:
386
 
        for dir in "$(DESTDIR)$(bindir)"; do \
387
 
          test -z "$$dir" || $(MKDIR_P) "$$dir"; \
388
 
        done
389
 
install: install-am
390
 
install-exec: install-exec-am
391
 
install-data: install-data-am
392
 
uninstall: uninstall-am
393
 
 
394
 
install-am: all-am
395
 
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
396
 
 
397
 
installcheck: installcheck-am
398
 
install-strip:
399
 
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
400
 
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
401
 
          `test -z '$(STRIP)' || \
402
 
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
403
 
mostlyclean-generic:
404
 
 
405
 
clean-generic:
406
 
 
407
 
distclean-generic:
408
 
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
409
 
 
410
 
maintainer-clean-generic:
411
 
        @echo "This command is intended for maintainers to use"
412
 
        @echo "it deletes files that may require special tools to rebuild."
413
 
clean: clean-am
414
 
 
415
 
clean-am: clean-binPROGRAMS clean-generic clean-libtool mostlyclean-am
416
 
 
417
 
distclean: distclean-am
418
 
        -rm -rf ./$(DEPDIR)
419
 
        -rm -f Makefile
420
 
distclean-am: clean-am distclean-compile distclean-generic \
421
 
        distclean-tags
422
 
 
423
 
dvi: dvi-am
424
 
 
425
 
dvi-am:
426
 
 
427
 
html: html-am
428
 
 
429
 
info: info-am
430
 
 
431
 
info-am:
432
 
 
433
 
install-data-am:
434
 
 
435
 
install-dvi: install-dvi-am
436
 
 
437
 
install-exec-am: install-binPROGRAMS
438
 
 
439
 
install-html: install-html-am
440
 
 
441
 
install-info: install-info-am
442
 
 
443
 
install-man:
444
 
 
445
 
install-pdf: install-pdf-am
446
 
 
447
 
install-ps: install-ps-am
448
 
 
449
 
installcheck-am:
450
 
 
451
 
maintainer-clean: maintainer-clean-am
452
 
        -rm -rf ./$(DEPDIR)
453
 
        -rm -f Makefile
454
 
maintainer-clean-am: distclean-am maintainer-clean-generic
455
 
 
456
 
mostlyclean: mostlyclean-am
457
 
 
458
 
mostlyclean-am: mostlyclean-compile mostlyclean-generic \
459
 
        mostlyclean-libtool
460
 
 
461
 
pdf: pdf-am
462
 
 
463
 
pdf-am:
464
 
 
465
 
ps: ps-am
466
 
 
467
 
ps-am:
468
 
 
469
 
uninstall-am: uninstall-binPROGRAMS
470
 
 
471
 
.MAKE: install-am install-strip
472
 
 
473
 
.PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
474
 
        clean-generic clean-libtool ctags distclean distclean-compile \
475
 
        distclean-generic distclean-libtool distclean-tags distdir dvi \
476
 
        dvi-am html html-am info info-am install install-am \
477
 
        install-binPROGRAMS install-data install-data-am install-dvi \
478
 
        install-dvi-am install-exec install-exec-am install-html \
479
 
        install-html-am install-info install-info-am install-man \
480
 
        install-pdf install-pdf-am install-ps install-ps-am \
481
 
        install-strip installcheck installcheck-am installdirs \
482
 
        maintainer-clean maintainer-clean-generic mostlyclean \
483
 
        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
484
 
        pdf pdf-am ps ps-am tags uninstall uninstall-am \
485
 
        uninstall-binPROGRAMS
486
 
 
487
 
# Tell versions [3.59,3.63) of GNU make to not export all variables.
488
 
# Otherwise a system limit (for SysV at least) may be exceeded.
489
 
.NOEXPORT: