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