and added files
[bcm963xx.git] / userapps / opensource / libosip2 / src / osip2 / Makefile.in
1 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ../..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 install_sh_PROGRAM = $(install_sh) -c
52 install_sh_SCRIPT = $(install_sh) -c
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 INSTALL_HEADER = $(INSTALL_DATA)
55 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 host_alias = @host_alias@
63 host_triplet = @host@
64
65 EXEEXT = @EXEEXT@
66 OBJEXT = @OBJEXT@
67 PATH_SEPARATOR = @PATH_SEPARATOR@
68 AMTAR = @AMTAR@
69 AR = @AR@
70 AS = @AS@
71 AWK = @AWK@
72 CC = @CC@
73 CPP = @CPP@
74 CXX = @CXX@
75 CXXCPP = @CXXCPP@
76 DEPDIR = @DEPDIR@
77 DLLTOOL = @DLLTOOL@
78 ECHO = @ECHO@
79 EGREP = @EGREP@
80 EXTRA_LIB = @EXTRA_LIB@
81 F77 = @F77@
82 FSM_LIB = @FSM_LIB@
83 GCJ = @GCJ@
84 GCJFLAGS = @GCJFLAGS@
85 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
86 LIBOSIP_SO_VERSION = @LIBOSIP_SO_VERSION@
87 LIBTOOL = @LIBTOOL@
88 LN_S = @LN_S@
89 OBJDUMP = @OBJDUMP@
90 OSIP_VERSION = @OSIP_VERSION@
91 PACKAGE = @PACKAGE@
92 PARSER_LIB = @PARSER_LIB@
93 PTHREAD_CC = @PTHREAD_CC@
94 PTHREAD_CFLAGS = @PTHREAD_CFLAGS@
95 PTHREAD_LIBS = @PTHREAD_LIBS@
96 RANLIB = @RANLIB@
97 RC = @RC@
98 SIP_CFLAGS = @SIP_CFLAGS@
99 SIP_EXTRA_FLAGS = @SIP_EXTRA_FLAGS@
100 SIP_FSM_FLAGS = @SIP_FSM_FLAGS@
101 SIP_PARSER_FLAGS = @SIP_PARSER_FLAGS@
102 STRIP = @STRIP@
103 VERSION = @VERSION@
104 am__include = @am__include@
105 am__quote = @am__quote@
106 install_sh = @install_sh@
107
108 EXTRA_DIST = fsm.h xixt.h
109
110 lib_LTLIBRARIES = libosip2.la
111
112 libosip2_la_SOURCES = \
113 ict_fsm.c      ist_fsm.c      nict_fsm.c          nist_fsm.c    \
114 ict.c          ist.c          nict.c              nist.c        \
115 fsm_misc.c     osip.c         osip_transaction.c  osip_event.c  \
116 port_sema.c    port_fifo.c    port_thread.c       osip_dialog.c \
117 osip_negotiation.c            port_condv.c        osip_time.c
118
119
120 libosip2_la_LDFLAGS = -version-info $(LIBOSIP_SO_VERSION) \
121  $(FSM_LIB) $(EXTRA_LIB) ../osipparser2/libosipparser2.la
122
123
124 INCLUDES = -I$(top_srcdir)/include
125 AM_CFLAGS = $(SIP_CFLAGS) $(SIP_FSM_FLAGS) $(SIP_EXTRA_FLAGS)
126 subdir = src/osip2
127 mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
128 CONFIG_HEADER = $(top_builddir)/config.h
129 CONFIG_CLEAN_FILES =
130 LTLIBRARIES = $(lib_LTLIBRARIES)
131
132 libosip2_la_LIBADD =
133 am_libosip2_la_OBJECTS = ict_fsm.lo ist_fsm.lo nict_fsm.lo nist_fsm.lo \
134         ict.lo ist.lo nict.lo nist.lo fsm_misc.lo osip.lo \
135         osip_transaction.lo osip_event.lo port_sema.lo port_fifo.lo \
136         port_thread.lo osip_dialog.lo osip_negotiation.lo port_condv.lo \
137         osip_time.lo
138 libosip2_la_OBJECTS = $(am_libosip2_la_OBJECTS)
139
140 DEFS = @DEFS@
141 DEFAULT_INCLUDES =  -I. -I$(srcdir) -I$(top_builddir)
142 CPPFLAGS = @CPPFLAGS@
143 LDFLAGS = @LDFLAGS@
144 LIBS = @LIBS@
145 depcomp = $(SHELL) $(top_srcdir)/scripts/depcomp
146 am__depfiles_maybe = depfiles
147 @AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/fsm_misc.Plo ./$(DEPDIR)/ict.Plo \
148 @AMDEP_TRUE@    ./$(DEPDIR)/ict_fsm.Plo ./$(DEPDIR)/ist.Plo \
149 @AMDEP_TRUE@    ./$(DEPDIR)/ist_fsm.Plo ./$(DEPDIR)/nict.Plo \
150 @AMDEP_TRUE@    ./$(DEPDIR)/nict_fsm.Plo ./$(DEPDIR)/nist.Plo \
151 @AMDEP_TRUE@    ./$(DEPDIR)/nist_fsm.Plo ./$(DEPDIR)/osip.Plo \
152 @AMDEP_TRUE@    ./$(DEPDIR)/osip_dialog.Plo \
153 @AMDEP_TRUE@    ./$(DEPDIR)/osip_event.Plo \
154 @AMDEP_TRUE@    ./$(DEPDIR)/osip_negotiation.Plo \
155 @AMDEP_TRUE@    ./$(DEPDIR)/osip_time.Plo \
156 @AMDEP_TRUE@    ./$(DEPDIR)/osip_transaction.Plo \
157 @AMDEP_TRUE@    ./$(DEPDIR)/port_condv.Plo \
158 @AMDEP_TRUE@    ./$(DEPDIR)/port_fifo.Plo ./$(DEPDIR)/port_sema.Plo \
159 @AMDEP_TRUE@    ./$(DEPDIR)/port_thread.Plo
160 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
161         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
162 LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
163         $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
164 CCLD = $(CC)
165 LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
166         $(AM_LDFLAGS) $(LDFLAGS) -o $@
167 CFLAGS = @CFLAGS@
168 DIST_SOURCES = $(libosip2_la_SOURCES)
169 DIST_COMMON = Makefile.am Makefile.in
170 SOURCES = $(libosip2_la_SOURCES)
171
172 all: all-am
173
174 .SUFFIXES:
175 .SUFFIXES: .c .lo .o .obj
176 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
177         cd $(top_srcdir) && \
178           $(AUTOMAKE) --gnu  src/osip2/Makefile
179 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
180         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
181 libLTLIBRARIES_INSTALL = $(INSTALL)
182 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
183         @$(NORMAL_INSTALL)
184         $(mkinstalldirs) $(DESTDIR)$(libdir)
185         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
186           if test -f $$p; then \
187             f="`echo $$p | sed -e 's|^.*/||'`"; \
188             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f"; \
189             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) $$p $(DESTDIR)$(libdir)/$$f; \
190           else :; fi; \
191         done
192
193 uninstall-libLTLIBRARIES:
194         @$(NORMAL_UNINSTALL)
195         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
196             p="`echo $$p | sed -e 's|^.*/||'`"; \
197           echo " $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p"; \
198           $(LIBTOOL) --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
199         done
200
201 clean-libLTLIBRARIES:
202         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
203         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
204           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
205           test -z "$dir" && dir=.; \
206           echo "rm -f \"$${dir}/so_locations\""; \
207           rm -f "$${dir}/so_locations"; \
208         done
209 libosip2.la: $(libosip2_la_OBJECTS) $(libosip2_la_DEPENDENCIES) 
210         $(LINK) -rpath $(libdir) $(libosip2_la_LDFLAGS) $(libosip2_la_OBJECTS) $(libosip2_la_LIBADD) $(LIBS)
211
212 mostlyclean-compile:
213         -rm -f *.$(OBJEXT) core *.core
214
215 distclean-compile:
216         -rm -f *.tab.c
217
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/fsm_misc.Plo@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ict.Plo@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ict_fsm.Plo@am__quote@
221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ist.Plo@am__quote@
222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ist_fsm.Plo@am__quote@
223 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nict.Plo@am__quote@
224 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nict_fsm.Plo@am__quote@
225 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nist.Plo@am__quote@
226 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nist_fsm.Plo@am__quote@
227 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip.Plo@am__quote@
228 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip_dialog.Plo@am__quote@
229 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip_event.Plo@am__quote@
230 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip_negotiation.Plo@am__quote@
231 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip_time.Plo@am__quote@
232 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/osip_transaction.Plo@am__quote@
233 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_condv.Plo@am__quote@
234 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_fifo.Plo@am__quote@
235 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_sema.Plo@am__quote@
236 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/port_thread.Plo@am__quote@
237
238 distclean-depend:
239         -rm -rf ./$(DEPDIR)
240
241 .c.o:
242 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
243 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
244 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
245         $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
246
247 .c.obj:
248 @AMDEP_TRUE@    source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
249 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
250 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
251         $(COMPILE) -c `cygpath -w $<`
252
253 .c.lo:
254 @AMDEP_TRUE@    source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
255 @AMDEP_TRUE@    depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
256 @AMDEP_TRUE@    $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
257         $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
258 CCDEPMODE = @CCDEPMODE@
259
260 mostlyclean-libtool:
261         -rm -f *.lo
262
263 clean-libtool:
264         -rm -rf .libs _libs
265
266 distclean-libtool:
267         -rm -f libtool
268 uninstall-info-am:
269
270 ETAGS = etags
271 ETAGSFLAGS =
272
273 tags: TAGS
274
275 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
276         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
277         unique=`for i in $$list; do \
278             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
279           done | \
280           $(AWK) '    { files[$$0] = 1; } \
281                END { for (i in files) print i; }'`; \
282         mkid -fID $$unique
283
284 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
285                 $(TAGS_FILES) $(LISP)
286         tags=; \
287         here=`pwd`; \
288         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
289         unique=`for i in $$list; do \
290             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
291           done | \
292           $(AWK) '    { files[$$0] = 1; } \
293                END { for (i in files) print i; }'`; \
294         test -z "$(ETAGS_ARGS)$$tags$$unique" \
295           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
296              $$tags $$unique
297
298 GTAGS:
299         here=`$(am__cd) $(top_builddir) && pwd` \
300           && cd $(top_srcdir) \
301           && gtags -i $(GTAGS_ARGS) $$here
302
303 distclean-tags:
304         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
305 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
306
307 top_distdir = ../..
308 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
309
310 distdir: $(DISTFILES)
311         @list='$(DISTFILES)'; for file in $$list; do \
312           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
313           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
314           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
315             dir="/$$dir"; \
316             $(mkinstalldirs) "$(distdir)$$dir"; \
317           else \
318             dir=''; \
319           fi; \
320           if test -d $$d/$$file; then \
321             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
322               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
323             fi; \
324             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
325           else \
326             test -f $(distdir)/$$file \
327             || cp -p $$d/$$file $(distdir)/$$file \
328             || exit 1; \
329           fi; \
330         done
331 check-am: all-am
332 check: check-am
333 all-am: Makefile $(LTLIBRARIES)
334
335 installdirs:
336         $(mkinstalldirs) $(DESTDIR)$(libdir)
337
338 install: install-am
339 install-exec: install-exec-am
340 install-data: install-data-am
341 uninstall: uninstall-am
342
343 install-am: all-am
344         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
345
346 installcheck: installcheck-am
347 install-strip:
348         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
349           INSTALL_STRIP_FLAG=-s \
350           `test -z '$(STRIP)' || \
351             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
352 mostlyclean-generic:
353
354 clean-generic:
355
356 distclean-generic:
357         -rm -f Makefile $(CONFIG_CLEAN_FILES)
358
359 maintainer-clean-generic:
360         @echo "This command is intended for maintainers to use"
361         @echo "it deletes files that may require special tools to rebuild."
362 clean: clean-am
363
364 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
365         mostlyclean-am
366
367 distclean: distclean-am
368
369 distclean-am: clean-am distclean-compile distclean-depend \
370         distclean-generic distclean-libtool distclean-tags
371
372 dvi: dvi-am
373
374 dvi-am:
375
376 info: info-am
377
378 info-am:
379
380 install-data-am:
381
382 install-exec-am: install-libLTLIBRARIES
383
384 install-info: install-info-am
385
386 install-man:
387
388 installcheck-am:
389
390 maintainer-clean: maintainer-clean-am
391
392 maintainer-clean-am: distclean-am maintainer-clean-generic
393
394 mostlyclean: mostlyclean-am
395
396 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
397         mostlyclean-libtool
398
399 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES
400
401 .PHONY: GTAGS all all-am check check-am clean clean-generic \
402         clean-libLTLIBRARIES clean-libtool distclean distclean-compile \
403         distclean-depend distclean-generic distclean-libtool \
404         distclean-tags distdir dvi dvi-am info info-am install \
405         install-am install-data install-data-am install-exec \
406         install-exec-am install-info install-info-am \
407         install-libLTLIBRARIES install-man install-strip installcheck \
408         installcheck-am installdirs maintainer-clean \
409         maintainer-clean-generic mostlyclean mostlyclean-compile \
410         mostlyclean-generic mostlyclean-libtool tags uninstall \
411         uninstall-am uninstall-info-am uninstall-libLTLIBRARIES
412
413 # Tell versions [3.59,3.63) of GNU make to not export all variables.
414 # Otherwise a system limit (for SysV at least) may be exceeded.
415 .NOEXPORT: