Revert "Revert "and added files""
[bcm963xx.git] / userapps / opensource / libosip2 / platform / windows / 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 EXTRA_DIST = osip2.dsw \
108 osip2.dsp osipparser2.dsp  \
109 osip2.def osipparser2.def
110
111 subdir = platform/windows
112 mkinstalldirs = $(SHELL) $(top_srcdir)/scripts/mkinstalldirs
113 CONFIG_HEADER = $(top_builddir)/config.h
114 CONFIG_CLEAN_FILES =
115 DIST_SOURCES =
116 DIST_COMMON = Makefile.am Makefile.in
117 all: all-am
118
119 .SUFFIXES:
120 $(srcdir)/Makefile.in:  Makefile.am  $(top_srcdir)/configure.in $(ACLOCAL_M4)
121         cd $(top_srcdir) && \
122           $(AUTOMAKE) --gnu  platform/windows/Makefile
123 Makefile:  $(srcdir)/Makefile.in  $(top_builddir)/config.status
124         cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
125
126 mostlyclean-libtool:
127         -rm -f *.lo
128
129 clean-libtool:
130         -rm -rf .libs _libs
131
132 distclean-libtool:
133         -rm -f libtool
134 uninstall-info-am:
135 tags: TAGS
136 TAGS:
137
138 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
139
140 top_distdir = ../..
141 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
142
143 distdir: $(DISTFILES)
144         @list='$(DISTFILES)'; for file in $$list; do \
145           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
146           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
147           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
148             dir="/$$dir"; \
149             $(mkinstalldirs) "$(distdir)$$dir"; \
150           else \
151             dir=''; \
152           fi; \
153           if test -d $$d/$$file; then \
154             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
155               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
156             fi; \
157             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
158           else \
159             test -f $(distdir)/$$file \
160             || cp -p $$d/$$file $(distdir)/$$file \
161             || exit 1; \
162           fi; \
163         done
164 check-am: all-am
165 check: check-am
166 all-am: Makefile
167
168 installdirs:
169
170 install: install-am
171 install-exec: install-exec-am
172 install-data: install-data-am
173 uninstall: uninstall-am
174
175 install-am: all-am
176         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
177
178 installcheck: installcheck-am
179 install-strip:
180         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
181           INSTALL_STRIP_FLAG=-s \
182           `test -z '$(STRIP)' || \
183             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
184 mostlyclean-generic:
185
186 clean-generic:
187
188 distclean-generic:
189         -rm -f Makefile $(CONFIG_CLEAN_FILES)
190
191 maintainer-clean-generic:
192         @echo "This command is intended for maintainers to use"
193         @echo "it deletes files that may require special tools to rebuild."
194 clean: clean-am
195
196 clean-am: clean-generic clean-libtool mostlyclean-am
197
198 distclean: distclean-am
199
200 distclean-am: clean-am distclean-generic distclean-libtool
201
202 dvi: dvi-am
203
204 dvi-am:
205
206 info: info-am
207
208 info-am:
209
210 install-data-am:
211
212 install-exec-am:
213
214 install-info: install-info-am
215
216 install-man:
217
218 installcheck-am:
219
220 maintainer-clean: maintainer-clean-am
221
222 maintainer-clean-am: distclean-am maintainer-clean-generic
223
224 mostlyclean: mostlyclean-am
225
226 mostlyclean-am: mostlyclean-generic mostlyclean-libtool
227
228 uninstall-am: uninstall-info-am
229
230 .PHONY: all all-am check check-am clean clean-generic clean-libtool \
231         distclean distclean-generic distclean-libtool distdir dvi \
232         dvi-am info info-am install install-am install-data \
233         install-data-am install-exec install-exec-am install-info \
234         install-info-am install-man install-strip installcheck \
235         installcheck-am installdirs maintainer-clean \
236         maintainer-clean-generic mostlyclean mostlyclean-generic \
237         mostlyclean-libtool uninstall uninstall-am uninstall-info-am
238
239 # Tell versions [3.59,3.63) of GNU make to not export all variables.
240 # Otherwise a system limit (for SysV at least) may be exceeded.
241 .NOEXPORT: