~ubuntu-branches/ubuntu/warty/orbit/warty

« back to all changes in this revision

Viewing changes to src/daemons/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Chris Waters
  • Date: 2002-06-02 19:43:11 UTC
  • Revision ID: james.westby@ubuntu.com-20020602194311-vaexyon6f1ht295e
Tags: upstream-0.5.16
ImportĀ upstreamĀ versionĀ 0.5.16

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p5 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
 
4
# This Makefile.in is free software; the Free Software Foundation
 
5
# gives unlimited permission to copy and/or distribute it,
 
6
# with or without modifications, as long as this notice is preserved.
 
7
 
 
8
# This program is distributed in the hope that it will be useful,
 
9
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
 
10
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
 
11
# PARTICULAR PURPOSE.
 
12
 
 
13
 
 
14
SHELL = @SHELL@
 
15
 
 
16
srcdir = @srcdir@
 
17
top_srcdir = @top_srcdir@
 
18
VPATH = @srcdir@
 
19
prefix = @prefix@
 
20
exec_prefix = @exec_prefix@
 
21
 
 
22
bindir = @bindir@
 
23
sbindir = @sbindir@
 
24
libexecdir = @libexecdir@
 
25
datadir = @datadir@
 
26
sysconfdir = @sysconfdir@
 
27
sharedstatedir = @sharedstatedir@
 
28
localstatedir = @localstatedir@
 
29
libdir = @libdir@
 
30
infodir = @infodir@
 
31
mandir = @mandir@
 
32
includedir = @includedir@
 
33
oldincludedir = /usr/include
 
34
 
 
35
DESTDIR =
 
36
 
 
37
pkgdatadir = $(datadir)/@PACKAGE@
 
38
pkglibdir = $(libdir)/@PACKAGE@
 
39
pkgincludedir = $(includedir)/@PACKAGE@
 
40
 
 
41
top_builddir = ../..
 
42
 
 
43
ACLOCAL = @ACLOCAL@
 
44
AUTOCONF = @AUTOCONF@
 
45
AUTOMAKE = @AUTOMAKE@
 
46
AUTOHEADER = @AUTOHEADER@
 
47
 
 
48
INSTALL = @INSTALL@
 
49
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
 
50
INSTALL_DATA = @INSTALL_DATA@
 
51
INSTALL_SCRIPT = @INSTALL_SCRIPT@
 
52
transform = @program_transform_name@
 
53
 
 
54
NORMAL_INSTALL = :
 
55
PRE_INSTALL = :
 
56
POST_INSTALL = :
 
57
NORMAL_UNINSTALL = :
 
58
PRE_UNINSTALL = :
 
59
POST_UNINSTALL = :
 
60
host_alias = @host_alias@
 
61
host_triplet = @host@
 
62
AS = @AS@
 
63
AWK = @AWK@
 
64
CC = @CC@
 
65
DLLTOOL = @DLLTOOL@
 
66
ECHO = @ECHO@
 
67
EXEEXT = @EXEEXT@
 
68
GLIB_CFLAGS = @GLIB_CFLAGS@
 
69
GLIB_CONFIG = @GLIB_CONFIG@
 
70
GLIB_LIBS = @GLIB_LIBS@
 
71
GMODULE_CFLAGS = @GMODULE_CFLAGS@
 
72
GMODULE_LIBS = @GMODULE_LIBS@
 
73
HAVE_LIMITED_WRITEV = @HAVE_LIMITED_WRITEV@
 
74
LEX = @LEX@
 
75
LIBTOOL = @LIBTOOL@
 
76
LIBWRAP_PATH = @LIBWRAP_PATH@
 
77
LIB_WRAP = @LIB_WRAP@
 
78
LN_S = @LN_S@
 
79
LT_AGE = @LT_AGE@
 
80
LT_CURRENT = @LT_CURRENT@
 
81
LT_RELEASE = @LT_RELEASE@
 
82
LT_REVISION = @LT_REVISION@
 
83
MAINT = @MAINT@
 
84
MAKEINFO = @MAKEINFO@
 
85
OBJDUMP = @OBJDUMP@
 
86
OBJEXT = @OBJEXT@
 
87
ORBIT_HAVE_ALLOCA_H = @ORBIT_HAVE_ALLOCA_H@
 
88
ORBIT_MAJOR_VERSION = @ORBIT_MAJOR_VERSION@
 
89
ORBIT_MICRO_VERSION = @ORBIT_MICRO_VERSION@
 
90
ORBIT_MINOR_VERSION = @ORBIT_MINOR_VERSION@
 
91
ORBIT_SERIAL = @ORBIT_SERIAL@
 
92
ORBIT_VERSION = @ORBIT_VERSION@
 
93
PACKAGE = @PACKAGE@
 
94
RANLIB = @RANLIB@
 
95
STRIP = @STRIP@
 
96
VERSION = @VERSION@
 
97
YACC = @YACC@
 
98
pkglibdir = @pkglibdir@
 
99
 
 
100
SUBDIRS = interface_repository
 
101
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
102
CONFIG_HEADER = ../../config.h
 
103
CONFIG_CLEAN_FILES = 
 
104
DIST_COMMON =  Makefile.am Makefile.in
 
105
 
 
106
 
 
107
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
108
 
 
109
TAR = gtar
 
110
GZIP_ENV = --best
 
111
all: all-redirect
 
112
.SUFFIXES:
 
113
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
 
114
        cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps src/daemons/Makefile
 
115
 
 
116
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
117
        cd $(top_builddir) \
 
118
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
119
 
 
120
 
 
121
# This directory's subdirectories are mostly independent; you can cd
 
122
# into them and run `make' without going through this Makefile.
 
123
# To change the values of `make' variables: instead of editing Makefiles,
 
124
# (1) if the variable is set in `config.status', edit `config.status'
 
125
#     (which will cause the Makefiles to be regenerated when you run `make');
 
126
# (2) otherwise, pass the desired values on the `make' command line.
 
127
 
 
128
@SET_MAKE@
 
129
 
 
130
all-recursive install-data-recursive install-exec-recursive \
 
131
installdirs-recursive install-recursive uninstall-recursive  \
 
132
check-recursive installcheck-recursive info-recursive dvi-recursive:
 
133
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
134
        dot_seen=no; \
 
135
        target=`echo $@ | sed s/-recursive//`; \
 
136
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
137
          echo "Making $$target in $$subdir"; \
 
138
          if test "$$subdir" = "."; then \
 
139
            dot_seen=yes; \
 
140
            local_target="$$target-am"; \
 
141
          else \
 
142
            local_target="$$target"; \
 
143
          fi; \
 
144
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
145
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
146
        done; \
 
147
        if test "$$dot_seen" = "no"; then \
 
148
          $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
 
149
        fi; test -z "$$fail"
 
150
 
 
151
mostlyclean-recursive clean-recursive distclean-recursive \
 
152
maintainer-clean-recursive:
 
153
        @set fnord $(MAKEFLAGS); amf=$$2; \
 
154
        dot_seen=no; \
 
155
        rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
 
156
          rev="$$subdir $$rev"; \
 
157
          test "$$subdir" != "." || dot_seen=yes; \
 
158
        done; \
 
159
        test "$$dot_seen" = "no" && rev=". $$rev"; \
 
160
        target=`echo $@ | sed s/-recursive//`; \
 
161
        for subdir in $$rev; do \
 
162
          echo "Making $$target in $$subdir"; \
 
163
          if test "$$subdir" = "."; then \
 
164
            local_target="$$target-am"; \
 
165
          else \
 
166
            local_target="$$target"; \
 
167
          fi; \
 
168
          (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
 
169
           || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
 
170
        done && test -z "$$fail"
 
171
tags-recursive:
 
172
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
173
          test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
 
174
        done
 
175
 
 
176
tags: TAGS
 
177
 
 
178
ID: $(HEADERS) $(SOURCES) $(LISP)
 
179
        list='$(SOURCES) $(HEADERS)'; \
 
180
        unique=`for i in $$list; do echo $$i; done | \
 
181
          awk '    { files[$$0] = 1; } \
 
182
               END { for (i in files) print i; }'`; \
 
183
        here=`pwd` && cd $(srcdir) \
 
184
          && mkid -f$$here/ID $$unique $(LISP)
 
185
 
 
186
TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
187
        tags=; \
 
188
        here=`pwd`; \
 
189
        list='$(SUBDIRS)'; for subdir in $$list; do \
 
190
   if test "$$subdir" = .; then :; else \
 
191
            test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
 
192
   fi; \
 
193
        done; \
 
194
        list='$(SOURCES) $(HEADERS)'; \
 
195
        unique=`for i in $$list; do echo $$i; done | \
 
196
          awk '    { files[$$0] = 1; } \
 
197
               END { for (i in files) print i; }'`; \
 
198
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
199
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
200
 
 
201
mostlyclean-tags:
 
202
 
 
203
clean-tags:
 
204
 
 
205
distclean-tags:
 
206
        -rm -f TAGS ID
 
207
 
 
208
maintainer-clean-tags:
 
209
 
 
210
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
211
 
 
212
subdir = src/daemons
 
213
 
 
214
distdir: $(DISTFILES)
 
215
        @for file in $(DISTFILES); do \
 
216
          d=$(srcdir); \
 
217
          if test -d $$d/$$file; then \
 
218
            cp -pr $$d/$$file $(distdir)/$$file; \
 
219
          else \
 
220
            test -f $(distdir)/$$file \
 
221
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
222
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
223
          fi; \
 
224
        done
 
225
        for subdir in $(SUBDIRS); do \
 
226
          if test "$$subdir" = .; then :; else \
 
227
            test -d $(distdir)/$$subdir \
 
228
            || mkdir $(distdir)/$$subdir \
 
229
            || exit 1; \
 
230
            chmod 777 $(distdir)/$$subdir; \
 
231
            (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
 
232
              || exit 1; \
 
233
          fi; \
 
234
        done
 
235
info-am:
 
236
info: info-recursive
 
237
dvi-am:
 
238
dvi: dvi-recursive
 
239
check-am: all-am
 
240
check: check-recursive
 
241
installcheck-am:
 
242
installcheck: installcheck-recursive
 
243
install-exec-am:
 
244
install-exec: install-exec-recursive
 
245
 
 
246
install-data-am:
 
247
install-data: install-data-recursive
 
248
 
 
249
install-am: all-am
 
250
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
251
install: install-recursive
 
252
uninstall-am:
 
253
uninstall: uninstall-recursive
 
254
all-am: Makefile
 
255
all-redirect: all-recursive
 
256
install-strip:
 
257
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
258
installdirs: installdirs-recursive
 
259
installdirs-am:
 
260
 
 
261
 
 
262
mostlyclean-generic:
 
263
 
 
264
clean-generic:
 
265
 
 
266
distclean-generic:
 
267
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
268
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
269
 
 
270
maintainer-clean-generic:
 
271
mostlyclean-am:  mostlyclean-tags mostlyclean-generic
 
272
 
 
273
mostlyclean: mostlyclean-recursive
 
274
 
 
275
clean-am:  clean-tags clean-generic mostlyclean-am
 
276
 
 
277
clean: clean-recursive
 
278
 
 
279
distclean-am:  distclean-tags distclean-generic clean-am
 
280
        -rm -f libtool
 
281
 
 
282
distclean: distclean-recursive
 
283
 
 
284
maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
 
285
                distclean-am
 
286
        @echo "This command is intended for maintainers to use;"
 
287
        @echo "it deletes files that may require special tools to rebuild."
 
288
 
 
289
maintainer-clean: maintainer-clean-recursive
 
290
 
 
291
.PHONY: install-data-recursive uninstall-data-recursive \
 
292
install-exec-recursive uninstall-exec-recursive installdirs-recursive \
 
293
uninstalldirs-recursive all-recursive check-recursive \
 
294
installcheck-recursive info-recursive dvi-recursive \
 
295
mostlyclean-recursive distclean-recursive clean-recursive \
 
296
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
 
297
distclean-tags clean-tags maintainer-clean-tags distdir info-am info \
 
298
dvi-am dvi check check-am installcheck-am installcheck install-exec-am \
 
299
install-exec install-data-am install-data install-am install \
 
300
uninstall-am uninstall all-redirect all-am all installdirs-am \
 
301
installdirs mostlyclean-generic distclean-generic clean-generic \
 
302
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
 
303
 
 
304
 
 
305
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
306
# Otherwise a system limit (for SysV at least) may be exceeded.
 
307
.NOEXPORT: