Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / libosip2 / platform / 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 SUBDIRS = rpm windows vsnet
109 subdir = platform
110 mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
111 CONFIG_HEADER = $(top_builddir)/config.h
112 CONFIG_CLEAN_FILES =
113 DIST_SOURCES =
114
115 RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
116         uninstall-info-recursive all-recursive install-data-recursive \
117         install-exec-recursive installdirs-recursive install-recursive \
118         uninstall-recursive check-recursive installcheck-recursive
119 DIST_COMMON = Makefile.am Makefile.in
120 DIST_SUBDIRS = $(SUBDIRS)
121 all: all-recursive
122
123 .SUFFIXES:
124 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
125         cd $(top_srcdir) && \
126           $(AUTOMAKE) --gnu  platform/Makefile
127 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
128         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
129
130 mostlyclean-libtool:
131         -rm -f *.lo
132
133 clean-libtool:
134         -rm -rf .libs _libs
135
136 distclean-libtool:
137         -rm -f libtool
138 uninstall-info-am:
139
140 # This directory's subdirectories are mostly independent; you can cd
141 # into them and run `make' without going through this Makefile.
142 # To change the values of `make' variables: instead of editing Makefiles,
143 # (1) if the variable is set in `config.status', edit `config.status'
144 #     (which will cause the Makefiles to be regenerated when you run `make');
145 # (2) otherwise, pass the desired values on the `make' command line.
146 $(RECURSIVE_TARGETS):
147         @set fnord $$MAKEFLAGS; amf=$$2; \
148         dot_seen=no; \
149         target=`echo $@ | sed s/-recursive//`; \
150         list='$(SUBDIRS)'; for subdir in $$list; do \
151           echo "Making $$target in $$subdir"; \
152           if test "$$subdir" = "."; then \
153             dot_seen=yes; \
154             local_target="$$target-am"; \
155           else \
156             local_target="$$target"; \
157           fi; \
158           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
159            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
160         done; \
161         if test "$$dot_seen" = "no"; then \
162           $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
163         fi; test -z "$$fail"
164
165 mostlyclean-recursive clean-recursive distclean-recursive \
166 maintainer-clean-recursive:
167         @set fnord $$MAKEFLAGS; amf=$$2; \
168         dot_seen=no; \
169         case "$@" in \
170           distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \
171           *) list='$(SUBDIRS)' ;; \
172         esac; \
173         rev=''; for subdir in $$list; do \
174           if test "$$subdir" = "."; then :; else \
175             rev="$$subdir $$rev"; \
176           fi; \
177         done; \
178         rev="$$rev ."; \
179         target=`echo $@ | sed s/-recursive//`; \
180         for subdir in $$rev; do \
181           echo "Making $$target in $$subdir"; \
182           if test "$$subdir" = "."; then \
183             local_target="$$target-am"; \
184           else \
185             local_target="$$target"; \
186           fi; \
187           (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
188            || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
189         done && test -z "$$fail"
190 tags-recursive:
191         list='$(SUBDIRS)'; for subdir in $$list; do \
192           test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
193         done
194
195 ETAGS = etags
196 ETAGSFLAGS =
197
198 tags: TAGS
199
200 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
201         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
202         unique=`for i in $$list; do \
203             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
204           done | \
205           $(AWK) '    { files[$$0] = 1; } \
206                END { for (i in files) print i; }'`; \
207         mkid -fID $$unique
208
209 TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
210                 $(TAGS_FILES) $(LISP)
211         tags=; \
212         here=`pwd`; \
213         list='$(SUBDIRS)'; for subdir in $$list; do \
214           if test "$$subdir" = .; then :; else \
215             test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
216           fi; \
217         done; \
218         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
219         unique=`for i in $$list; do \
220             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
221           done | \
222           $(AWK) '    { files[$$0] = 1; } \
223                END { for (i in files) print i; }'`; \
224         test -z "$(ETAGS_ARGS)$$tags$$unique" \
225           || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
226              $$tags $$unique
227
228 GTAGS:
229         here=`$(am__cd) $(top_builddir) && pwd` \
230           && cd $(top_srcdir) \
231           && gtags -i $(GTAGS_ARGS) $$here
232
233 distclean-tags:
234         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
235 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
236
237 top_distdir = ..
238 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
239
240 distdir: $(DISTFILES)
241         @list='$(DISTFILES)'; for file in $$list; do \
242           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
243           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
244           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
245             dir="/$$dir"; \
246             $(mkinstalldirs) "$(distdir)$$dir"; \
247           else \
248             dir=''; \
249           fi; \
250           if test -d $$d/$$file; then \
251             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
252               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
253             fi; \
254             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
255           else \
256             test -f $(distdir)/$$file \
257             || cp -p $$d/$$file $(distdir)/$$file \
258             || exit 1; \
259           fi; \
260         done
261         list='$(SUBDIRS)'; for subdir in $$list; do \
262           if test "$$subdir" = .; then :; else \
263             test -d $(distdir)/$$subdir \
264             || mkdir $(distdir)/$$subdir \
265             || exit 1; \
266             (cd $$subdir && \
267               $(MAKE) $(AM_MAKEFLAGS) \
268                 top_distdir="$(top_distdir)" \
269                 distdir=../$(distdir)/$$subdir \
270                 distdir) \
271               || exit 1; \
272           fi; \
273         done
274 check-am: all-am
275 check: check-recursive
276 all-am: Makefile
277 installdirs: installdirs-recursive
278 installdirs-am:
279
280 install: install-recursive
281 install-exec: install-exec-recursive
282 install-data: install-data-recursive
283 uninstall: uninstall-recursive
284
285 install-am: all-am
286         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
287
288 installcheck: installcheck-recursive
289 install-strip:
290         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
291           INSTALL_STRIP_FLAG=-s \
292           `test -z '$(STRIP)' || \
293             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
294 mostlyclean-generic:
295
296 clean-generic:
297
298 distclean-generic:
299         -rm -f Makefile $(CONFIG_CLEAN_FILES)
300
301 maintainer-clean-generic:
302         @echo "This command is intended for maintainers to use"
303         @echo "it deletes files that may require special tools to rebuild."
304 clean: clean-recursive
305
306 clean-am: clean-generic clean-libtool mostlyclean-am
307
308 distclean: distclean-recursive
309
310 distclean-am: clean-am distclean-generic distclean-libtool \
311         distclean-tags
312
313 dvi: dvi-recursive
314
315 dvi-am:
316
317 info: info-recursive
318
319 info-am:
320
321 install-data-am:
322
323 install-exec-am:
324
325 install-info: install-info-recursive
326
327 install-man:
328
329 installcheck-am:
330
331 maintainer-clean: maintainer-clean-recursive
332
333 maintainer-clean-am: distclean-am maintainer-clean-generic
334
335 mostlyclean: mostlyclean-recursive
336
337 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
338
339 uninstall-am: uninstall-info-am
340
341 uninstall-info: uninstall-info-recursive
342
343 .PHONY: $(RECURSIVE_TARGETS) GTAGS all all-am check check-am clean \
344         clean-generic clean-libtool clean-recursive distclean \
345         distclean-generic distclean-libtool distclean-recursive \
346         distclean-tags distdir dvi dvi-am dvi-recursive info info-am \
347         info-recursive install install-am install-data install-data-am \
348         install-data-recursive install-exec install-exec-am \
349         install-exec-recursive install-info install-info-am \
350         install-info-recursive install-man install-recursive \
351         install-strip installcheck installcheck-am installdirs \
352         installdirs-am installdirs-recursive maintainer-clean \
353         maintainer-clean-generic maintainer-clean-recursive mostlyclean \
354         mostlyclean-generic mostlyclean-libtool mostlyclean-recursive \
355         tags tags-recursive uninstall uninstall-am uninstall-info-am \
356         uninstall-info-recursive uninstall-recursive
357
358
359 rpm-package:
360         cd rpm && $(MAKE) rpm-package
361 # Tell versions [3.59,3.63) of GNU make to not export all variables.
362 # Otherwise a system limit (for SysV at least) may be exceeded.
363 .NOEXPORT: