Imported Upstream version 1.0.10
[platform/upstream/lksctp-tools.git] / src / apps / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
3
4 # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5 # 2003, 2004, 2005  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
17 # -*-makefile-*-
18 #
19 # type: deep, strictness: gnu
20
21 # -*-makefile-*-
22 #
23 # Define here directories you want
24
25
26 srcdir = @srcdir@
27 top_srcdir = @top_srcdir@
28 VPATH = @srcdir@
29 pkgdatadir = $(datadir)/@PACKAGE@
30 pkglibdir = $(libdir)/@PACKAGE@
31 pkgincludedir = $(includedir)/@PACKAGE@
32 top_builddir = ../..
33 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
34 INSTALL = @INSTALL@
35 install_sh_DATA = $(install_sh) -c -m 644
36 install_sh_PROGRAM = $(install_sh) -c
37 install_sh_SCRIPT = $(install_sh) -c
38 INSTALL_HEADER = $(INSTALL_DATA)
39 transform = $(program_transform_name)
40 NORMAL_INSTALL = :
41 PRE_INSTALL = :
42 POST_INSTALL = :
43 NORMAL_UNINSTALL = :
44 PRE_UNINSTALL = :
45 POST_UNINSTALL = :
46 build_triplet = @build@
47 host_triplet = @host@
48 DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in \
49         $(top_srcdir)/Makefile.dirs $(top_srcdir)/Makefile.rules \
50         $(top_srcdir)/Makefile.vars
51 bin_PROGRAMS = sctp_darn$(EXEEXT) sctp_test$(EXEEXT) \
52         sctp_status$(EXEEXT)
53 noinst_PROGRAMS = bindx_test$(EXEEXT) nagle_snd$(EXEEXT) \
54         nagle_rcv$(EXEEXT) myftp$(EXEEXT) sctp_xconnect$(EXEEXT) \
55         peel_server$(EXEEXT) peel_client$(EXEEXT) sctp_test$(EXEEXT) \
56         sctp_status$(EXEEXT)
57 subdir = src/apps
58 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
59 am__aclocal_m4_deps = $(top_srcdir)/configure.in
60 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
61         $(ACLOCAL_M4)
62 mkinstalldirs = $(install_sh) -d
63 CONFIG_HEADER = $(top_builddir)/config.h
64 CONFIG_CLEAN_FILES =
65 am__installdirs = "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdocdir)"
66 binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
67 PROGRAMS = $(bin_PROGRAMS) $(noinst_PROGRAMS)
68 am_bindx_test_OBJECTS = bindx_test.$(OBJEXT)
69 bindx_test_OBJECTS = $(am_bindx_test_OBJECTS)
70 bindx_test_LDADD = $(LDADD)
71 bindx_test_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
72         $(top_builddir)/src/lib/libsctp.la
73 am_myftp_OBJECTS = myftp.$(OBJEXT)
74 myftp_OBJECTS = $(am_myftp_OBJECTS)
75 myftp_LDADD = $(LDADD)
76 myftp_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
77         $(top_builddir)/src/lib/libsctp.la
78 am_nagle_rcv_OBJECTS = nagle_rcv.$(OBJEXT)
79 nagle_rcv_OBJECTS = $(am_nagle_rcv_OBJECTS)
80 nagle_rcv_LDADD = $(LDADD)
81 nagle_rcv_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
82         $(top_builddir)/src/lib/libsctp.la
83 am_nagle_snd_OBJECTS = nagle_snd.$(OBJEXT)
84 nagle_snd_OBJECTS = $(am_nagle_snd_OBJECTS)
85 nagle_snd_LDADD = $(LDADD)
86 nagle_snd_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
87         $(top_builddir)/src/lib/libsctp.la
88 am_peel_client_OBJECTS = peel_client.$(OBJEXT)
89 peel_client_OBJECTS = $(am_peel_client_OBJECTS)
90 peel_client_LDADD = $(LDADD)
91 peel_client_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
92         $(top_builddir)/src/lib/libsctp.la
93 am_peel_server_OBJECTS = peel_server.$(OBJEXT)
94 peel_server_OBJECTS = $(am_peel_server_OBJECTS)
95 peel_server_LDADD = $(LDADD)
96 peel_server_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
97         $(top_builddir)/src/lib/libsctp.la
98 am_sctp_darn_OBJECTS = sctp_darn.$(OBJEXT)
99 sctp_darn_OBJECTS = $(am_sctp_darn_OBJECTS)
100 sctp_darn_LDADD = $(LDADD)
101 sctp_darn_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
102         $(top_builddir)/src/lib/libsctp.la
103 am_sctp_status_OBJECTS = sctp_status.$(OBJEXT)
104 sctp_status_OBJECTS = $(am_sctp_status_OBJECTS)
105 sctp_status_LDADD = $(LDADD)
106 sctp_status_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
107         $(top_builddir)/src/lib/libsctp.la
108 am_sctp_test_OBJECTS = sctp_test.$(OBJEXT)
109 sctp_test_OBJECTS = $(am_sctp_test_OBJECTS)
110 sctp_test_LDADD = $(LDADD)
111 sctp_test_DEPENDENCIES = $(top_builddir)/src/testlib/libsctputil.la \
112         $(top_builddir)/src/lib/libsctp.la
113 am_sctp_xconnect_OBJECTS = sctp_xconnect.$(OBJEXT)
114 sctp_xconnect_OBJECTS = $(am_sctp_xconnect_OBJECTS)
115 sctp_xconnect_LDADD = $(LDADD)
116 sctp_xconnect_DEPENDENCIES =  \
117         $(top_builddir)/src/testlib/libsctputil.la \
118         $(top_builddir)/src/lib/libsctp.la
119 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
120 depcomp = $(SHELL) $(top_srcdir)/bin/depcomp
121 am__depfiles_maybe = depfiles
122 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
125         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
126         $(AM_CFLAGS) $(CFLAGS)
127 CCLD = $(CC)
128 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
129         $(AM_LDFLAGS) $(LDFLAGS) -o $@
130 SOURCES = $(bindx_test_SOURCES) $(myftp_SOURCES) $(nagle_rcv_SOURCES) \
131         $(nagle_snd_SOURCES) $(peel_client_SOURCES) \
132         $(peel_server_SOURCES) $(sctp_darn_SOURCES) \
133         $(sctp_status_SOURCES) $(sctp_test_SOURCES) \
134         $(sctp_xconnect_SOURCES)
135 DIST_SOURCES = $(bindx_test_SOURCES) $(myftp_SOURCES) \
136         $(nagle_rcv_SOURCES) $(nagle_snd_SOURCES) \
137         $(peel_client_SOURCES) $(peel_server_SOURCES) \
138         $(sctp_darn_SOURCES) $(sctp_status_SOURCES) \
139         $(sctp_test_SOURCES) $(sctp_xconnect_SOURCES)
140 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
141 am__vpath_adj = case $$p in \
142     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
143     *) f=$$p;; \
144   esac;
145 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
146 pkgdocDATA_INSTALL = $(INSTALL_DATA)
147 DATA = $(pkgdoc_DATA)
148 ETAGS = etags
149 CTAGS = ctags
150 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
151 ACLOCAL = @ACLOCAL@
152 AMDEP_FALSE = @AMDEP_FALSE@
153 AMDEP_TRUE = @AMDEP_TRUE@
154 AMTAR = @AMTAR@
155 AR = @AR@
156 AUTOCONF = @AUTOCONF@
157 AUTOHEADER = @AUTOHEADER@
158 AUTOMAKE = @AUTOMAKE@
159 AWK = @AWK@
160 CC = @CC@
161 CCDEPMODE = @CCDEPMODE@
162 CFLAGS = @CFLAGS@
163 CPP = @CPP@
164 CPPFLAGS = @CPPFLAGS@
165 CXX = @CXX@
166 CXXCPP = @CXXCPP@
167 CXXDEPMODE = @CXXDEPMODE@
168 CXXFLAGS = @CXXFLAGS@
169 CYGPATH_W = @CYGPATH_W@
170 DEFS = @DEFS@
171 DEPDIR = @DEPDIR@
172 DSYMUTIL = @DSYMUTIL@
173 ECHO = @ECHO@
174 ECHO_C = @ECHO_C@
175 ECHO_N = @ECHO_N@
176 ECHO_T = @ECHO_T@
177 EGREP = @EGREP@
178 EXEEXT = @EXEEXT@
179 F77 = @F77@
180 FFLAGS = @FFLAGS@
181 GREP = @GREP@
182 INSTALL_DATA = @INSTALL_DATA@
183 INSTALL_PROGRAM = @INSTALL_PROGRAM@
184 INSTALL_SCRIPT = @INSTALL_SCRIPT@
185 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
186 LDFLAGS = @LDFLAGS@
187 LIBOBJS = @LIBOBJS@
188 LIBS = @LIBS@
189 LIBTOOL = @LIBTOOL@
190 LIBTOOL_DEPS = @LIBTOOL_DEPS@
191 LN_S = @LN_S@
192 LTLIBOBJS = @LTLIBOBJS@
193 MAKEINFO = @MAKEINFO@
194 NMEDIT = @NMEDIT@
195 OBJEXT = @OBJEXT@
196 PACKAGE = @PACKAGE@
197 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
198 PACKAGE_NAME = @PACKAGE_NAME@
199 PACKAGE_STRING = @PACKAGE_STRING@
200 PACKAGE_TARNAME = @PACKAGE_TARNAME@
201 PACKAGE_VERSION = @PACKAGE_VERSION@
202 PATH_SEPARATOR = @PATH_SEPARATOR@
203 RANLIB = @RANLIB@
204 SED = @SED@
205 SET_MAKE = @SET_MAKE@
206 SHELL = @SHELL@
207 STRIP = @STRIP@
208 VERSION = @VERSION@
209 ac_ct_CC = @ac_ct_CC@
210 ac_ct_CXX = @ac_ct_CXX@
211 ac_ct_F77 = @ac_ct_F77@
212 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
213 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
214 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
215 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
216 am__include = @am__include@
217 am__leading_dot = @am__leading_dot@
218 am__quote = @am__quote@
219 am__tar = @am__tar@
220 am__untar = @am__untar@
221 bindir = @bindir@
222 build = @build@
223 build_alias = @build_alias@
224 build_cpu = @build_cpu@
225 build_os = @build_os@
226 build_vendor = @build_vendor@
227 datadir = @datadir@
228 datarootdir = @datarootdir@
229 docdir = @docdir@
230 dvidir = @dvidir@
231 exec_prefix = @exec_prefix@
232 host = @host@
233 host_alias = @host_alias@
234 host_cpu = @host_cpu@
235 host_os = @host_os@
236 host_vendor = @host_vendor@
237 htmldir = @htmldir@
238 includedir = @includedir@
239 infodir = @infodir@
240 install_sh = @install_sh@
241 libdir = @libdir@
242 libexecdir = @libexecdir@
243 localedir = $(datadir)/locale
244 localstatedir = @localstatedir@
245 mandir = @mandir@
246 mkdir_p = @mkdir_p@
247 oldincludedir = @oldincludedir@
248 pdfdir = @pdfdir@
249 prefix = @prefix@
250 program_transform_name = @program_transform_name@
251 psdir = @psdir@
252 sbindir = @sbindir@
253 sharedstatedir = @sharedstatedir@
254 sysconfdir = @sysconfdir@
255 target_alias = @target_alias@
256 MAINTAINERCLEANFILES = Makefile.in directories.h
257 DISTCLEANFILES = \\\ directories.h
258 CLEANFILES = 
259 MOSTLYCLEANFILES = *~ *.[aios] *.bak *.ci *.io
260 EXTRA_DIST = 
261 LATEX = @LATEX@
262 DVIPS = @DVIPS@
263 DVIPDFM = @DVIPDFM@
264 ENSCRIPTBIN = @ENSCRIPTBIN@
265 PS2PDF = @PS2PDF@
266 edit = @sed \
267         -e "s|\@bindir\@|$(bindir)|" \
268         -e "s|\@libdir\@|$(libdir)|" \
269         -e "s|\@PACKAGE\@|$(PACKAGE)|"
270
271 rootbindir = /bin
272 rootsbindir = /sbin
273 rootlibdir = /lib
274 pkgsysconfdir = $(sysconfdir)/@PACKAGE@
275 pkgdocdir = $(datadir)/@PACKAGE@
276 vpkgsysconfdir = $(pkgsysconfdir)/v@VERSION@
277 vpkgdatadir = $(pkgdatadir)/v@VERSION@
278 vpkglibdir = $(pkglibdir)/v@VERSION@
279 vpkgdocdir = $(docdir)/v@VERSION@
280
281 # List here all the directories you want listed in the file to be used
282 # in your programs:
283 directories := \
284         localedir \
285         pkgsysconfdir \
286         rootbindir \
287         rootlibdir \
288         rootsbindir \
289         vpkgdatadir \
290         vpkgdocdir \
291         vpkglibdir \
292         vpkgsysconfdir \
293         \
294         bindir \
295         datadir \
296         libdir \
297         pkgdatadir \
298         pkgdocdir \
299         pkglibdir \
300         sbindir
301
302
303 # Include these two in all the Makefile.am's!!!
304
305 # General compilation flags
306 INCLUDES = -I. -I$(top_srcdir)/src/include -I$(top_srcdir)/src/testlib 
307 AM_CFLAGS = -g -Wall -Wstrict-prototypes -Wimplicit-function-declaration
308 AM_LDFLAGS = 
309 LDADD = $(top_builddir)/src/testlib/libsctputil.la \
310         $(top_builddir)/src/lib/libsctp.la
311
312
313 # Specifying the sources
314 bindx_test_SOURCES = bindx_test.c
315 sctp_darn_SOURCES = sctp_darn.c sctp_darn.h
316 sctp_test_SOURCES = sctp_test.c
317 sctp_status_SOURCES = sctp_status.c
318 nagle_rcv_SOURCES = nagle_rcv.c 
319 nagle_snd_SOURCES = nagle_snd.c 
320 myftp_SOURCES = myftp.c
321 sctp_xconnect_SOURCES = sctp_xconnect.c
322 peel_server_SOURCES = peel_server.c
323 peel_client_SOURCES = peel_client.c
324
325 # Tutorials
326 pkgdoc_DATA = sctp_darn.c sctp_darn.h sctp_test.c sctp_status.c
327 all: all-am
328
329 .SUFFIXES:
330 .SUFFIXES: .c .lo .o .obj
331 $(srcdir)/Makefile.in:  $(srcdir)/Makefile.am $(top_srcdir)/Makefile.vars $(top_srcdir)/Makefile.rules $(top_srcdir)/Makefile.dirs $(am__configure_deps)
332         @for dep in $?; do \
333           case '$(am__configure_deps)' in \
334             *$$dep*) \
335               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
336                 && exit 0; \
337               exit 1;; \
338           esac; \
339         done; \
340         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  src/apps/Makefile'; \
341         cd $(top_srcdir) && \
342           $(AUTOMAKE) --foreign  src/apps/Makefile
343 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
344         @case '$?' in \
345           *config.status*) \
346             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
347           *) \
348             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
349             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
350         esac;
351
352 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
353         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
354
355 $(top_srcdir)/configure:  $(am__configure_deps)
356         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
357 $(ACLOCAL_M4):  $(am__aclocal_m4_deps)
358         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
359 install-binPROGRAMS: $(bin_PROGRAMS)
360         @$(NORMAL_INSTALL)
361         test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
362         @list='$(bin_PROGRAMS)'; for p in $$list; do \
363           p1=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
364           if test -f $$p \
365              || test -f $$p1 \
366           ; then \
367             f=`echo "$$p1" | sed 's,^.*/,,;$(transform);s/$$/$(EXEEXT)/'`; \
368            echo " $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) '$$p' '$(DESTDIR)$(bindir)/$$f'"; \
369            $(INSTALL_PROGRAM_ENV) $(LIBTOOL) --mode=install $(binPROGRAMS_INSTALL) "$$p" "$(DESTDIR)$(bindir)/$$f" || exit 1; \
370           else :; fi; \
371         done
372
373 uninstall-binPROGRAMS:
374         @$(NORMAL_UNINSTALL)
375         @list='$(bin_PROGRAMS)'; for p in $$list; do \
376           f=`echo "$$p" | sed 's,^.*/,,;s/$(EXEEXT)$$//;$(transform);s/$$/$(EXEEXT)/'`; \
377           echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \
378           rm -f "$(DESTDIR)$(bindir)/$$f"; \
379         done
380
381 clean-binPROGRAMS:
382         @list='$(bin_PROGRAMS)'; for p in $$list; do \
383           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
384           echo " rm -f $$p $$f"; \
385           rm -f $$p $$f ; \
386         done
387
388 clean-noinstPROGRAMS:
389         @list='$(noinst_PROGRAMS)'; for p in $$list; do \
390           f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
391           echo " rm -f $$p $$f"; \
392           rm -f $$p $$f ; \
393         done
394 bindx_test$(EXEEXT): $(bindx_test_OBJECTS) $(bindx_test_DEPENDENCIES) 
395         @rm -f bindx_test$(EXEEXT)
396         $(LINK) $(bindx_test_LDFLAGS) $(bindx_test_OBJECTS) $(bindx_test_LDADD) $(LIBS)
397 myftp$(EXEEXT): $(myftp_OBJECTS) $(myftp_DEPENDENCIES) 
398         @rm -f myftp$(EXEEXT)
399         $(LINK) $(myftp_LDFLAGS) $(myftp_OBJECTS) $(myftp_LDADD) $(LIBS)
400 nagle_rcv$(EXEEXT): $(nagle_rcv_OBJECTS) $(nagle_rcv_DEPENDENCIES) 
401         @rm -f nagle_rcv$(EXEEXT)
402         $(LINK) $(nagle_rcv_LDFLAGS) $(nagle_rcv_OBJECTS) $(nagle_rcv_LDADD) $(LIBS)
403 nagle_snd$(EXEEXT): $(nagle_snd_OBJECTS) $(nagle_snd_DEPENDENCIES) 
404         @rm -f nagle_snd$(EXEEXT)
405         $(LINK) $(nagle_snd_LDFLAGS) $(nagle_snd_OBJECTS) $(nagle_snd_LDADD) $(LIBS)
406 peel_client$(EXEEXT): $(peel_client_OBJECTS) $(peel_client_DEPENDENCIES) 
407         @rm -f peel_client$(EXEEXT)
408         $(LINK) $(peel_client_LDFLAGS) $(peel_client_OBJECTS) $(peel_client_LDADD) $(LIBS)
409 peel_server$(EXEEXT): $(peel_server_OBJECTS) $(peel_server_DEPENDENCIES) 
410         @rm -f peel_server$(EXEEXT)
411         $(LINK) $(peel_server_LDFLAGS) $(peel_server_OBJECTS) $(peel_server_LDADD) $(LIBS)
412 sctp_darn$(EXEEXT): $(sctp_darn_OBJECTS) $(sctp_darn_DEPENDENCIES) 
413         @rm -f sctp_darn$(EXEEXT)
414         $(LINK) $(sctp_darn_LDFLAGS) $(sctp_darn_OBJECTS) $(sctp_darn_LDADD) $(LIBS)
415 sctp_status$(EXEEXT): $(sctp_status_OBJECTS) $(sctp_status_DEPENDENCIES) 
416         @rm -f sctp_status$(EXEEXT)
417         $(LINK) $(sctp_status_LDFLAGS) $(sctp_status_OBJECTS) $(sctp_status_LDADD) $(LIBS)
418 sctp_test$(EXEEXT): $(sctp_test_OBJECTS) $(sctp_test_DEPENDENCIES) 
419         @rm -f sctp_test$(EXEEXT)
420         $(LINK) $(sctp_test_LDFLAGS) $(sctp_test_OBJECTS) $(sctp_test_LDADD) $(LIBS)
421 sctp_xconnect$(EXEEXT): $(sctp_xconnect_OBJECTS) $(sctp_xconnect_DEPENDENCIES) 
422         @rm -f sctp_xconnect$(EXEEXT)
423         $(LINK) $(sctp_xconnect_LDFLAGS) $(sctp_xconnect_OBJECTS) $(sctp_xconnect_LDADD) $(LIBS)
424
425 mostlyclean-compile:
426         -rm -f *.$(OBJEXT)
427
428 distclean-compile:
429         -rm -f *.tab.c
430
431 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/bindx_test.Po@am__quote@
432 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/myftp.Po@am__quote@
433 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nagle_rcv.Po@am__quote@
434 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/nagle_snd.Po@am__quote@
435 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peel_client.Po@am__quote@
436 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/peel_server.Po@am__quote@
437 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sctp_darn.Po@am__quote@
438 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sctp_status.Po@am__quote@
439 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sctp_test.Po@am__quote@
440 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/sctp_xconnect.Po@am__quote@
441
442 .c.o:
443 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
444 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
445 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
446 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
447 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
448
449 .c.obj:
450 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
451 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
452 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
453 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
454 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
455
456 .c.lo:
457 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
458 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
459 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
460 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
461 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
462
463 mostlyclean-libtool:
464         -rm -f *.lo
465
466 clean-libtool:
467         -rm -rf .libs _libs
468
469 distclean-libtool:
470         -rm -f libtool
471 uninstall-info-am:
472 install-pkgdocDATA: $(pkgdoc_DATA)
473         @$(NORMAL_INSTALL)
474         test -z "$(pkgdocdir)" || $(mkdir_p) "$(DESTDIR)$(pkgdocdir)"
475         @list='$(pkgdoc_DATA)'; for p in $$list; do \
476           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
477           f=$(am__strip_dir) \
478           echo " $(pkgdocDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgdocdir)/$$f'"; \
479           $(pkgdocDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgdocdir)/$$f"; \
480         done
481
482 uninstall-pkgdocDATA:
483         @$(NORMAL_UNINSTALL)
484         @list='$(pkgdoc_DATA)'; for p in $$list; do \
485           f=$(am__strip_dir) \
486           echo " rm -f '$(DESTDIR)$(pkgdocdir)/$$f'"; \
487           rm -f "$(DESTDIR)$(pkgdocdir)/$$f"; \
488         done
489
490 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
491         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
492         unique=`for i in $$list; do \
493             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
494           done | \
495           $(AWK) '    { files[$$0] = 1; } \
496                END { for (i in files) print i; }'`; \
497         mkid -fID $$unique
498 tags: TAGS
499
500 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
501                 $(TAGS_FILES) $(LISP)
502         tags=; \
503         here=`pwd`; \
504         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
505         unique=`for i in $$list; do \
506             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
507           done | \
508           $(AWK) '    { files[$$0] = 1; } \
509                END { for (i in files) print i; }'`; \
510         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
511           test -n "$$unique" || unique=$$empty_fix; \
512           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
513             $$tags $$unique; \
514         fi
515 ctags: CTAGS
516 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
517                 $(TAGS_FILES) $(LISP)
518         tags=; \
519         here=`pwd`; \
520         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
521         unique=`for i in $$list; do \
522             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
523           done | \
524           $(AWK) '    { files[$$0] = 1; } \
525                END { for (i in files) print i; }'`; \
526         test -z "$(CTAGS_ARGS)$$tags$$unique" \
527           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
528              $$tags $$unique
529
530 GTAGS:
531         here=`$(am__cd) $(top_builddir) && pwd` \
532           && cd $(top_srcdir) \
533           && gtags -i $(GTAGS_ARGS) $$here
534
535 distclean-tags:
536         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
537
538 distdir: $(DISTFILES)
539         $(mkdir_p) $(distdir)/../..
540         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
541         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
542         list='$(DISTFILES)'; for file in $$list; do \
543           case $$file in \
544             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
545             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
546           esac; \
547           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
548           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
549           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
550             dir="/$$dir"; \
551             $(mkdir_p) "$(distdir)$$dir"; \
552           else \
553             dir=''; \
554           fi; \
555           if test -d $$d/$$file; then \
556             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
557               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
558             fi; \
559             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
560           else \
561             test -f $(distdir)/$$file \
562             || cp -p $$d/$$file $(distdir)/$$file \
563             || exit 1; \
564           fi; \
565         done
566 check-am: all-am
567 check: check-am
568 all-am: Makefile $(PROGRAMS) $(DATA)
569 installdirs:
570         for dir in "$(DESTDIR)$(bindir)" "$(DESTDIR)$(pkgdocdir)"; do \
571           test -z "$$dir" || $(mkdir_p) "$$dir"; \
572         done
573 install: install-am
574 install-exec: install-exec-am
575 install-data: install-data-am
576 uninstall: uninstall-am
577
578 install-am: all-am
579         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
580
581 installcheck: installcheck-am
582 install-strip:
583         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
584           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
585           `test -z '$(STRIP)' || \
586             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
587 mostlyclean-generic:
588         -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
589
590 clean-generic:
591         -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
592
593 distclean-generic:
594         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
595         -test -z "$(DISTCLEANFILES)" || rm -f $(DISTCLEANFILES)
596
597 maintainer-clean-generic:
598         @echo "This command is intended for maintainers to use"
599         @echo "it deletes files that may require special tools to rebuild."
600         -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES)
601 clean: clean-am
602
603 clean-am: clean-binPROGRAMS clean-generic clean-libtool \
604         clean-noinstPROGRAMS mostlyclean-am
605
606 distclean: distclean-am
607         -rm -rf ./$(DEPDIR)
608         -rm -f Makefile
609 distclean-am: clean-am distclean-compile distclean-generic \
610         distclean-libtool distclean-tags
611
612 dvi: dvi-am
613
614 dvi-am:
615
616 html: html-am
617
618 info: info-am
619
620 info-am:
621
622 install-data-am: install-pkgdocDATA
623
624 install-exec-am: install-binPROGRAMS
625
626 install-info: install-info-am
627
628 install-man:
629
630 installcheck-am:
631
632 maintainer-clean: maintainer-clean-am
633         -rm -rf ./$(DEPDIR)
634         -rm -f Makefile
635 maintainer-clean-am: distclean-am maintainer-clean-generic
636
637 mostlyclean: mostlyclean-am
638
639 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
640         mostlyclean-libtool
641
642 pdf: pdf-am
643
644 pdf-am:
645
646 ps: ps-am
647
648 ps-am:
649
650 uninstall-am: uninstall-binPROGRAMS uninstall-info-am \
651         uninstall-pkgdocDATA
652
653 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-binPROGRAMS \
654         clean-generic clean-libtool clean-noinstPROGRAMS ctags \
655         distclean distclean-compile distclean-generic \
656         distclean-libtool distclean-tags distdir dvi dvi-am html \
657         html-am info info-am install install-am install-binPROGRAMS \
658         install-data install-data-am install-exec install-exec-am \
659         install-info install-info-am install-man install-pkgdocDATA \
660         install-strip installcheck installcheck-am installdirs \
661         maintainer-clean maintainer-clean-generic mostlyclean \
662         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
663         pdf pdf-am ps ps-am tags uninstall uninstall-am \
664         uninstall-binPROGRAMS uninstall-info-am uninstall-pkgdocDATA
665
666
667 # -*-makefile-*-
668 #
669 # Generate pre-parsed C code.
670 %.i: %.c
671         $(COMPILE) -E -c $^ -o $@
672
673 .PRECIOUS: %.i
674 %.ci: %.i
675         -grep -v -e "^#" -e "^ *$$" $^ | indent > $@
676         mv -f $@ $^
677
678 # To modify this target for another language, just copy, paste and
679 # modify the target to generate directories.h. We depend on
680 # config.status and Makefile.dirs, as anything changed is going to be
681 # reflected there.
682
683 # This is for generating the list in C/C++
684 directories.h: $(top_builddir)/config.status $(top_srcdir)/Makefile.dirs
685         @rm -f $@
686         @echo -n "Creating $@ ..."
687         @echo "#ifndef __$(subst .,_,$@)__" > $@
688         @echo "# define __$(subst .,_,$@)__" >> $@
689         @echo "" >> $@
690         @echo -e $(foreach v,$(directories),$(shell echo 'D_$(v) \"$($v)\"\\n')) \
691           | sed 's/^ *D_/# define D_/' >> $@
692         @echo "#endif" >> $@
693         @echo " done"
694
695 $(top_builddir)/src/lib/libsctp.la:
696         make -C $(top_builddir)/src/lib libsctp.la
697
698 $(top_builddir)/src/testlib/libsctputil.la:
699         make -C $(top_builddir)/src/testlib libsctputil.la
700 # Tell versions [3.59,3.63) of GNU make to not export all variables.
701 # Otherwise a system limit (for SysV at least) may be exceeded.
702 .NOEXPORT: