]> git.ipfire.org Git - thirdparty/dhcp.git/blame - omapip/Makefile.in
Merged #32744 (out of memory)
[thirdparty/dhcp.git] / omapip / Makefile.in
CommitLineData
db1a8f68 1# Makefile.in generated by automake 1.15 from Makefile.am.
da59e03d 2# @configure_input@
fe5b0fdd 3
db1a8f68 4# Copyright (C) 1994-2014 Free Software Foundation, Inc.
a24b9f23 5
fe5b0fdd
DH
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
da59e03d 15@SET_MAKE@
fe5b0fdd
DH
16
17
fe5b0fdd 18VPATH = @srcdir@
db1a8f68
SR
19am__is_gnu_make = { \
20 if test -z '$(MAKELEVEL)'; then \
21 false; \
22 elif test -n '$(MAKE_HOST)'; then \
23 true; \
24 elif test -n '$(MAKE_VERSION)' && test -n '$(CURDIR)'; then \
25 true; \
26 else \
27 false; \
28 fi; \
29}
45adf35c
TM
30am__make_running_with_option = \
31 case $${target_option-} in \
32 ?) ;; \
33 *) echo "am__make_running_with_option: internal error: invalid" \
34 "target option '$${target_option-}' specified" >&2; \
35 exit 1;; \
36 esac; \
37 has_opt=no; \
38 sane_makeflags=$$MAKEFLAGS; \
39 if $(am__is_gnu_make); then \
40 sane_makeflags=$$MFLAGS; \
41 else \
a24b9f23
MA
42 case $$MAKEFLAGS in \
43 *\\[\ \ ]*) \
45adf35c
TM
44 bs=\\; \
45 sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \
46 | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \
d7d9c0c7 47 esac; \
45adf35c
TM
48 fi; \
49 skip_next=no; \
50 strip_trailopt () \
51 { \
52 flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \
53 }; \
54 for flg in $$sane_makeflags; do \
55 test $$skip_next = yes && { skip_next=no; continue; }; \
56 case $$flg in \
57 *=*|--*) continue;; \
58 -*I) strip_trailopt 'I'; skip_next=yes;; \
59 -*I?*) strip_trailopt 'I';; \
60 -*O) strip_trailopt 'O'; skip_next=yes;; \
61 -*O?*) strip_trailopt 'O';; \
62 -*l) strip_trailopt 'l'; skip_next=yes;; \
63 -*l?*) strip_trailopt 'l';; \
64 -[dEDm]) skip_next=yes;; \
65 -[JT]) skip_next=yes;; \
66 esac; \
67 case $$flg in \
68 *$$target_option*) has_opt=yes; break;; \
69 esac; \
70 done; \
71 test $$has_opt = yes
72am__make_dryrun = (target_option=n; $(am__make_running_with_option))
73am__make_keepgoing = (target_option=k; $(am__make_running_with_option))
fe5b0fdd 74pkgdatadir = $(datadir)/@PACKAGE@
fe5b0fdd 75pkgincludedir = $(includedir)/@PACKAGE@
a24b9f23
MA
76pkglibdir = $(libdir)/@PACKAGE@
77pkglibexecdir = $(libexecdir)/@PACKAGE@
da59e03d 78am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
da59e03d
DH
79install_sh_DATA = $(install_sh) -c -m 644
80install_sh_PROGRAM = $(install_sh) -c
81install_sh_SCRIPT = $(install_sh) -c
82INSTALL_HEADER = $(INSTALL_DATA)
83transform = $(program_transform_name)
fe5b0fdd
DH
84NORMAL_INSTALL = :
85PRE_INSTALL = :
86POST_INSTALL = :
87NORMAL_UNINSTALL = :
88PRE_UNINSTALL = :
89POST_UNINSTALL = :
a24b9f23
MA
90build_triplet = @build@
91host_triplet = @host@
da59e03d
DH
92noinst_PROGRAMS = svtest$(EXEEXT)
93subdir = omapip
da59e03d
DH
94ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
95am__aclocal_m4_deps = $(top_srcdir)/configure.ac
96am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
97 $(ACLOCAL_M4)
db1a8f68 98DIST_COMMON = $(srcdir)/Makefile.am $(am__DIST_COMMON)
da59e03d
DH
99mkinstalldirs = $(install_sh) -d
100CONFIG_HEADER = $(top_builddir)/includes/config.h
bf6f8fce 101CONFIG_CLEAN_FILES = Makefile.am
a24b9f23 102CONFIG_CLEAN_VPATH_FILES =
da59e03d
DH
103am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
104am__vpath_adj = case $$p in \
105 $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
106 *) f=$$p;; \
107 esac;
a24b9f23
MA
108am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`;
109am__install_max = 40
110am__nobase_strip_setup = \
111 srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'`
112am__nobase_strip = \
113 for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||"
114am__nobase_list = $(am__nobase_strip_setup); \
115 for p in $$list; do echo "$$p $$p"; done | \
116 sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \
117 $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \
118 if (++n[$$2] == $(am__install_max)) \
119 { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \
120 END { for (dir in files) print dir, files[dir] }'
121am__base_list = \
122 sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \
123 sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g'
124am__uninstall_files_from_dir = { \
125 test -z "$$files" \
126 || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \
127 || { echo " ( cd '$$dir' && rm -f" $$files ")"; \
128 $(am__cd) "$$dir" && rm -f $$files; }; \
129 }
da59e03d 130am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"
da59e03d 131LIBRARIES = $(lib_LIBRARIES)
da59e03d 132ARFLAGS = cru
45adf35c
TM
133AM_V_AR = $(am__v_AR_@AM_V@)
134am__v_AR_ = $(am__v_AR_@AM_DEFAULT_V@)
135am__v_AR_0 = @echo " AR " $@;
136am__v_AR_1 =
da59e03d
DH
137libomapi_a_AR = $(AR) $(ARFLAGS)
138libomapi_a_LIBADD =
139am_libomapi_a_OBJECTS = protocol.$(OBJEXT) buffer.$(OBJEXT) \
140 alloc.$(OBJEXT) result.$(OBJEXT) connection.$(OBJEXT) \
141 errwarn.$(OBJEXT) listener.$(OBJEXT) dispatch.$(OBJEXT) \
142 generic.$(OBJEXT) support.$(OBJEXT) handle.$(OBJEXT) \
143 message.$(OBJEXT) convert.$(OBJEXT) hash.$(OBJEXT) \
144 auth.$(OBJEXT) inet_addr.$(OBJEXT) array.$(OBJEXT) \
38792f79
SR
145 trace.$(OBJEXT) toisc.$(OBJEXT) iscprint.$(OBJEXT) \
146 isclib.$(OBJEXT)
da59e03d
DH
147libomapi_a_OBJECTS = $(am_libomapi_a_OBJECTS)
148PROGRAMS = $(noinst_PROGRAMS)
149am_svtest_OBJECTS = test.$(OBJEXT)
150svtest_OBJECTS = $(am_svtest_OBJECTS)
bf6f8fce
FD
151svtest_DEPENDENCIES = libomapi.a $(BINDLIBIRSDIR)/libirs.a \
152 $(BINDLIBDNSDIR)/libdns.a $(BINDLIBISCCFGDIR)/libisccfg.a \
153 $(BINDLIBISCDIR)/libisc.a
45adf35c
TM
154AM_V_P = $(am__v_P_@AM_V@)
155am__v_P_ = $(am__v_P_@AM_DEFAULT_V@)
156am__v_P_0 = false
157am__v_P_1 = :
158AM_V_GEN = $(am__v_GEN_@AM_V@)
159am__v_GEN_ = $(am__v_GEN_@AM_DEFAULT_V@)
160am__v_GEN_0 = @echo " GEN " $@;
161am__v_GEN_1 =
162AM_V_at = $(am__v_at_@AM_V@)
163am__v_at_ = $(am__v_at_@AM_DEFAULT_V@)
164am__v_at_0 = @
165am__v_at_1 =
1b658b9b 166DEFAULT_INCLUDES = -I.@am__isrc@ -I$(top_builddir)/includes
da59e03d
DH
167depcomp = $(SHELL) $(top_srcdir)/depcomp
168am__depfiles_maybe = depfiles
a24b9f23 169am__mv = mv -f
da59e03d
DH
170COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
171 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
45adf35c
TM
172AM_V_CC = $(am__v_CC_@AM_V@)
173am__v_CC_ = $(am__v_CC_@AM_DEFAULT_V@)
174am__v_CC_0 = @echo " CC " $@;
175am__v_CC_1 =
da59e03d
DH
176CCLD = $(CC)
177LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
45adf35c
TM
178AM_V_CCLD = $(am__v_CCLD_@AM_V@)
179am__v_CCLD_ = $(am__v_CCLD_@AM_DEFAULT_V@)
180am__v_CCLD_0 = @echo " CCLD " $@;
181am__v_CCLD_1 =
da59e03d
DH
182SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
183DIST_SOURCES = $(libomapi_a_SOURCES) $(svtest_SOURCES)
a24b9f23
MA
184am__can_run_installinfo = \
185 case $$AM_UPDATE_INFO_DIR in \
186 n|no|NO) false;; \
187 *) (install-info --version) >/dev/null 2>&1;; \
188 esac
da59e03d
DH
189man3dir = $(mandir)/man3
190NROFF = nroff
191MANS = $(man_MANS)
45adf35c
TM
192am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP)
193# Read a list of newline-separated strings from the standard input,
194# and print each of them once, without duplicates. Input order is
195# *not* preserved.
196am__uniquify_input = $(AWK) '\
197 BEGIN { nonempty = 0; } \
198 { items[$$0] = 1; nonempty = 1; } \
199 END { if (nonempty) { for (i in items) print i; }; } \
200'
201# Make sure the list of sources is unique. This is necessary because,
202# e.g., the same source file might be shared among _SOURCES variables
203# for different programs/libraries.
204am__define_uniq_tagged_files = \
205 list='$(am__tagged_files)'; \
206 unique=`for i in $$list; do \
207 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
208 done | $(am__uniquify_input)`
da59e03d
DH
209ETAGS = etags
210CTAGS = ctags
bf6f8fce
FD
211am__DIST_COMMON = $(srcdir)/Makefile.am.in $(srcdir)/Makefile.in \
212 $(top_srcdir)/depcomp
da59e03d 213DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
bf6f8fce 214A = @A@
da59e03d 215ACLOCAL = @ACLOCAL@
da59e03d 216AMTAR = @AMTAR@
45adf35c 217AM_DEFAULT_VERBOSITY = @AM_DEFAULT_VERBOSITY@
e619bd67 218AR = @AR@
9a111ee8 219ATF_BIN = @ATF_BIN@
06fb929c
TM
220ATF_CFLAGS = @ATF_CFLAGS@
221ATF_LDFLAGS = @ATF_LDFLAGS@
da59e03d
DH
222AUTOCONF = @AUTOCONF@
223AUTOHEADER = @AUTOHEADER@
224AUTOMAKE = @AUTOMAKE@
225AWK = @AWK@
6913a589 226BINDCONFIG = @BINDCONFIG@
0fb9c8a1 227BINDDIR = @BINDDIR@
e94e7f23
FD
228BINDIOMUX = @BINDIOMUX@
229BINDLIBDNSDIR = @BINDLIBDNSDIR@
230BINDLIBIRSDIR = @BINDLIBIRSDIR@
231BINDLIBISCCFGDIR = @BINDLIBISCCFGDIR@
232BINDLIBISCDIR = @BINDLIBISCDIR@
bf6f8fce 233BINDLT = @BINDLT@
5a428b2e 234BINDSRCDIR = @BINDSRCDIR@
e94e7f23 235BINDSUBDIR = @BINDSUBDIR@
fe5b0fdd 236CC = @CC@
da59e03d
DH
237CCDEPMODE = @CCDEPMODE@
238CFLAGS = @CFLAGS@
239CPP = @CPP@
240CPPFLAGS = @CPPFLAGS@
241CYGPATH_W = @CYGPATH_W@
242DEFS = @DEFS@
243DEPDIR = @DEPDIR@
bf6f8fce 244DHLIBS = @DHLIBS@
f2d20b9e 245DISTCHECK_ATF_CONFIGURE_FLAG = @DISTCHECK_ATF_CONFIGURE_FLAG@
68315782 246DISTCHECK_LIBBIND_CONFIGURE_FLAG = @DISTCHECK_LIBBIND_CONFIGURE_FLAG@
bf6f8fce 247DISTCHECK_LIBTOOL_CONFIGURE_FLAG = @DISTCHECK_LIBTOOL_CONFIGURE_FLAG@
da59e03d
DH
248ECHO_C = @ECHO_C@
249ECHO_N = @ECHO_N@
250ECHO_T = @ECHO_T@
251EGREP = @EGREP@
252EXEEXT = @EXEEXT@
78f16d27 253GREP = @GREP@
1b658b9b 254INSTALL = @INSTALL@
da59e03d
DH
255INSTALL_DATA = @INSTALL_DATA@
256INSTALL_PROGRAM = @INSTALL_PROGRAM@
257INSTALL_SCRIPT = @INSTALL_SCRIPT@
258INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
1b658b9b 259LDAP_CFLAGS = @LDAP_CFLAGS@
743d6937 260LDAP_LIBS = @LDAP_LIBS@
da59e03d
DH
261LDFLAGS = @LDFLAGS@
262LIBOBJS = @LIBOBJS@
263LIBS = @LIBS@
264LTLIBOBJS = @LTLIBOBJS@
086bd8f5 265MAINT = @MAINT@
fe5b0fdd 266MAKEINFO = @MAKEINFO@
1b658b9b 267MKDIR_P = @MKDIR_P@
da59e03d 268OBJEXT = @OBJEXT@
fe5b0fdd 269PACKAGE = @PACKAGE@
da59e03d
DH
270PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
271PACKAGE_NAME = @PACKAGE_NAME@
272PACKAGE_STRING = @PACKAGE_STRING@
273PACKAGE_TARNAME = @PACKAGE_TARNAME@
76f4993d 274PACKAGE_URL = @PACKAGE_URL@
da59e03d
DH
275PACKAGE_VERSION = @PACKAGE_VERSION@
276PATH_SEPARATOR = @PATH_SEPARATOR@
bf6f8fce 277Q = @Q@
fe5b0fdd 278RANLIB = @RANLIB@
da59e03d
DH
279SET_MAKE = @SET_MAKE@
280SHELL = @SHELL@
281STRIP = @STRIP@
fe5b0fdd 282VERSION = @VERSION@
1b658b9b
DH
283abs_builddir = @abs_builddir@
284abs_srcdir = @abs_srcdir@
285abs_top_builddir = @abs_top_builddir@
286abs_top_srcdir = @abs_top_srcdir@
da59e03d 287ac_ct_CC = @ac_ct_CC@
0c5673bc 288ac_prefix_program = @ac_prefix_program@
da59e03d
DH
289am__include = @am__include@
290am__leading_dot = @am__leading_dot@
291am__quote = @am__quote@
292am__tar = @am__tar@
293am__untar = @am__untar@
294bindir = @bindir@
a24b9f23 295build = @build@
da59e03d 296build_alias = @build_alias@
a24b9f23
MA
297build_cpu = @build_cpu@
298build_os = @build_os@
299build_vendor = @build_vendor@
1b658b9b 300builddir = @builddir@
fe5b0fdd 301byte_order = @byte_order@
da59e03d 302datadir = @datadir@
78f16d27
DH
303datarootdir = @datarootdir@
304docdir = @docdir@
305dvidir = @dvidir@
da59e03d 306exec_prefix = @exec_prefix@
a24b9f23 307host = @host@
da59e03d 308host_alias = @host_alias@
a24b9f23
MA
309host_cpu = @host_cpu@
310host_os = @host_os@
311host_vendor = @host_vendor@
78f16d27 312htmldir = @htmldir@
da59e03d
DH
313includedir = @includedir@
314infodir = @infodir@
315install_sh = @install_sh@
316libdir = @libdir@
317libexecdir = @libexecdir@
78f16d27 318localedir = @localedir@
da59e03d
DH
319localstatedir = @localstatedir@
320mandir = @mandir@
321mkdir_p = @mkdir_p@
322oldincludedir = @oldincludedir@
78f16d27 323pdfdir = @pdfdir@
cacce092 324pkgcfg_found = @pkgcfg_found@
da59e03d
DH
325prefix = @prefix@
326program_transform_name = @program_transform_name@
78f16d27 327psdir = @psdir@
da59e03d
DH
328sbindir = @sbindir@
329sharedstatedir = @sharedstatedir@
1b658b9b 330srcdir = @srcdir@
da59e03d
DH
331sysconfdir = @sysconfdir@
332target_alias = @target_alias@
419ed83c 333top_build_prefix = @top_build_prefix@
1b658b9b
DH
334top_builddir = @top_builddir@
335top_srcdir = @top_srcdir@
fe5b0fdd 336lib_LIBRARIES = libomapi.a
da59e03d 337libomapi_a_SOURCES = protocol.c buffer.c alloc.c result.c connection.c \
bf6f8fce
FD
338 errwarn.c listener.c dispatch.c generic.c support.c \
339 handle.c message.c convert.c hash.c auth.c inet_addr.c \
340 array.c trace.c toisc.c iscprint.c isclib.c
fe5b0fdd
DH
341
342man_MANS = omapi.3
6ecda39c 343EXTRA_DIST = $(man_MANS)
fe5b0fdd 344svtest_SOURCES = test.c
e94e7f23 345svtest_LDADD = libomapi.a \
bf6f8fce
FD
346 $(BINDLIBIRSDIR)/libirs.a \
347 $(BINDLIBDNSDIR)/libdns.a \
348 $(BINDLIBISCCFGDIR)/libisccfg.a \
349 $(BINDLIBISCDIR)/libisc.a
e54ff84f 350
da59e03d 351all: all-am
fe5b0fdd
DH
352
353.SUFFIXES:
da59e03d 354.SUFFIXES: .c .o .obj
086bd8f5 355$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
da59e03d
DH
356 @for dep in $?; do \
357 case '$(am__configure_deps)' in \
358 *$$dep*) \
a24b9f23
MA
359 ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \
360 && { if test -f $@; then exit 0; else break; fi; }; \
da59e03d
DH
361 exit 1;; \
362 esac; \
363 done; \
a24b9f23
MA
364 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign omapip/Makefile'; \
365 $(am__cd) $(top_srcdir) && \
366 $(AUTOMAKE) --foreign omapip/Makefile
da59e03d
DH
367Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
368 @case '$?' in \
369 *config.status*) \
370 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
371 *) \
372 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
373 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
374 esac;
375
376$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
377 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
378
086bd8f5 379$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
da59e03d 380 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
086bd8f5 381$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
da59e03d 382 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
a24b9f23 383$(am__aclocal_m4_deps):
bf6f8fce
FD
384Makefile.am: $(top_builddir)/config.status $(srcdir)/Makefile.am.in
385 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
fe5b0fdd
DH
386install-libLIBRARIES: $(lib_LIBRARIES)
387 @$(NORMAL_INSTALL)
a24b9f23
MA
388 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
389 list2=; for p in $$list; do \
fe5b0fdd 390 if test -f $$p; then \
a24b9f23 391 list2="$$list2 $$p"; \
fe5b0fdd 392 else :; fi; \
a24b9f23
MA
393 done; \
394 test -z "$$list2" || { \
395 echo " $(MKDIR_P) '$(DESTDIR)$(libdir)'"; \
396 $(MKDIR_P) "$(DESTDIR)$(libdir)" || exit 1; \
397 echo " $(INSTALL_DATA) $$list2 '$(DESTDIR)$(libdir)'"; \
398 $(INSTALL_DATA) $$list2 "$(DESTDIR)$(libdir)" || exit $$?; }
fe5b0fdd 399 @$(POST_INSTALL)
a24b9f23
MA
400 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
401 for p in $$list; do \
fe5b0fdd 402 if test -f $$p; then \
a24b9f23
MA
403 $(am__strip_dir) \
404 echo " ( cd '$(DESTDIR)$(libdir)' && $(RANLIB) $$f )"; \
405 ( cd "$(DESTDIR)$(libdir)" && $(RANLIB) $$f ) || exit $$?; \
fe5b0fdd
DH
406 else :; fi; \
407 done
408
409uninstall-libLIBRARIES:
410 @$(NORMAL_UNINSTALL)
a24b9f23
MA
411 @list='$(lib_LIBRARIES)'; test -n "$(libdir)" || list=; \
412 files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \
413 dir='$(DESTDIR)$(libdir)'; $(am__uninstall_files_from_dir)
fe5b0fdd 414
da59e03d
DH
415clean-libLIBRARIES:
416 -test -z "$(lib_LIBRARIES)" || rm -f $(lib_LIBRARIES)
45adf35c 417
a24b9f23 418libomapi.a: $(libomapi_a_OBJECTS) $(libomapi_a_DEPENDENCIES) $(EXTRA_libomapi_a_DEPENDENCIES)
45adf35c
TM
419 $(AM_V_at)-rm -f libomapi.a
420 $(AM_V_AR)$(libomapi_a_AR) libomapi.a $(libomapi_a_OBJECTS) $(libomapi_a_LIBADD)
421 $(AM_V_at)$(RANLIB) libomapi.a
fe5b0fdd
DH
422
423clean-noinstPROGRAMS:
424 -test -z "$(noinst_PROGRAMS)" || rm -f $(noinst_PROGRAMS)
45adf35c 425
a24b9f23 426svtest$(EXEEXT): $(svtest_OBJECTS) $(svtest_DEPENDENCIES) $(EXTRA_svtest_DEPENDENCIES)
da59e03d 427 @rm -f svtest$(EXEEXT)
45adf35c 428 $(AM_V_CCLD)$(LINK) $(svtest_OBJECTS) $(svtest_LDADD) $(LIBS)
fe5b0fdd 429
da59e03d
DH
430mostlyclean-compile:
431 -rm -f *.$(OBJEXT)
fe5b0fdd 432
da59e03d
DH
433distclean-compile:
434 -rm -f *.tab.c
dff902ba 435
da59e03d
DH
436@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/alloc.Po@am__quote@
437@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/array.Po@am__quote@
438@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/auth.Po@am__quote@
439@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/buffer.Po@am__quote@
440@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/connection.Po@am__quote@
441@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/convert.Po@am__quote@
442@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dispatch.Po@am__quote@
443@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/errwarn.Po@am__quote@
444@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/generic.Po@am__quote@
445@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/handle.Po@am__quote@
446@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/hash.Po@am__quote@
447@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/inet_addr.Po@am__quote@
3da01c08 448@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/isclib.Po@am__quote@
da59e03d
DH
449@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/iscprint.Po@am__quote@
450@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/listener.Po@am__quote@
451@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/message.Po@am__quote@
da59e03d
DH
452@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/protocol.Po@am__quote@
453@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/result.Po@am__quote@
454@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/support.Po@am__quote@
455@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/test.Po@am__quote@
456@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/toisc.Po@am__quote@
457@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/trace.Po@am__quote@
458
459.c.o:
45adf35c
TM
460@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
461@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
462@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
da59e03d 463@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45adf35c 464@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ $<
da59e03d
DH
465
466.c.obj:
45adf35c
TM
467@am__fastdepCC_TRUE@ $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
468@am__fastdepCC_TRUE@ $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
469@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(AM_V_CC)source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
da59e03d 470@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
45adf35c 471@am__fastdepCC_FALSE@ $(AM_V_CC@am__nodep@)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
a24b9f23 472install-man3: $(man_MANS)
da59e03d 473 @$(NORMAL_INSTALL)
a24b9f23
MA
474 @list1=''; \
475 list2='$(man_MANS)'; \
476 test -n "$(man3dir)" \
477 && test -n "`echo $$list1$$list2`" \
478 || exit 0; \
479 echo " $(MKDIR_P) '$(DESTDIR)$(man3dir)'"; \
480 $(MKDIR_P) "$(DESTDIR)$(man3dir)" || exit 1; \
481 { for i in $$list1; do echo "$$i"; done; \
482 if test -n "$$list2"; then \
483 for i in $$list2; do echo "$$i"; done \
484 | sed -n '/\.3[a-z]*$$/p'; \
485 fi; \
486 } | while read p; do \
487 if test -f $$p; then d=; else d="$(srcdir)/"; fi; \
488 echo "$$d$$p"; echo "$$p"; \
489 done | \
490 sed -e 'n;s,.*/,,;p;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
491 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,' | \
492 sed 'N;N;s,\n, ,g' | { \
493 list=; while read file base inst; do \
494 if test "$$base" = "$$inst"; then list="$$list $$file"; else \
495 echo " $(INSTALL_DATA) '$$file' '$(DESTDIR)$(man3dir)/$$inst'"; \
496 $(INSTALL_DATA) "$$file" "$(DESTDIR)$(man3dir)/$$inst" || exit $$?; \
497 fi; \
fe5b0fdd 498 done; \
a24b9f23
MA
499 for i in $$list; do echo "$$i"; done | $(am__base_list) | \
500 while read files; do \
501 test -z "$$files" || { \
502 echo " $(INSTALL_DATA) $$files '$(DESTDIR)$(man3dir)'"; \
503 $(INSTALL_DATA) $$files "$(DESTDIR)$(man3dir)" || exit $$?; }; \
504 done; }
505
fe5b0fdd 506uninstall-man3:
da59e03d 507 @$(NORMAL_UNINSTALL)
a24b9f23
MA
508 @list=''; test -n "$(man3dir)" || exit 0; \
509 files=`{ for i in $$list; do echo "$$i"; done; \
510 l2='$(man_MANS)'; for i in $$l2; do echo "$$i"; done | \
511 sed -n '/\.3[a-z]*$$/p'; \
512 } | sed -e 's,.*/,,;h;s,.*\.,,;s,^[^3][0-9a-z]*$$,3,;x' \
513 -e 's,\.[0-9a-z]*$$,,;$(transform);G;s,\n,.,'`; \
514 dir='$(DESTDIR)$(man3dir)'; $(am__uninstall_files_from_dir)
515
45adf35c
TM
516ID: $(am__tagged_files)
517 $(am__define_uniq_tagged_files); mkid -fID $$unique
518tags: tags-am
519TAGS: tags
520
521tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
a24b9f23 522 set x; \
da59e03d 523 here=`pwd`; \
45adf35c 524 $(am__define_uniq_tagged_files); \
a24b9f23
MA
525 shift; \
526 if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \
da59e03d 527 test -n "$$unique" || unique=$$empty_fix; \
a24b9f23
MA
528 if test $$# -gt 0; then \
529 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
530 "$$@" $$unique; \
531 else \
532 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
533 $$unique; \
534 fi; \
da59e03d 535 fi
45adf35c
TM
536ctags: ctags-am
537
538CTAGS: ctags
539ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files)
540 $(am__define_uniq_tagged_files); \
a24b9f23 541 test -z "$(CTAGS_ARGS)$$unique" \
da59e03d 542 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
a24b9f23 543 $$unique
fe5b0fdd 544
da59e03d
DH
545GTAGS:
546 here=`$(am__cd) $(top_builddir) && pwd` \
a24b9f23
MA
547 && $(am__cd) $(top_srcdir) \
548 && gtags -i $(GTAGS_ARGS) "$$here"
45adf35c 549cscopelist: cscopelist-am
a24b9f23 550
45adf35c
TM
551cscopelist-am: $(am__tagged_files)
552 list='$(am__tagged_files)'; \
a24b9f23
MA
553 case "$(srcdir)" in \
554 [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \
555 *) sdir=$(subdir)/$(srcdir) ;; \
556 esac; \
557 for i in $$list; do \
558 if test -f "$$i"; then \
559 echo "$(subdir)/$$i"; \
560 else \
561 echo "$$sdir/$$i"; \
562 fi; \
563 done >> $(top_builddir)/cscope.files
fe5b0fdd
DH
564
565distclean-tags:
da59e03d 566 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
fe5b0fdd
DH
567
568distdir: $(DISTFILES)
1b658b9b
DH
569 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
570 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
571 list='$(DISTFILES)'; \
572 dist_files=`for file in $$list; do echo $$file; done | \
573 sed -e "s|^$$srcdirstrip/||;t" \
574 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
575 case $$dist_files in \
576 */*) $(MKDIR_P) `echo "$$dist_files" | \
577 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
578 sort -u` ;; \
579 esac; \
580 for file in $$dist_files; do \
da59e03d 581 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
fe5b0fdd 582 if test -d $$d/$$file; then \
1b658b9b 583 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
a24b9f23
MA
584 if test -d "$(distdir)/$$file"; then \
585 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
586 fi; \
da59e03d 587 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
a24b9f23
MA
588 cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \
589 find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \
da59e03d 590 fi; \
a24b9f23 591 cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \
fe5b0fdd 592 else \
a24b9f23
MA
593 test -f "$(distdir)/$$file" \
594 || cp -p $$d/$$file "$(distdir)/$$file" \
da59e03d 595 || exit 1; \
fe5b0fdd
DH
596 fi; \
597 done
da59e03d
DH
598check-am: all-am
599check: check-am
600all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(MANS)
601installdirs:
602 for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(man3dir)"; do \
1b658b9b 603 test -z "$$dir" || $(MKDIR_P) "$$dir"; \
da59e03d
DH
604 done
605install: install-am
606install-exec: install-exec-am
607install-data: install-data-am
608uninstall: uninstall-am
fe5b0fdd 609
da59e03d
DH
610install-am: all-am
611 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
fe5b0fdd 612
da59e03d
DH
613installcheck: installcheck-am
614install-strip:
a24b9f23
MA
615 if test -z '$(STRIP)'; then \
616 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
617 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
618 install; \
619 else \
620 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
621 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
622 "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \
623 fi
da59e03d 624mostlyclean-generic:
fe5b0fdd 625
da59e03d 626clean-generic:
fe5b0fdd 627
da59e03d
DH
628distclean-generic:
629 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
a24b9f23 630 -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES)
fe5b0fdd 631
da59e03d
DH
632maintainer-clean-generic:
633 @echo "This command is intended for maintainers to use"
634 @echo "it deletes files that may require special tools to rebuild."
635clean: clean-am
fe5b0fdd 636
da59e03d
DH
637clean-am: clean-generic clean-libLIBRARIES clean-noinstPROGRAMS \
638 mostlyclean-am
fe5b0fdd 639
da59e03d
DH
640distclean: distclean-am
641 -rm -rf ./$(DEPDIR)
642 -rm -f Makefile
643distclean-am: clean-am distclean-compile distclean-generic \
644 distclean-tags
fe5b0fdd 645
dff902ba 646dvi: dvi-am
fe5b0fdd 647
da59e03d 648dvi-am:
fe5b0fdd 649
da59e03d 650html: html-am
fe5b0fdd 651
a24b9f23
MA
652html-am:
653
da59e03d 654info: info-am
fe5b0fdd 655
da59e03d 656info-am:
fe5b0fdd 657
da59e03d 658install-data-am: install-man
fe5b0fdd 659
1b658b9b
DH
660install-dvi: install-dvi-am
661
a24b9f23
MA
662install-dvi-am:
663
da59e03d 664install-exec-am: install-libLIBRARIES
dff902ba 665
1b658b9b
DH
666install-html: install-html-am
667
a24b9f23
MA
668install-html-am:
669
da59e03d
DH
670install-info: install-info-am
671
a24b9f23
MA
672install-info-am:
673
da59e03d
DH
674install-man: install-man3
675
1b658b9b
DH
676install-pdf: install-pdf-am
677
a24b9f23
MA
678install-pdf-am:
679
1b658b9b
DH
680install-ps: install-ps-am
681
a24b9f23
MA
682install-ps-am:
683
da59e03d
DH
684installcheck-am:
685
686maintainer-clean: maintainer-clean-am
687 -rm -rf ./$(DEPDIR)
688 -rm -f Makefile
689maintainer-clean-am: distclean-am maintainer-clean-generic
fe5b0fdd
DH
690
691mostlyclean: mostlyclean-am
692
da59e03d 693mostlyclean-am: mostlyclean-compile mostlyclean-generic
fe5b0fdd 694
da59e03d 695pdf: pdf-am
fe5b0fdd 696
da59e03d 697pdf-am:
fe5b0fdd 698
da59e03d 699ps: ps-am
fe5b0fdd 700
da59e03d 701ps-am:
fe5b0fdd 702
1b658b9b 703uninstall-am: uninstall-libLIBRARIES uninstall-man
fe5b0fdd 704
da59e03d 705uninstall-man: uninstall-man3
fe5b0fdd 706
1b658b9b
DH
707.MAKE: install-am install-strip
708
45adf35c
TM
709.PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \
710 clean-libLIBRARIES clean-noinstPROGRAMS cscopelist-am ctags \
711 ctags-am distclean distclean-compile distclean-generic \
712 distclean-tags distdir dvi dvi-am html html-am info info-am \
713 install install-am install-data install-data-am install-dvi \
a24b9f23
MA
714 install-dvi-am install-exec install-exec-am install-html \
715 install-html-am install-info install-info-am \
716 install-libLIBRARIES install-man install-man3 install-pdf \
717 install-pdf-am install-ps install-ps-am install-strip \
718 installcheck installcheck-am installdirs maintainer-clean \
719 maintainer-clean-generic mostlyclean mostlyclean-compile \
45adf35c 720 mostlyclean-generic pdf pdf-am ps ps-am tags tags-am uninstall \
a24b9f23
MA
721 uninstall-am uninstall-libLIBRARIES uninstall-man \
722 uninstall-man3
723
db1a8f68
SR
724.PRECIOUS: Makefile
725
fe5b0fdd
DH
726
727# Tell versions [3.59,3.63) of GNU make to not export all variables.
728# Otherwise a system limit (for SysV at least) may be exceeded.
729.NOEXPORT: