~ubuntu-branches/ubuntu/lucid/libnbio/lucid

« back to all changes in this revision

Viewing changes to src/Makefile.in

  • Committer: Bazaar Package Importer
  • Author(s): Eric Warmenhoven
  • Date: 2005-08-13 21:55:00 UTC
  • Revision ID: james.westby@ubuntu.com-20050813215500-3mwpr3xxt5z7bhmd
Tags: upstream-0.20
ImportĀ upstreamĀ versionĀ 0.20

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Makefile.in generated automatically by automake 1.4-p4 from Makefile.am
 
2
 
 
3
# Copyright (C) 1994, 1995-8, 1999 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
AR = @AR@
 
63
AS = @AS@
 
64
CC = @CC@
 
65
CFLAGS = @CFLAGS@
 
66
CXX = @CXX@
 
67
CXXCPP = @CXXCPP@
 
68
DLLTOOL = @DLLTOOL@
 
69
ECHO = @ECHO@
 
70
EGREP = @EGREP@
 
71
EXEEXT = @EXEEXT@
 
72
F77 = @F77@
 
73
GCJ = @GCJ@
 
74
GCJFLAGS = @GCJFLAGS@
 
75
LIBTOOL = @LIBTOOL@
 
76
LN_S = @LN_S@
 
77
MAINT = @MAINT@
 
78
MAKEINFO = @MAKEINFO@
 
79
NB_LDADD = @NB_LDADD@
 
80
OBJDUMP = @OBJDUMP@
 
81
OBJEXT = @OBJEXT@
 
82
PACKAGE = @PACKAGE@
 
83
RANLIB = @RANLIB@
 
84
RC = @RC@
 
85
STRIP = @STRIP@
 
86
VERSION = @VERSION@
 
87
 
 
88
lib_LTLIBRARIES = libnbio.la
 
89
libnbio_la_SOURCES = libnbio.c vectors.c kqueue.c poll.c wsk2.c unix.c select.c impl.h
 
90
AM_CPPFLAGS = -I$(top_srcdir)/include
 
91
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
 
92
CONFIG_HEADER = ../include/config.h
 
93
CONFIG_CLEAN_FILES = 
 
94
LTLIBRARIES =  $(lib_LTLIBRARIES)
 
95
 
 
96
 
 
97
DEFS = @DEFS@ -I. -I$(srcdir) -I../include
 
98
CPPFLAGS = @CPPFLAGS@
 
99
LDFLAGS = @LDFLAGS@
 
100
LIBS = @LIBS@
 
101
libnbio_la_LDFLAGS = 
 
102
libnbio_la_LIBADD = 
 
103
libnbio_la_OBJECTS =  libnbio.lo vectors.lo kqueue.lo poll.lo wsk2.lo \
 
104
unix.lo select.lo
 
105
COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
106
LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
 
107
CCLD = $(CC)
 
108
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
 
109
DIST_COMMON =  Makefile.am Makefile.in
 
110
 
 
111
 
 
112
DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
 
113
 
 
114
TAR = tar
 
115
GZIP_ENV = --best
 
116
SOURCES = $(libnbio_la_SOURCES)
 
117
OBJECTS = $(libnbio_la_OBJECTS)
 
118
 
 
119
all: all-redirect
 
120
.SUFFIXES:
 
121
.SUFFIXES: .S .c .lo .o .obj .s
 
122
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4) 
 
123
        cd $(top_srcdir) && $(AUTOMAKE) --foreign --include-deps src/Makefile
 
124
 
 
125
Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
 
126
        cd $(top_builddir) \
 
127
          && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
 
128
 
 
129
 
 
130
mostlyclean-libLTLIBRARIES:
 
131
 
 
132
clean-libLTLIBRARIES:
 
133
        -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
 
134
 
 
135
distclean-libLTLIBRARIES:
 
136
 
 
137
maintainer-clean-libLTLIBRARIES:
 
138
 
 
139
install-libLTLIBRARIES: $(lib_LTLIBRARIES)
 
140
        @$(NORMAL_INSTALL)
 
141
        $(mkinstalldirs) $(DESTDIR)$(libdir)
 
142
        @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
143
          if test -f $$p; then \
 
144
            echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
 
145
            $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
 
146
          else :; fi; \
 
147
        done
 
148
 
 
149
uninstall-libLTLIBRARIES:
 
150
        @$(NORMAL_UNINSTALL)
 
151
        list='$(lib_LTLIBRARIES)'; for p in $$list; do \
 
152
          $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
 
153
        done
 
154
 
 
155
.c.o:
 
156
        $(COMPILE) -c $<
 
157
 
 
158
# FIXME: We should only use cygpath when building on Windows,
 
159
# and only if it is available.
 
160
.c.obj:
 
161
        $(COMPILE) -c `cygpath -w $<`
 
162
 
 
163
.s.o:
 
164
        $(COMPILE) -c $<
 
165
 
 
166
.S.o:
 
167
        $(COMPILE) -c $<
 
168
 
 
169
mostlyclean-compile:
 
170
        -rm -f *.o core *.core
 
171
        -rm -f *.$(OBJEXT)
 
172
 
 
173
clean-compile:
 
174
 
 
175
distclean-compile:
 
176
        -rm -f *.tab.c
 
177
 
 
178
maintainer-clean-compile:
 
179
 
 
180
.c.lo:
 
181
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
182
 
 
183
.s.lo:
 
184
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
185
 
 
186
.S.lo:
 
187
        $(LIBTOOL) --mode=compile $(COMPILE) -c $<
 
188
 
 
189
mostlyclean-libtool:
 
190
        -rm -f *.lo
 
191
 
 
192
clean-libtool:
 
193
        -rm -rf .libs _libs
 
194
 
 
195
distclean-libtool:
 
196
 
 
197
maintainer-clean-libtool:
 
198
 
 
199
libnbio.la: $(libnbio_la_OBJECTS) $(libnbio_la_DEPENDENCIES)
 
200
        $(LINK) -rpath $(libdir) $(libnbio_la_LDFLAGS) $(libnbio_la_OBJECTS) $(libnbio_la_LIBADD) $(LIBS)
 
201
 
 
202
tags: TAGS
 
203
 
 
204
ID: $(HEADERS) $(SOURCES) $(LISP)
 
205
        list='$(SOURCES) $(HEADERS)'; \
 
206
        unique=`for i in $$list; do echo $$i; done | \
 
207
          awk '    { files[$$0] = 1; } \
 
208
               END { for (i in files) print i; }'`; \
 
209
        here=`pwd` && cd $(srcdir) \
 
210
          && mkid -f$$here/ID $$unique $(LISP)
 
211
 
 
212
TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
 
213
        tags=; \
 
214
        here=`pwd`; \
 
215
        list='$(SOURCES) $(HEADERS)'; \
 
216
        unique=`for i in $$list; do echo $$i; done | \
 
217
          awk '    { files[$$0] = 1; } \
 
218
               END { for (i in files) print i; }'`; \
 
219
        test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
 
220
          || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
 
221
 
 
222
mostlyclean-tags:
 
223
 
 
224
clean-tags:
 
225
 
 
226
distclean-tags:
 
227
        -rm -f TAGS ID
 
228
 
 
229
maintainer-clean-tags:
 
230
 
 
231
distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
 
232
 
 
233
subdir = src
 
234
 
 
235
distdir: $(DISTFILES)
 
236
        @for file in $(DISTFILES); do \
 
237
          d=$(srcdir); \
 
238
          if test -d $$d/$$file; then \
 
239
            cp -pr $$d/$$file $(distdir)/$$file; \
 
240
          else \
 
241
            test -f $(distdir)/$$file \
 
242
            || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
 
243
            || cp -p $$d/$$file $(distdir)/$$file || :; \
 
244
          fi; \
 
245
        done
 
246
kqueue.lo kqueue.o : kqueue.c ../include/config.h
 
247
libnbio.lo libnbio.o : libnbio.c ../include/config.h \
 
248
        ../include/libnbio.h impl.h
 
249
poll.lo poll.o : poll.c ../include/config.h ../include/libnbio.h impl.h
 
250
select.lo select.o : select.c ../include/config.h
 
251
unix.lo unix.o : unix.c ../include/config.h ../include/libnbio.h impl.h
 
252
vectors.lo vectors.o : vectors.c ../include/config.h \
 
253
        ../include/libnbio.h impl.h
 
254
wsk2.lo wsk2.o : wsk2.c ../include/config.h
 
255
 
 
256
info-am:
 
257
info: info-am
 
258
dvi-am:
 
259
dvi: dvi-am
 
260
check-am: all-am
 
261
check: check-am
 
262
installcheck-am:
 
263
installcheck: installcheck-am
 
264
install-exec-am: install-libLTLIBRARIES
 
265
install-exec: install-exec-am
 
266
 
 
267
install-data-am:
 
268
install-data: install-data-am
 
269
 
 
270
install-am: all-am
 
271
        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
 
272
install: install-am
 
273
uninstall-am: uninstall-libLTLIBRARIES
 
274
uninstall: uninstall-am
 
275
all-am: Makefile $(LTLIBRARIES)
 
276
all-redirect: all-am
 
277
install-strip:
 
278
        $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
 
279
installdirs:
 
280
        $(mkinstalldirs)  $(DESTDIR)$(libdir)
 
281
 
 
282
 
 
283
mostlyclean-generic:
 
284
 
 
285
clean-generic:
 
286
 
 
287
distclean-generic:
 
288
        -rm -f Makefile $(CONFIG_CLEAN_FILES)
 
289
        -rm -f config.cache config.log stamp-h stamp-h[0-9]*
 
290
 
 
291
maintainer-clean-generic:
 
292
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
 
293
                mostlyclean-libtool mostlyclean-tags \
 
294
                mostlyclean-generic
 
295
 
 
296
mostlyclean: mostlyclean-am
 
297
 
 
298
clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
 
299
                clean-generic mostlyclean-am
 
300
 
 
301
clean: clean-am
 
302
 
 
303
distclean-am:  distclean-libLTLIBRARIES distclean-compile \
 
304
                distclean-libtool distclean-tags distclean-generic \
 
305
                clean-am
 
306
        -rm -f libtool
 
307
 
 
308
distclean: distclean-am
 
309
 
 
310
maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
 
311
                maintainer-clean-compile maintainer-clean-libtool \
 
312
                maintainer-clean-tags maintainer-clean-generic \
 
313
                distclean-am
 
314
        @echo "This command is intended for maintainers to use;"
 
315
        @echo "it deletes files that may require special tools to rebuild."
 
316
 
 
317
maintainer-clean: maintainer-clean-am
 
318
 
 
319
.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
 
320
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
 
321
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
 
322
distclean-compile clean-compile maintainer-clean-compile \
 
323
mostlyclean-libtool distclean-libtool clean-libtool \
 
324
maintainer-clean-libtool tags mostlyclean-tags distclean-tags \
 
325
clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
 
326
check-am installcheck-am installcheck install-exec-am install-exec \
 
327
install-data-am install-data install-am install uninstall-am uninstall \
 
328
all-redirect all-am all installdirs mostlyclean-generic \
 
329
distclean-generic clean-generic maintainer-clean-generic clean \
 
330
mostlyclean distclean maintainer-clean
 
331
 
 
332
 
 
333
# Tell versions [3.59,3.63) of GNU make to not export all variables.
 
334
# Otherwise a system limit (for SysV at least) may be exceeded.
 
335
.NOEXPORT: