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