~ubuntu-branches/ubuntu/maverick/libcgroup/maverick-proposed

« back to all changes in this revision

Viewing changes to samples/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Dustin Kirkland
  • Date: 2009-08-26 11:29:17 UTC
  • Revision ID: james.westby@ubuntu.com-20090826112917-402ews2uj6v350d2
Tags: upstream-0.34
ImportĀ upstreamĀ versionĀ 0.34

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
VPATH = @srcdir@
 
17
pkgdatadir = $(datadir)/@PACKAGE@
 
18
pkglibdir = $(libdir)/@PACKAGE@
 
19
pkgincludedir = $(includedir)/@PACKAGE@
 
20
am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
 
21
install_sh_DATA = $(install_sh) -c -m 644
 
22
install_sh_PROGRAM = $(install_sh) -c
 
23
install_sh_SCRIPT = $(install_sh) -c
 
24
INSTALL_HEADER = $(INSTALL_DATA)
 
25
transform = $(program_transform_name)
 
26
NORMAL_INSTALL = :
 
27
PRE_INSTALL = :
 
28
POST_INSTALL = :
 
29
NORMAL_UNINSTALL = :
 
30
PRE_UNINSTALL = :
 
31
POST_UNINSTALL = :
 
32
build_triplet = @build@
 
33
host_triplet = @host@
 
34
subdir = samples
 
35
DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
 
36
ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
 
37
am__aclocal_m4_deps = $(top_srcdir)/configure.in
 
38
am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
 
39
        $(ACLOCAL_M4)
 
40
mkinstalldirs = $(install_sh) -d
 
41
CONFIG_HEADER = $(top_builddir)/config.h
 
42
CONFIG_CLEAN_FILES =
 
43
SOURCES =
 
44
DIST_SOURCES =
 
45
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
 
46
ACLOCAL = @ACLOCAL@
 
47
AMTAR = @AMTAR@
 
48
AR = @AR@
 
49
AUTOCONF = @AUTOCONF@
 
50
AUTOHEADER = @AUTOHEADER@
 
51
AUTOMAKE = @AUTOMAKE@
 
52
AWK = @AWK@
 
53
CC = @CC@
 
54
CCDEPMODE = @CCDEPMODE@
 
55
CFLAGS = @CFLAGS@
 
56
CPP = @CPP@
 
57
CPPFLAGS = @CPPFLAGS@
 
58
CXX = @CXX@
 
59
CXXCPP = @CXXCPP@
 
60
CXXDEPMODE = @CXXDEPMODE@
 
61
CXXFLAGS = @CXXFLAGS@
 
62
CYGPATH_W = @CYGPATH_W@
 
63
DEFS = @DEFS@
 
64
DEPDIR = @DEPDIR@
 
65
DSYMUTIL = @DSYMUTIL@
 
66
ECHO = @ECHO@
 
67
ECHO_C = @ECHO_C@
 
68
ECHO_N = @ECHO_N@
 
69
ECHO_T = @ECHO_T@
 
70
EGREP = @EGREP@
 
71
EXEEXT = @EXEEXT@
 
72
F77 = @F77@
 
73
FFLAGS = @FFLAGS@
 
74
GREP = @GREP@
 
75
INSTALL = @INSTALL@
 
76
INSTALL_DATA = @INSTALL_DATA@
 
77
INSTALL_PROGRAM = @INSTALL_PROGRAM@
 
78
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
79
INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
 
80
LDFLAGS = @LDFLAGS@
 
81
LEX = @LEX@
 
82
LEXLIB = @LEXLIB@
 
83
LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
 
84
LIBOBJS = @LIBOBJS@
 
85
LIBRARY_VERSION_MAJOR = @LIBRARY_VERSION_MAJOR@
 
86
LIBRARY_VERSION_MINOR = @LIBRARY_VERSION_MINOR@
 
87
LIBRARY_VERSION_RELEASE = @LIBRARY_VERSION_RELEASE@
 
88
LIBS = @LIBS@
 
89
LIBTOOL = @LIBTOOL@
 
90
LN_S = @LN_S@
 
91
LTLIBOBJS = @LTLIBOBJS@
 
92
MAKEINFO = @MAKEINFO@
 
93
MKDIR_P = @MKDIR_P@
 
94
NMEDIT = @NMEDIT@
 
95
OBJEXT = @OBJEXT@
 
96
PACKAGE = @PACKAGE@
 
97
PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
 
98
PACKAGE_NAME = @PACKAGE_NAME@
 
99
PACKAGE_STRING = @PACKAGE_STRING@
 
100
PACKAGE_TARNAME = @PACKAGE_TARNAME@
 
101
PACKAGE_VERSION = @PACKAGE_VERSION@
 
102
PATH_SEPARATOR = @PATH_SEPARATOR@
 
103
RANLIB = @RANLIB@
 
104
REALLY_YACC = @REALLY_YACC@
 
105
SED = @SED@
 
106
SET_MAKE = @SET_MAKE@
 
107
SHELL = @SHELL@
 
108
STRIP = @STRIP@
 
109
VERSION = @VERSION@
 
110
YACC = @YACC@
 
111
YFLAGS = @YFLAGS@
 
112
abs_builddir = @abs_builddir@
 
113
abs_srcdir = @abs_srcdir@
 
114
abs_top_builddir = @abs_top_builddir@
 
115
abs_top_srcdir = @abs_top_srcdir@
 
116
ac_ct_CC = @ac_ct_CC@
 
117
ac_ct_CXX = @ac_ct_CXX@
 
118
ac_ct_F77 = @ac_ct_F77@
 
119
am__include = @am__include@
 
120
am__leading_dot = @am__leading_dot@
 
121
am__quote = @am__quote@
 
122
am__tar = @am__tar@
 
123
am__untar = @am__untar@
 
124
bindir = @bindir@
 
125
build = @build@
 
126
build_alias = @build_alias@
 
127
build_cpu = @build_cpu@
 
128
build_os = @build_os@
 
129
build_vendor = @build_vendor@
 
130
builddir = @builddir@
 
131
datadir = @datadir@
 
132
datarootdir = @datarootdir@
 
133
docdir = @docdir@
 
134
dvidir = @dvidir@
 
135
exec_prefix = @exec_prefix@
 
136
host = @host@
 
137
host_alias = @host_alias@
 
138
host_cpu = @host_cpu@
 
139
host_os = @host_os@
 
140
host_vendor = @host_vendor@
 
141
htmldir = @htmldir@
 
142
includedir = @includedir@
 
143
infodir = @infodir@
 
144
install_sh = @install_sh@
 
145
libdir = @libdir@
 
146
libexecdir = @libexecdir@
 
147
localedir = @localedir@
 
148
localstatedir = @localstatedir@
 
149
mandir = @mandir@
 
150
mkdir_p = @mkdir_p@
 
151
oldincludedir = @oldincludedir@
 
152
pdfdir = @pdfdir@
 
153
prefix = @prefix@
 
154
program_transform_name = @program_transform_name@
 
155
psdir = @psdir@
 
156
sbindir = @sbindir@
 
157
sharedstatedir = @sharedstatedir@
 
158
srcdir = @srcdir@
 
159
sysconfdir = @sysconfdir@
 
160
target_alias = @target_alias@
 
161
top_build_prefix = @top_build_prefix@
 
162
top_builddir = @top_builddir@
 
163
top_srcdir = @top_srcdir@
 
164
EXTRA_DIST = cgconfig.conf cgred.conf cgrules.conf
 
165
all: all-am
 
166
 
 
167
.SUFFIXES:
 
168
$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
 
169
        @for dep in $?; do \
 
170
          case '$(am__configure_deps)' in \
 
171
            *$$dep*) \
 
172
              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
 
173
                && exit 0; \
 
174
              exit 1;; \
 
175
          esac; \
 
176
        done; \
 
177
        echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  samples/Makefile'; \
 
178
        cd $(top_srcdir) && \
 
179
          $(AUTOMAKE) --foreign  samples/Makefile
 
180
.PRECIOUS: Makefile
 
181
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
 
182
        @case '$?' in \
 
183
          *config.status*) \
 
184
            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
 
185
          *) \
 
186
            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
 
187
            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
 
188
        esac;
 
189
 
 
190
$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
 
191
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
192
 
 
193
$(top_srcdir)/configure:  $(am__configure_deps)
 
194
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
195
$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
 
196
        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
 
197
 
 
198
mostlyclean-libtool:
 
199
        -rm -f *.lo
 
200
 
 
201
clean-libtool:
 
202
        -rm -rf .libs _libs
 
203
tags: TAGS
 
204
TAGS:
 
205
 
 
206
ctags: CTAGS
 
207
CTAGS:
 
208
 
 
209
 
 
210
distdir: $(DISTFILES)
 
211
        @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
212
        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
 
213
        list='$(DISTFILES)'; \
 
214
          dist_files=`for file in $$list; do echo $$file; done | \
 
215
          sed -e "s|^$$srcdirstrip/||;t" \
 
216
              -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
 
217
        case $$dist_files in \
 
218
          */*) $(MKDIR_P) `echo "$$dist_files" | \
 
219
                           sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
 
220
                           sort -u` ;; \
 
221
        esac; \
 
222
        for file in $$dist_files; do \
 
223
          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
 
224
          if test -d $$d/$$file; then \
 
225
            dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
 
226
            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
 
227
              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
 
228
            fi; \
 
229
            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
 
230
          else \
 
231
            test -f $(distdir)/$$file \
 
232
            || cp -p $$d/$$file $(distdir)/$$file \
 
233
            || exit 1; \
 
234
          fi; \
 
235
        done
 
236
check-am: all-am
 
237
check: check-am
 
238
all-am: Makefile
 
239
installdirs:
 
240
install: install-am
 
241
install-exec: install-exec-am
 
242
install-data: install-data-am
 
243
uninstall: uninstall-am
 
244
 
 
245
install-am: all-am
 
246
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
247
 
 
248
installcheck: installcheck-am
 
249
install-strip:
 
250
        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
 
251
          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
 
252
          `test -z '$(STRIP)' || \
 
253
            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
 
254
mostlyclean-generic:
 
255
 
 
256
clean-generic:
 
257
 
 
258
distclean-generic:
 
259
        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
 
260
 
 
261
maintainer-clean-generic:
 
262
        @echo "This command is intended for maintainers to use"
 
263
        @echo "it deletes files that may require special tools to rebuild."
 
264
clean: clean-am
 
265
 
 
266
clean-am: clean-generic clean-libtool mostlyclean-am
 
267
 
 
268
distclean: distclean-am
 
269
        -rm -f Makefile
 
270
distclean-am: clean-am distclean-generic
 
271
 
 
272
dvi: dvi-am
 
273
 
 
274
dvi-am:
 
275
 
 
276
html: html-am
 
277
 
 
278
info: info-am
 
279
 
 
280
info-am:
 
281
 
 
282
install-data-am:
 
283
 
 
284
install-dvi: install-dvi-am
 
285
 
 
286
install-exec-am:
 
287
 
 
288
install-html: install-html-am
 
289
 
 
290
install-info: install-info-am
 
291
 
 
292
install-man:
 
293
 
 
294
install-pdf: install-pdf-am
 
295
 
 
296
install-ps: install-ps-am
 
297
 
 
298
installcheck-am:
 
299
 
 
300
maintainer-clean: maintainer-clean-am
 
301
        -rm -f Makefile
 
302
maintainer-clean-am: distclean-am maintainer-clean-generic
 
303
 
 
304
mostlyclean: mostlyclean-am
 
305
 
 
306
mostlyclean-am: mostlyclean-generic mostlyclean-libtool
 
307
 
 
308
pdf: pdf-am
 
309
 
 
310
pdf-am:
 
311
 
 
312
ps: ps-am
 
313
 
 
314
ps-am:
 
315
 
 
316
uninstall-am:
 
317
 
 
318
.MAKE: install-am install-strip
 
319
 
 
320
.PHONY: all all-am check check-am clean clean-generic clean-libtool \
 
321
        distclean distclean-generic distclean-libtool distdir dvi \
 
322
        dvi-am html html-am info info-am install install-am \
 
323
        install-data install-data-am install-dvi install-dvi-am \
 
324
        install-exec install-exec-am install-html install-html-am \
 
325
        install-info install-info-am install-man install-pdf \
 
326
        install-pdf-am install-ps install-ps-am install-strip \
 
327
        installcheck installcheck-am installdirs maintainer-clean \
 
328
        maintainer-clean-generic mostlyclean mostlyclean-generic \
 
329
        mostlyclean-libtool pdf pdf-am ps ps-am uninstall uninstall-am
 
330
 
 
331
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
332
# Otherwise a system limit (for SysV at least) may be exceeded.
 
333
.NOEXPORT: