Update to upstream util-linux 2.20.1
[framework/base/util-linux-ng.git] / schedutils / 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
19 VPATH = @srcdir@
20 pkgdatadir = $(datadir)/@PACKAGE@
21 pkgincludedir = $(includedir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkglibexecdir = $(libexecdir)/@PACKAGE@
24 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25 install_sh_DATA = $(install_sh) -c -m 644
26 install_sh_PROGRAM = $(install_sh) -c
27 install_sh_SCRIPT = $(install_sh) -c
28 INSTALL_HEADER = $(INSTALL_DATA)
29 transform = $(program_transform_name)
30 NORMAL_INSTALL = :
31 PRE_INSTALL = :
32 POST_INSTALL = :
33 NORMAL_UNINSTALL = :
34 PRE_UNINSTALL = :
35 POST_UNINSTALL = :
36 build_triplet = @build@
37 host_triplet = @host@
38 DIST_COMMON = $(am__dist_noinst_DATA_DIST) $(dist_man_MANS) \
39         $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
40         $(top_srcdir)/config/include-Makefile.am
41 usrbin_exec_PROGRAMS = chrt$(EXEEXT) $(am__EXEEXT_1) $(am__EXEEXT_2)
42 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@am__append_1 = ionice
43 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@am__append_2 = ionice.1
44 @HAVE_SCHED_GETAFFINITY_TRUE@am__append_3 = taskset
45 @HAVE_SCHED_GETAFFINITY_TRUE@am__append_4 = taskset.1
46 subdir = schedutils
47 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
48 am__aclocal_m4_deps = $(top_srcdir)/m4/gettext.m4 \
49         $(top_srcdir)/m4/gtk-doc.m4 $(top_srcdir)/m4/iconv.m4 \
50         $(top_srcdir)/m4/lib-ld.m4 $(top_srcdir)/m4/lib-link.m4 \
51         $(top_srcdir)/m4/lib-prefix.m4 $(top_srcdir)/m4/libtool.m4 \
52         $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
53         $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
54         $(top_srcdir)/m4/nls.m4 $(top_srcdir)/m4/po.m4 \
55         $(top_srcdir)/m4/progtest.m4 $(top_srcdir)/m4/tls.m4 \
56         $(top_srcdir)/configure.ac
57 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
58         $(ACLOCAL_M4)
59 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
60 CONFIG_HEADER = $(top_builddir)/config.h
61 CONFIG_CLEAN_FILES =
62 CONFIG_CLEAN_VPATH_FILES =
63 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@am__EXEEXT_1 =  \
64 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@    ionice$(EXEEXT)
65 @HAVE_SCHED_GETAFFINITY_TRUE@am__EXEEXT_2 = taskset$(EXEEXT)
66 am__installdirs = "$(DESTDIR)$(usrbin_execdir)" "$(DESTDIR)$(man1dir)"
67 PROGRAMS = $(usrbin_exec_PROGRAMS)
68 am__objects_1 = strutils.$(OBJEXT) procutils.$(OBJEXT)
69 am_chrt_OBJECTS = chrt.$(OBJEXT) $(am__objects_1)
70 chrt_OBJECTS = $(am_chrt_OBJECTS)
71 chrt_LDADD = $(LDADD)
72 AM_V_lt = $(am__v_lt_$(V))
73 am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY))
74 am__v_lt_0 = --silent
75 am__ionice_SOURCES_DIST = ionice.c $(top_srcdir)/lib/strutils.c \
76         $(top_srcdir)/lib/procutils.c
77 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@am_ionice_OBJECTS =  \
78 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@    ionice.$(OBJEXT) \
79 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@    $(am__objects_1)
80 ionice_OBJECTS = $(am_ionice_OBJECTS)
81 ionice_LDADD = $(LDADD)
82 am__taskset_SOURCES_DIST = taskset.c $(top_srcdir)/lib/cpuset.c \
83         $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/procutils.c
84 @HAVE_SCHED_GETAFFINITY_TRUE@am_taskset_OBJECTS = taskset.$(OBJEXT) \
85 @HAVE_SCHED_GETAFFINITY_TRUE@   cpuset.$(OBJEXT) $(am__objects_1)
86 taskset_OBJECTS = $(am_taskset_OBJECTS)
87 taskset_LDADD = $(LDADD)
88 DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)
89 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
90 am__depfiles_maybe = depfiles
91 am__mv = mv -f
92 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
93         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
94 LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
95         $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \
96         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
97         $(AM_CFLAGS) $(CFLAGS)
98 AM_V_CC = $(am__v_CC_$(V))
99 am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY))
100 am__v_CC_0 = @echo "  CC    " $@;
101 AM_V_at = $(am__v_at_$(V))
102 am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY))
103 am__v_at_0 = @
104 CCLD = $(CC)
105 LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \
106         $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
107         $(AM_LDFLAGS) $(LDFLAGS) -o $@
108 AM_V_CCLD = $(am__v_CCLD_$(V))
109 am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY))
110 am__v_CCLD_0 = @echo "  CCLD  " $@;
111 AM_V_GEN = $(am__v_GEN_$(V))
112 am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY))
113 am__v_GEN_0 = @echo "  GEN   " $@;
114 SOURCES = $(chrt_SOURCES) $(ionice_SOURCES) $(taskset_SOURCES)
115 DIST_SOURCES = $(chrt_SOURCES) $(am__ionice_SOURCES_DIST) \
116         $(am__taskset_SOURCES_DIST)
117 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
118 am__vpath_adj = case $$p in \
119     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
120     *) f=$$p;; \
121   esac;
122 am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
123 am__install_max = 40
124 am__nobase_strip_setup = \
125   srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
126 am__nobase_strip = \
127   for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
128 am__nobase_list = $(am__nobase_strip_setup); \
129   for p in $$list; do echo "$$p $$p"; done | \
130   sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
131   $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
132     if (++n[$$2] == $(am__install_max)) \
133       { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
134     END { for (dir in files) print dir, files[dir] }'
135 am__base_list = \
136   sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
137   sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
138 man1dir = $(mandir)/man1
139 NROFF = nroff
140 MANS = $(dist_man_MANS)
141 am__dist_noinst_DATA_DIST = chrt.1 ionice.1 taskset.1
142 DATA = $(dist_noinst_DATA)
143 ETAGS = etags
144 CTAGS = ctags
145 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
146 ACLOCAL = @ACLOCAL@
147 AMTAR = @AMTAR@
148 AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
149 AR = @AR@
150 AUTOCONF = @AUTOCONF@
151 AUTOHEADER = @AUTOHEADER@
152 AUTOMAKE = @AUTOMAKE@
153 AWK = @AWK@
154 CC = @CC@
155 CCDEPMODE = @CCDEPMODE@
156 CFLAGS = @CFLAGS@
157 CPP = @CPP@
158 CPPFLAGS = @CPPFLAGS@
159 CYGPATH_W = @CYGPATH_W@
160 DEFS = @DEFS@
161 DEPDIR = @DEPDIR@
162 DLLTOOL = @DLLTOOL@
163 DSYMUTIL = @DSYMUTIL@
164 DUMPBIN = @DUMPBIN@
165 ECHO_C = @ECHO_C@
166 ECHO_N = @ECHO_N@
167 ECHO_T = @ECHO_T@
168 EGREP = @EGREP@
169 EXEEXT = @EXEEXT@
170 FGREP = @FGREP@
171 GMSGFMT = @GMSGFMT@
172 GREP = @GREP@
173 GTKDOC_CHECK = @GTKDOC_CHECK@
174 HTML_DIR = @HTML_DIR@
175 INSTALL = @INSTALL@
176 INSTALL_DATA = @INSTALL_DATA@
177 INSTALL_PROGRAM = @INSTALL_PROGRAM@
178 INSTALL_SCRIPT = @INSTALL_SCRIPT@
179 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
180 INTLLIBS = @INTLLIBS@
181 LD = @LD@
182 LDFLAGS = @LDFLAGS@
183 LIBBLKID_DATE = @LIBBLKID_DATE@
184 LIBBLKID_VERSION = @LIBBLKID_VERSION@
185 LIBBLKID_VERSION_INFO = @LIBBLKID_VERSION_INFO@
186 LIBICONV = @LIBICONV@
187 LIBINTL = @LIBINTL@
188 LIBMOUNT_VERSION = @LIBMOUNT_VERSION@
189 LIBMOUNT_VERSION_INFO = @LIBMOUNT_VERSION_INFO@
190 LIBOBJS = @LIBOBJS@
191 LIBS = @LIBS@
192 LIBTOOL = @LIBTOOL@
193 LIBUUID_VERSION = @LIBUUID_VERSION@
194 LIBUUID_VERSION_INFO = @LIBUUID_VERSION_INFO@
195 LIPO = @LIPO@
196 LN_S = @LN_S@
197 LTLIBICONV = @LTLIBICONV@
198 LTLIBINTL = @LTLIBINTL@
199 LTLIBOBJS = @LTLIBOBJS@
200 MAKEINFO = @MAKEINFO@
201 MANIFEST_TOOL = @MANIFEST_TOOL@
202 MKDIR_P = @MKDIR_P@
203 MKINSTALLDIRS = @MKINSTALLDIRS@
204 MSGFMT = @MSGFMT@
205 MSGMERGE = @MSGMERGE@
206 NCURSES_LIBS = @NCURSES_LIBS@
207 NM = @NM@
208 NMEDIT = @NMEDIT@
209 OBJDUMP = @OBJDUMP@
210 OBJEXT = @OBJEXT@
211 OTOOL = @OTOOL@
212 OTOOL64 = @OTOOL64@
213 PACKAGE = @PACKAGE@
214 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
215 PACKAGE_NAME = @PACKAGE_NAME@
216 PACKAGE_STRING = @PACKAGE_STRING@
217 PACKAGE_TARNAME = @PACKAGE_TARNAME@
218 PACKAGE_URL = @PACKAGE_URL@
219 PACKAGE_VERSION = @PACKAGE_VERSION@
220 PATH_SEPARATOR = @PATH_SEPARATOR@
221 PERL = @PERL@
222 PKG_CONFIG = @PKG_CONFIG@
223 PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
224 PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
225 POSUB = @POSUB@
226 RANLIB = @RANLIB@
227 SED = @SED@
228 SELINUX_LIBS = @SELINUX_LIBS@
229 SELINUX_LIBS_STATIC = @SELINUX_LIBS_STATIC@
230 SET_MAKE = @SET_MAKE@
231 SHELL = @SHELL@
232 SOCKET_LIBS = @SOCKET_LIBS@
233 STRIP = @STRIP@
234 SUID_CFLAGS = @SUID_CFLAGS@
235 SUID_LDFLAGS = @SUID_LDFLAGS@
236 USE_NLS = @USE_NLS@
237 VERSION = @VERSION@
238 XGETTEXT = @XGETTEXT@
239 XSLTPROC = @XSLTPROC@
240 abs_builddir = @abs_builddir@
241 abs_srcdir = @abs_srcdir@
242 abs_top_builddir = @abs_top_builddir@
243 abs_top_srcdir = @abs_top_srcdir@
244 ac_ct_AR = @ac_ct_AR@
245 ac_ct_CC = @ac_ct_CC@
246 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
247 am__include = @am__include@
248 am__leading_dot = @am__leading_dot@
249 am__quote = @am__quote@
250 am__tar = @am__tar@
251 am__untar = @am__untar@
252 bindir = @bindir@
253 build = @build@
254 build_alias = @build_alias@
255 build_cpu = @build_cpu@
256 build_os = @build_os@
257 build_vendor = @build_vendor@
258 builddir = @builddir@
259 datadir = @datadir@
260 datarootdir = @datarootdir@
261 docdir = @docdir@
262 dvidir = @dvidir@
263 exec_prefix = @exec_prefix@
264 host = @host@
265 host_alias = @host_alias@
266 host_cpu = @host_cpu@
267 host_os = @host_os@
268 host_vendor = @host_vendor@
269 htmldir = @htmldir@
270 includedir = @includedir@
271 infodir = @infodir@
272 install_sh = @install_sh@
273 libdir = @libdir@
274 libdirname = @libdirname@
275 libexecdir = @libexecdir@
276 localedir = @localedir@
277 localstatedir = @localstatedir@
278 mandir = @mandir@
279 mkdir_p = @mkdir_p@
280 oldincludedir = @oldincludedir@
281 pdfdir = @pdfdir@
282 prefix = @prefix@
283 program_transform_name = @program_transform_name@
284 psdir = @psdir@
285 sbindir = @sbindir@
286 sharedstatedir = @sharedstatedir@
287 srcdir = @srcdir@
288 sysconfdir = @sysconfdir@
289 target_alias = @target_alias@
290 top_build_prefix = @top_build_prefix@
291 top_builddir = @top_builddir@
292 top_srcdir = @top_srcdir@
293 usrbin_execdir = @usrbin_execdir@
294 usrlib_execdir = @usrlib_execdir@
295 usrsbin_execdir = @usrsbin_execdir@
296 AM_CPPFLAGS = -include $(top_builddir)/config.h -I$(top_srcdir)/include \
297         -DLOCALEDIR=\"$(localedir)\"
298
299 AM_CFLAGS = -fsigned-char
300 AM_LDFLAGS = 
301
302 # Automake (at least up to 1.10) mishandles dist_man_MANS inside conditionals.
303 # Unlike with other dist primaries, the files are not distributed if the
304 # conditional is false.
305 # Work the bug around until it is fixed:
306 dist_noinst_DATA = $(dist_man_MANS)
307
308 # Paths to in-tree libraries (use ul_ prefix to avoid possible collisions)
309 #
310 # blkid
311 ul_libblkid_srcdir = $(top_srcdir)/libblkid/src
312 ul_libblkid_builddir = $(top_builddir)/libblkid/src
313 ul_libblkid_la = $(top_builddir)/libblkid/src/libblkid.la
314
315 # blkid.h is generated by ./configure script and stored in build directory
316 ul_libblkid_incdir = $(ul_libblkid_builddir)
317
318 # uuid
319 ul_libuuid_srcdir = $(top_srcdir)/libuuid/src
320 ul_libuuid_builddir = $(top_builddir)/libuuid/src
321 ul_libuuid_la = $(top_builddir)/libuuid/src/libuuid.la
322
323 # mount
324 ul_libmount_srcdir = $(top_srcdir)/libmount/src
325 ul_libmount_builddir = $(top_builddir)/libmount/src
326 ul_libmount_la = $(top_builddir)/libmount/src/libmount.la
327
328 # libmount.h is generated by ./configure script and stored in build directory
329 ul_libmount_incdir = $(ul_libmount_builddir)
330 srcs_common = $(top_srcdir)/lib/strutils.c $(top_srcdir)/lib/procutils.c
331 dist_man_MANS = chrt.1 $(am__append_2) $(am__append_4)
332 chrt_SOURCES = chrt.c $(srcs_common)
333 @HAVE_IOPRIO_GET_TRUE@@HAVE_IOPRIO_SET_TRUE@ionice_SOURCES = ionice.c $(srcs_common)
334 @HAVE_SCHED_GETAFFINITY_TRUE@taskset_SOURCES = taskset.c $(top_srcdir)/lib/cpuset.c $(srcs_common)
335 all: all-am
336
337 .SUFFIXES:
338 .SUFFIXES: .c .lo .o .obj
339 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/config/include-Makefile.am $(am__configure_deps)
340         @for dep in $?; do \
341           case '$(am__configure_deps)' in \
342             *$$dep*) \
343               ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
344                 && { if test -f $@; then exit 0; else break; fi; }; \
345               exit 1;; \
346           esac; \
347         done; \
348         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign schedutils/Makefile'; \
349         $(am__cd) $(top_srcdir) && \
350           $(AUTOMAKE) --foreign schedutils/Makefile
351 .PRECIOUS: Makefile
352 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
353         @case '$?' in \
354           *config.status*) \
355             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
356           *) \
357             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
358             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
359         esac;
360
361 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
362         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
363
364 $(top_srcdir)/configure:  $(am__configure_deps)
365         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
366 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
367         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
368 $(am__aclocal_m4_deps):
369 install-usrbin_execPROGRAMS: $(usrbin_exec_PROGRAMS)
370         @$(NORMAL_INSTALL)
371         test -z "$(usrbin_execdir)" || $(MKDIR_P) "$(DESTDIR)$(usrbin_execdir)"
372         @list='$(usrbin_exec_PROGRAMS)'; test -n "$(usrbin_execdir)" || list=; \
373         for p in $$list; do echo "$$p $$p"; done | \
374         sed 's/$(EXEEXT)$$//' | \
375         while read p p1; do if test -f $$p || test -f $$p1; \
376           then echo "$$p"; echo "$$p"; else :; fi; \
377         done | \
378         sed -e 'p;s,.*/,,;n;h' -e 's|.*|.|' \
379             -e 'p;x;s,.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/' | \
380         sed 'N;N;N;s,\n, ,g' | \
381         $(AWK) 'BEGIN { files["."] = ""; dirs["."] = 1 } \
382           { d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
383             if ($$2 == $$4) files[d] = files[d] " " $$1; \
384             else { print "f", $$3 "/" $$4, $$1; } } \
385           END { for (d in files) print "f", d, files[d] }' | \
386         while read type dir files; do \
387             if test "$$dir" = .; then dir=; else dir=/$$dir; fi; \
388             test -z "$$files" || { \
389             echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files '$(DESTDIR)$(usrbin_execdir)$$dir'"; \
390             $(INSTALL_PROGRAM_ENV) $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=install $(INSTALL_PROGRAM) $$files "$(DESTDIR)$(usrbin_execdir)$$dir" || exit $$?; \
391             } \
392         ; done
393
394 uninstall-usrbin_execPROGRAMS:
395         @$(NORMAL_UNINSTALL)
396         @list='$(usrbin_exec_PROGRAMS)'; test -n "$(usrbin_execdir)" || list=; \
397         files=`for p in $$list; do echo "$$p"; done | \
398           sed -e 'h;s,^.*/,,;s/$(EXEEXT)$$//;$(transform)' \
399               -e 's/$$/$(EXEEXT)/' `; \
400         test -n "$$list" || exit 0; \
401         echo " ( cd '$(DESTDIR)$(usrbin_execdir)' && rm -f" $$files ")"; \
402         cd "$(DESTDIR)$(usrbin_execdir)" && rm -f $$files
403
404 clean-usrbin_execPROGRAMS:
405         @list='$(usrbin_exec_PROGRAMS)'; test -n "$$list" || exit 0; \
406         echo " rm -f" $$list; \
407         rm -f $$list || exit $$?; \
408         test -n "$(EXEEXT)" || exit 0; \
409         list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \
410         echo " rm -f" $$list; \
411         rm -f $$list
412 chrt$(EXEEXT): $(chrt_OBJECTS) $(chrt_DEPENDENCIES) 
413         @rm -f chrt$(EXEEXT)
414         $(AM_V_CCLD)$(LINK) $(chrt_OBJECTS) $(chrt_LDADD) $(LIBS)
415 ionice$(EXEEXT): $(ionice_OBJECTS) $(ionice_DEPENDENCIES) 
416         @rm -f ionice$(EXEEXT)
417         $(AM_V_CCLD)$(LINK) $(ionice_OBJECTS) $(ionice_LDADD) $(LIBS)
418 taskset$(EXEEXT): $(taskset_OBJECTS) $(taskset_DEPENDENCIES) 
419         @rm -f taskset$(EXEEXT)
420         $(AM_V_CCLD)$(LINK) $(taskset_OBJECTS) $(taskset_LDADD) $(LIBS)
421
422 mostlyclean-compile:
423         -rm -f *.$(OBJEXT)
424
425 distclean-compile:
426         -rm -f *.tab.c
427
428 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/chrt.Po@am__quote@
429 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/cpuset.Po@am__quote@
430 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ionice.Po@am__quote@
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/procutils.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/strutils.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/taskset.Po@am__quote@
434
435 .c.o:
436 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
437 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
438 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
439 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
440 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
441 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
442
443 .c.obj:
444 @am__fastdepCC_TRUE@    $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
445 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
446 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
447 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
448 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
449 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
450
451 .c.lo:
452 @am__fastdepCC_TRUE@    $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
453 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
454 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
455 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
456 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
457 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
458
459 strutils.o: $(top_srcdir)/lib/strutils.c
460 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strutils.o -MD -MP -MF $(DEPDIR)/strutils.Tpo -c -o strutils.o `test -f '$(top_srcdir)/lib/strutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strutils.c
461 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/strutils.Tpo $(DEPDIR)/strutils.Po
462 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
463 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strutils.c' object='strutils.o' libtool=no @AMDEPBACKSLASH@
464 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
465 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strutils.o `test -f '$(top_srcdir)/lib/strutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/strutils.c
466
467 strutils.obj: $(top_srcdir)/lib/strutils.c
468 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT strutils.obj -MD -MP -MF $(DEPDIR)/strutils.Tpo -c -o strutils.obj `if test -f '$(top_srcdir)/lib/strutils.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strutils.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strutils.c'; fi`
469 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/strutils.Tpo $(DEPDIR)/strutils.Po
470 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
471 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/strutils.c' object='strutils.obj' libtool=no @AMDEPBACKSLASH@
472 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
473 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o strutils.obj `if test -f '$(top_srcdir)/lib/strutils.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/strutils.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/strutils.c'; fi`
474
475 procutils.o: $(top_srcdir)/lib/procutils.c
476 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT procutils.o -MD -MP -MF $(DEPDIR)/procutils.Tpo -c -o procutils.o `test -f '$(top_srcdir)/lib/procutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/procutils.c
477 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/procutils.Tpo $(DEPDIR)/procutils.Po
478 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
479 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/procutils.c' object='procutils.o' libtool=no @AMDEPBACKSLASH@
480 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
481 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o procutils.o `test -f '$(top_srcdir)/lib/procutils.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/procutils.c
482
483 procutils.obj: $(top_srcdir)/lib/procutils.c
484 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT procutils.obj -MD -MP -MF $(DEPDIR)/procutils.Tpo -c -o procutils.obj `if test -f '$(top_srcdir)/lib/procutils.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/procutils.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/procutils.c'; fi`
485 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/procutils.Tpo $(DEPDIR)/procutils.Po
486 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
487 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/procutils.c' object='procutils.obj' libtool=no @AMDEPBACKSLASH@
488 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
489 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o procutils.obj `if test -f '$(top_srcdir)/lib/procutils.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/procutils.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/procutils.c'; fi`
490
491 cpuset.o: $(top_srcdir)/lib/cpuset.c
492 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpuset.o -MD -MP -MF $(DEPDIR)/cpuset.Tpo -c -o cpuset.o `test -f '$(top_srcdir)/lib/cpuset.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/cpuset.c
493 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cpuset.Tpo $(DEPDIR)/cpuset.Po
494 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
495 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/cpuset.c' object='cpuset.o' libtool=no @AMDEPBACKSLASH@
496 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
497 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpuset.o `test -f '$(top_srcdir)/lib/cpuset.c' || echo '$(srcdir)/'`$(top_srcdir)/lib/cpuset.c
498
499 cpuset.obj: $(top_srcdir)/lib/cpuset.c
500 @am__fastdepCC_TRUE@    $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT cpuset.obj -MD -MP -MF $(DEPDIR)/cpuset.Tpo -c -o cpuset.obj `if test -f '$(top_srcdir)/lib/cpuset.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/cpuset.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/cpuset.c'; fi`
501 @am__fastdepCC_TRUE@    $(AM_V_at)$(am__mv) $(DEPDIR)/cpuset.Tpo $(DEPDIR)/cpuset.Po
502 @am__fastdepCC_FALSE@   $(AM_V_CC) @AM_BACKSLASH@
503 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$(top_srcdir)/lib/cpuset.c' object='cpuset.obj' libtool=no @AMDEPBACKSLASH@
504 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
505 @am__fastdepCC_FALSE@   $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o cpuset.obj `if test -f '$(top_srcdir)/lib/cpuset.c'; then $(CYGPATH_W) '$(top_srcdir)/lib/cpuset.c'; else $(CYGPATH_W) '$(srcdir)/$(top_srcdir)/lib/cpuset.c'; fi`
506
507 mostlyclean-libtool:
508         -rm -f *.lo
509
510 clean-libtool:
511         -rm -rf .libs _libs
512 install-man1: $(dist_man_MANS)
513         @$(NORMAL_INSTALL)
514         test -z "$(man1dir)" || $(MKDIR_P) "$(DESTDIR)$(man1dir)"
515         @list=''; test -n "$(man1dir)" || exit 0; \
516         { for i in $$list; do echo "$$i"; done; \
517         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
518           sed -n '/\.1[a-z]*$$/p'; \
519         } | while read p; do \
520           if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
521           echo "$$d$$p"; echo "$$p"; \
522         done | \
523         sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
524               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
525         sed 'N;N;s,\n, ,g' | { \
526         list=; while read file base inst; do \
527           if test "$$base" = "$$inst"; then list="$$list $$file"; else \
528             echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man1dir)/$$inst'"; \
529             $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man1dir)/$$inst" || exit $$?; \
530           fi; \
531         done; \
532         for i in $$list; do echo "$$i"; done | $(am__base_list) | \
533         while read files; do \
534           test -z "$$files" || { \
535             echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man1dir)'"; \
536             $(INSTALL_DATA) $$files "$(DESTDIR)$(man1dir)" || exit $$?; }; \
537         done; }
538
539 uninstall-man1:
540         @$(NORMAL_UNINSTALL)
541         @list=''; test -n "$(man1dir)" || exit 0; \
542         files=`{ for i in $$list; do echo "$$i"; done; \
543         l2='$(dist_man_MANS)'; for i in $$l2; do echo "$$i"; done | \
544           sed -n '/\.1[a-z]*$$/p'; \
545         } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^1][0-9a-z]*$$,1,;x' \
546               -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
547         test -z "$$files" || { \
548           echo " ( cd '$(DESTDIR)$(man1dir)' && rm -f" $$files ")"; \
549           cd "$(DESTDIR)$(man1dir)" && rm -f $$files; }
550
551 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
552         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
553         unique=`for i in $$list; do \
554             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
555           done | \
556           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
557               END { if (nonempty) { for (i in files) print i; }; }'`; \
558         mkid -fID $$unique
559 tags: TAGS
560
561 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
562                 $(TAGS_FILES) $(LISP)
563         set x; \
564         here=`pwd`; \
565         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
566         unique=`for i in $$list; do \
567             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
568           done | \
569           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
570               END { if (nonempty) { for (i in files) print i; }; }'`; \
571         shift; \
572         if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
573           test -n "$$unique" || unique=$$empty_fix; \
574           if test $$# -gt 0; then \
575             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
576               "$$@" $$unique; \
577           else \
578             $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
579               $$unique; \
580           fi; \
581         fi
582 ctags: CTAGS
583 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
584                 $(TAGS_FILES) $(LISP)
585         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
586         unique=`for i in $$list; do \
587             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
588           done | \
589           $(AWK) '{ files[$$0] = 1; nonempty = 1; } \
590               END { if (nonempty) { for (i in files) print i; }; }'`; \
591         test -z "$(CTAGS_ARGS)$$unique" \
592           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
593              $$unique
594
595 GTAGS:
596         here=`$(am__cd) $(top_builddir) && pwd` \
597           && $(am__cd) $(top_srcdir) \
598           && gtags -i $(GTAGS_ARGS) "$$here"
599
600 distclean-tags:
601         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
602
603 distdir: $(DISTFILES)
604         @list='$(MANS)'; if test -n "$$list"; then \
605           list=`for p in $$list; do \
606             if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
607             if test -f "$$d$$p"; then echo "$$d$$p"; else :; fi; done`; \
608           if test -n "$$list" && \
609             grep 'ab help2man is required to generate this page' $$list >/dev/null; then \
610             echo "error: found man pages containing the \`missing help2man' replacement text:" >&2; \
611             grep -l 'ab help2man is required to generate this page' $$list | sed 's/^/         /' >&2; \
612             echo "       to fix them, install help2man, remove and regenerate the man pages;" >&2; \
613             echo "       typically \`make maintainer-clean' will remove them" >&2; \
614             exit 1; \
615           else :; fi; \
616         else :; fi
617         @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
618         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
619         list='$(DISTFILES)'; \
620           dist_files=`for file in $$list; do echo $$file; done | \
621           sed -e "s|^$$srcdirstrip/||;t" \
622               -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
623         case $$dist_files in \
624           */*) $(MKDIR_P) `echo "$$dist_files" | \
625                            sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
626                            sort -u` ;; \
627         esac; \
628         for file in $$dist_files; do \
629           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
630           if test -d $$d/$$file; then \
631             dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
632             if test -d "$(distdir)/$$file"; then \
633               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
634             fi; \
635             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
636               cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
637               find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
638             fi; \
639             cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
640           else \
641             test -f "$(distdir)/$$file" \
642             || cp -p $$d/$$file "$(distdir)/$$file" \
643             || exit 1; \
644           fi; \
645         done
646 check-am: all-am
647 check: check-am
648 all-am: Makefile $(PROGRAMS) $(MANS) $(DATA)
649 installdirs:
650         for dir in "$(DESTDIR)$(usrbin_execdir)" "$(DESTDIR)$(man1dir)"; do \
651           test -z "$$dir" || $(MKDIR_P) "$$dir"; \
652         done
653 install: install-am
654 install-exec: install-exec-am
655 install-data: install-data-am
656 uninstall: uninstall-am
657
658 install-am: all-am
659         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
660
661 installcheck: installcheck-am
662 install-strip:
663         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
664           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
665           `test -z '$(STRIP)' || \
666             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
667 mostlyclean-generic:
668
669 clean-generic:
670
671 distclean-generic:
672         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
673         -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
674
675 maintainer-clean-generic:
676         @echo "This command is intended for maintainers to use"
677         @echo "it deletes files that may require special tools to rebuild."
678 clean: clean-am
679
680 clean-am: clean-generic clean-libtool clean-usrbin_execPROGRAMS \
681         mostlyclean-am
682
683 distclean: distclean-am
684         -rm -rf ./$(DEPDIR)
685         -rm -f Makefile
686 distclean-am: clean-am distclean-compile distclean-generic \
687         distclean-tags
688
689 dvi: dvi-am
690
691 dvi-am:
692
693 html: html-am
694
695 html-am:
696
697 info: info-am
698
699 info-am:
700
701 install-data-am: install-man
702
703 install-dvi: install-dvi-am
704
705 install-dvi-am:
706
707 install-exec-am: install-usrbin_execPROGRAMS
708
709 install-html: install-html-am
710
711 install-html-am:
712
713 install-info: install-info-am
714
715 install-info-am:
716
717 install-man: install-man1
718
719 install-pdf: install-pdf-am
720
721 install-pdf-am:
722
723 install-ps: install-ps-am
724
725 install-ps-am:
726
727 installcheck-am:
728
729 maintainer-clean: maintainer-clean-am
730         -rm -rf ./$(DEPDIR)
731         -rm -f Makefile
732 maintainer-clean-am: distclean-am maintainer-clean-generic
733
734 mostlyclean: mostlyclean-am
735
736 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
737         mostlyclean-libtool
738
739 pdf: pdf-am
740
741 pdf-am:
742
743 ps: ps-am
744
745 ps-am:
746
747 uninstall-am: uninstall-man uninstall-usrbin_execPROGRAMS
748
749 uninstall-man: uninstall-man1
750
751 .MAKE: install-am install-strip
752
753 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
754         clean-libtool clean-usrbin_execPROGRAMS ctags distclean \
755         distclean-compile distclean-generic distclean-libtool \
756         distclean-tags distdir dvi dvi-am html html-am info info-am \
757         install install-am install-data install-data-am install-dvi \
758         install-dvi-am install-exec install-exec-am install-html \
759         install-html-am install-info install-info-am install-man \
760         install-man1 install-pdf install-pdf-am install-ps \
761         install-ps-am install-strip install-usrbin_execPROGRAMS \
762         installcheck installcheck-am installdirs maintainer-clean \
763         maintainer-clean-generic mostlyclean mostlyclean-compile \
764         mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
765         tags uninstall uninstall-am uninstall-man uninstall-man1 \
766         uninstall-usrbin_execPROGRAMS
767
768
769 $(ul_libblkid_la):
770         $(MAKE) -C $(ul_libblkid_builddir)
771
772 $(ul_libuuid_la):
773         $(MAKE) -C $(ul_libuuid_builddir)
774
775 $(ul_libmount_la):
776         $(MAKE) -C $(ul_libmount_builddir)
777
778 # Tell versions [3.59,3.63) of GNU make to not export all variables.
779 # Otherwise a system limit (for SysV at least) may be exceeded.
780 .NOEXPORT: