]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - ipc/ipcdev.git/blob - linux/src/api/Makefile.in
Merge remote-tracking branch 'ramsey/dev-3.00' into 15_eng
[ipc/ipcdev.git] / linux / src / api / Makefile.in
1 # Makefile.in generated by automake 1.9.6 from Makefile.am.
2 # @configure_input@
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.
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.
15 @SET_MAKE@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 pkgdatadir = $(datadir)/@PACKAGE@
22 pkglibdir = $(libdir)/@PACKAGE@
23 pkgincludedir = $(includedir)/@PACKAGE@
24 top_builddir = ../../..
25 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
26 INSTALL = @INSTALL@
27 install_sh_DATA = $(install_sh) -c -m 644
28 install_sh_PROGRAM = $(install_sh) -c
29 install_sh_SCRIPT = $(install_sh) -c
30 INSTALL_HEADER = $(INSTALL_DATA)
31 transform = $(program_transform_name)
32 NORMAL_INSTALL = :
33 PRE_INSTALL = :
34 POST_INSTALL = :
35 NORMAL_UNINSTALL = :
36 PRE_UNINSTALL = :
37 POST_UNINSTALL = :
38 build_triplet = @build@
39 host_triplet = @host@
40 subdir = linux/src/api
41 DIST_COMMON = $(libtiipc_la_HEADERS) $(srcdir)/Makefile.am \
42         $(srcdir)/Makefile.in
43 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44 am__aclocal_m4_deps = $(top_srcdir)/configure.ac
45 am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46         $(ACLOCAL_M4)
47 mkinstalldirs = $(install_sh) -d
48 CONFIG_CLEAN_FILES =
49 am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`;
50 am__vpath_adj = case $$p in \
51     $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \
52     *) f=$$p;; \
53   esac;
54 am__strip_dir = `echo $$p | sed -e 's|^.*/||'`;
55 am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libtiipc_ladir)"
56 libLTLIBRARIES_INSTALL = $(INSTALL)
57 LTLIBRARIES = $(lib_LTLIBRARIES)
58 libtiipc_la_LIBADD =
59 am__objects_1 =
60 am_libtiipc_la_OBJECTS = $(am__objects_1) MessageQ.lo NameServer.lo \
61         Ipc.lo
62 libtiipc_la_OBJECTS = $(am_libtiipc_la_OBJECTS)
63 DEFAULT_INCLUDES = -I. -I$(srcdir)
64 depcomp = $(SHELL) $(top_srcdir)/linux/build-aux/depcomp
65 am__depfiles_maybe = depfiles
66 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67         $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
68 LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
69         $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70         $(AM_CFLAGS) $(CFLAGS)
71 CCLD = $(CC)
72 LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
73         $(AM_LDFLAGS) $(LDFLAGS) -o $@
74 SOURCES = $(libtiipc_la_SOURCES)
75 DIST_SOURCES = $(libtiipc_la_SOURCES)
76 libtiipc_laHEADERS_INSTALL = $(INSTALL_HEADER)
77 HEADERS = $(libtiipc_la_HEADERS)
78 ETAGS = etags
79 CTAGS = ctags
80 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
81 ACLOCAL = @ACLOCAL@
82 AMDEP_FALSE = @AMDEP_FALSE@
83 AMDEP_TRUE = @AMDEP_TRUE@
84 AMTAR = @AMTAR@
86 # additional include paths necessary to compile the library
87 AM_CFLAGS = -I$(top_srcdir)/linux/include -I$(top_srcdir)/packages \
88         -D_GNU_SOURCE -Wall @AM_CFLAGS@
90 AM_LDFLAGS = @AM_LDFLAGS@
91 AR = @AR@
92 AUTOCONF = @AUTOCONF@
93 AUTOHEADER = @AUTOHEADER@
94 AUTOMAKE = @AUTOMAKE@
95 AWK = @AWK@
96 CC = @CC@
97 CCDEPMODE = @CCDEPMODE@
98 CFLAGS = @CFLAGS@
99 CMEM_FALSE = @CMEM_FALSE@
100 CMEM_INSTALL_DIR = @CMEM_INSTALL_DIR@
101 CMEM_TRUE = @CMEM_TRUE@
102 CPP = @CPP@
103 CPPFLAGS = @CPPFLAGS@
104 CXX = @CXX@
105 CXXCPP = @CXXCPP@
106 CXXDEPMODE = @CXXDEPMODE@
107 CXXFLAGS = @CXXFLAGS@
108 CYGPATH_W = @CYGPATH_W@
109 DEFS = @DEFS@
110 DEPDIR = @DEPDIR@
111 ECHO = @ECHO@
112 ECHO_C = @ECHO_C@
113 ECHO_N = @ECHO_N@
114 ECHO_T = @ECHO_T@
115 EGREP = @EGREP@
116 EXEEXT = @EXEEXT@
117 INSTALL_DATA = @INSTALL_DATA@
118 INSTALL_PROGRAM = @INSTALL_PROGRAM@
119 INSTALL_SCRIPT = @INSTALL_SCRIPT@
120 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
121 KDIR_FALSE = @KDIR_FALSE@
122 KDIR_TRUE = @KDIR_TRUE@
123 KERNEL_INSTALL_DIR = @KERNEL_INSTALL_DIR@
124 LDFLAGS = @LDFLAGS@
125 LIBOBJS = @LIBOBJS@
126 LIBS = @LIBS@
127 LIBTOOL = @LIBTOOL@
128 LN_S = @LN_S@
129 LTLIBOBJS = @LTLIBOBJS@
130 MAINT = @MAINT@
131 MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
132 MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
133 MAKEINFO = @MAKEINFO@
134 OBJEXT = @OBJEXT@
135 OMAP54XX_SMP_FALSE = @OMAP54XX_SMP_FALSE@
136 OMAP54XX_SMP_TRUE = @OMAP54XX_SMP_TRUE@
137 OMAPL138_FALSE = @OMAPL138_FALSE@
138 OMAPL138_TRUE = @OMAPL138_TRUE@
139 PACKAGE = @PACKAGE@
140 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141 PACKAGE_NAME = @PACKAGE_NAME@
142 PACKAGE_STRING = @PACKAGE_STRING@
143 PACKAGE_TARNAME = @PACKAGE_TARNAME@
144 PACKAGE_VERSION = @PACKAGE_VERSION@
145 PATH_SEPARATOR = @PATH_SEPARATOR@
146 PLATFORM = @PLATFORM@
147 RANLIB = @RANLIB@
148 SET_MAKE = @SET_MAKE@
149 SHELL = @SHELL@
150 STRIP = @STRIP@
151 TCI6614_FALSE = @TCI6614_FALSE@
152 TCI6614_TRUE = @TCI6614_TRUE@
153 TCI6638_FALSE = @TCI6638_FALSE@
154 TCI6638_TRUE = @TCI6638_TRUE@
155 VERSION = @VERSION@
156 ac_ct_AR = @ac_ct_AR@
157 ac_ct_CC = @ac_ct_CC@
158 ac_ct_CXX = @ac_ct_CXX@
159 ac_ct_RANLIB = @ac_ct_RANLIB@
160 ac_ct_STRIP = @ac_ct_STRIP@
161 am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162 am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163 am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164 am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
165 am__include = @am__include@
166 am__leading_dot = @am__leading_dot@
167 am__quote = @am__quote@
168 am__tar = @am__tar@
169 am__untar = @am__untar@
170 bindir = @bindir@
171 build = @build@
172 build_alias = @build_alias@
173 build_cpu = @build_cpu@
174 build_os = @build_os@
175 build_vendor = @build_vendor@
176 datadir = @datadir@
177 exec_prefix = @exec_prefix@
178 host = @host@
179 host_alias = @host_alias@
180 host_cpu = @host_cpu@
181 host_os = @host_os@
182 host_vendor = @host_vendor@
183 includedir = @includedir@
184 infodir = @infodir@
185 install_sh = @install_sh@
186 libdir = @libdir@
187 libexecdir = @libexecdir@
188 localstatedir = @localstatedir@
189 mandir = @mandir@
190 mkdir_p = @mkdir_p@
191 oldincludedir = @oldincludedir@
192 prefix = @prefix@
193 program_transform_name = @program_transform_name@
194 sbindir = @sbindir@
195 sharedstatedir = @sharedstatedir@
196 sysconfdir = @sysconfdir@
197 target_alias = @target_alias@
199 ###############################################################################
200 # THE LIBRARIES TO BUILD
201 ###############################################################################
203 # the library names to build (note we are building shared libs)
204 lib_LTLIBRARIES = libtiipc.la
206 # where to install the headers on the system
207 libtiipc_ladir = $(includedir)
209 # the list of header files that belong to the library (to be installed later)
210 libtiipc_la_HEADERS = $(top_srcdir)/linux/include/Std.h
212 # the sources to add to the library and to add to the source distribution
213 libtiipc_la_SOURCES = \
214                         $(libtiipc_la_HEADERS) \
215                         $(top_srcdir)/linux/include/_MultiProc.h \
216                         $(top_srcdir)/linux/include/_MessageQ.h \
217                         $(top_srcdir)/linux/include/_NameServer.h \
218                         $(top_srcdir)/linux/include/ladclient.h \
219                         $(top_srcdir)/linux/include/_lad.h \
220                         $(top_srcdir)/linux/include/SocketFxns.h \
221                         $(top_srcdir)/linux/include/net/rpmsg.h \
222                         $(top_srcdir)/packages/ti/ipc/Ipc.h \
223                         $(top_srcdir)/packages/ti/ipc/NameServer.h \
224                         $(top_srcdir)/packages/ti/ipc/MultiProc.h \
225                         $(top_srcdir)/packages/ti/ipc/MessageQ.h \
226                         MessageQ.c \
227                         NameServer.c \
228                         Ipc.c
231 # Add version info to the shared library
232 libtiipc_la_LDFLAGS = -version-info 1:0:0
233 all: all-am
235 .SUFFIXES:
236 .SUFFIXES: .c .lo .o .obj
237 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am  $(am__configure_deps)
238         @for dep in $?; do \
239           case '$(am__configure_deps)' in \
240             *$$dep*) \
241               cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242                 && exit 0; \
243               exit 1;; \
244           esac; \
245         done; \
246         echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign  linux/src/api/Makefile'; \
247         cd $(top_srcdir) && \
248           $(AUTOMAKE) --foreign  linux/src/api/Makefile
249 .PRECIOUS: Makefile
250 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251         @case '$?' in \
252           *config.status*) \
253             cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254           *) \
255             echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256             cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257         esac;
259 $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
262 $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265         cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266 install-libLTLIBRARIES: $(lib_LTLIBRARIES)
267         @$(NORMAL_INSTALL)
268         test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)"
269         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
270           if test -f $$p; then \
271             f=$(am__strip_dir) \
272             echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \
273             $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \
274           else :; fi; \
275         done
277 uninstall-libLTLIBRARIES:
278         @$(NORMAL_UNINSTALL)
279         @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \
280           p=$(am__strip_dir) \
281           echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \
282           $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \
283         done
285 clean-libLTLIBRARIES:
286         -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)
287         @list='$(lib_LTLIBRARIES)'; for p in $$list; do \
288           dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
289           test "$$dir" != "$$p" || dir=.; \
290           echo "rm -f \"$${dir}/so_locations\""; \
291           rm -f "$${dir}/so_locations"; \
292         done
293 libtiipc.la: $(libtiipc_la_OBJECTS) $(libtiipc_la_DEPENDENCIES) 
294         $(LINK) -rpath $(libdir) $(libtiipc_la_LDFLAGS) $(libtiipc_la_OBJECTS) $(libtiipc_la_LIBADD) $(LIBS)
296 mostlyclean-compile:
297         -rm -f *.$(OBJEXT)
299 distclean-compile:
300         -rm -f *.tab.c
302 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/Ipc.Plo@am__quote@
303 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/MessageQ.Plo@am__quote@
304 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/NameServer.Plo@am__quote@
306 .c.o:
307 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
308 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
309 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
310 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311 @am__fastdepCC_FALSE@   $(COMPILE) -c $<
313 .c.obj:
314 @am__fastdepCC_TRUE@    if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
315 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
316 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
317 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
318 @am__fastdepCC_FALSE@   $(COMPILE) -c `$(CYGPATH_W) '$<'`
320 .c.lo:
321 @am__fastdepCC_TRUE@    if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
322 @am__fastdepCC_TRUE@    then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
323 @AMDEP_TRUE@@am__fastdepCC_FALSE@       source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
324 @AMDEP_TRUE@@am__fastdepCC_FALSE@       DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
325 @am__fastdepCC_FALSE@   $(LTCOMPILE) -c -o $@ $<
327 mostlyclean-libtool:
328         -rm -f *.lo
330 clean-libtool:
331         -rm -rf .libs _libs
333 distclean-libtool:
334         -rm -f libtool
335 uninstall-info-am:
336 install-libtiipc_laHEADERS: $(libtiipc_la_HEADERS)
337         @$(NORMAL_INSTALL)
338         test -z "$(libtiipc_ladir)" || $(mkdir_p) "$(DESTDIR)$(libtiipc_ladir)"
339         @list='$(libtiipc_la_HEADERS)'; for p in $$list; do \
340           if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
341           f=$(am__strip_dir) \
342           echo " $(libtiipc_laHEADERS_INSTALL) '$$d$$p' '$(DESTDIR)$(libtiipc_ladir)/$$f'"; \
343           $(libtiipc_laHEADERS_INSTALL) "$$d$$p" "$(DESTDIR)$(libtiipc_ladir)/$$f"; \
344         done
346 uninstall-libtiipc_laHEADERS:
347         @$(NORMAL_UNINSTALL)
348         @list='$(libtiipc_la_HEADERS)'; for p in $$list; do \
349           f=$(am__strip_dir) \
350           echo " rm -f '$(DESTDIR)$(libtiipc_ladir)/$$f'"; \
351           rm -f "$(DESTDIR)$(libtiipc_ladir)/$$f"; \
352         done
354 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
355         list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
356         unique=`for i in $$list; do \
357             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
358           done | \
359           $(AWK) '    { files[$$0] = 1; } \
360                END { for (i in files) print i; }'`; \
361         mkid -fID $$unique
362 tags: TAGS
364 TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
365                 $(TAGS_FILES) $(LISP)
366         tags=; \
367         here=`pwd`; \
368         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
369         unique=`for i in $$list; do \
370             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
371           done | \
372           $(AWK) '    { files[$$0] = 1; } \
373                END { for (i in files) print i; }'`; \
374         if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
375           test -n "$$unique" || unique=$$empty_fix; \
376           $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
377             $$tags $$unique; \
378         fi
379 ctags: CTAGS
380 CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
381                 $(TAGS_FILES) $(LISP)
382         tags=; \
383         here=`pwd`; \
384         list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
385         unique=`for i in $$list; do \
386             if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
387           done | \
388           $(AWK) '    { files[$$0] = 1; } \
389                END { for (i in files) print i; }'`; \
390         test -z "$(CTAGS_ARGS)$$tags$$unique" \
391           || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
392              $$tags $$unique
394 GTAGS:
395         here=`$(am__cd) $(top_builddir) && pwd` \
396           && cd $(top_srcdir) \
397           && gtags -i $(GTAGS_ARGS) $$here
399 distclean-tags:
400         -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
402 distdir: $(DISTFILES)
403         $(mkdir_p) $(distdir)/../../../linux/include
404         @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
405         topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
406         list='$(DISTFILES)'; for file in $$list; do \
407           case $$file in \
408             $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
409             $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
410           esac; \
411           if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
412           dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
413           if test "$$dir" != "$$file" && test "$$dir" != "."; then \
414             dir="/$$dir"; \
415             $(mkdir_p) "$(distdir)$$dir"; \
416           else \
417             dir=''; \
418           fi; \
419           if test -d $$d/$$file; then \
420             if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
421               cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
422             fi; \
423             cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
424           else \
425             test -f $(distdir)/$$file \
426             || cp -p $$d/$$file $(distdir)/$$file \
427             || exit 1; \
428           fi; \
429         done
430 check-am: all-am
431 check: check-am
432 all-am: Makefile $(LTLIBRARIES) $(HEADERS)
433 installdirs:
434         for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(libtiipc_ladir)"; do \
435           test -z "$$dir" || $(mkdir_p) "$$dir"; \
436         done
437 install: install-am
438 install-exec: install-exec-am
439 install-data: install-data-am
440 uninstall: uninstall-am
442 install-am: all-am
443         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
445 installcheck: installcheck-am
446 install-strip:
447         $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
448           install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
449           `test -z '$(STRIP)' || \
450             echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
451 mostlyclean-generic:
453 clean-generic:
455 distclean-generic:
456         -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
458 maintainer-clean-generic:
459         @echo "This command is intended for maintainers to use"
460         @echo "it deletes files that may require special tools to rebuild."
461 clean: clean-am
463 clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \
464         mostlyclean-am
466 distclean: distclean-am
467         -rm -rf ./$(DEPDIR)
468         -rm -f Makefile
469 distclean-am: clean-am distclean-compile distclean-generic \
470         distclean-libtool distclean-tags
472 dvi: dvi-am
474 dvi-am:
476 html: html-am
478 info: info-am
480 info-am:
482 install-data-am: install-libtiipc_laHEADERS
484 install-exec-am: install-libLTLIBRARIES
486 install-info: install-info-am
488 install-man:
490 installcheck-am:
492 maintainer-clean: maintainer-clean-am
493         -rm -rf ./$(DEPDIR)
494         -rm -f Makefile
495 maintainer-clean-am: distclean-am maintainer-clean-generic
497 mostlyclean: mostlyclean-am
499 mostlyclean-am: mostlyclean-compile mostlyclean-generic \
500         mostlyclean-libtool
502 pdf: pdf-am
504 pdf-am:
506 ps: ps-am
508 ps-am:
510 uninstall-am: uninstall-info-am uninstall-libLTLIBRARIES \
511         uninstall-libtiipc_laHEADERS
513 .PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
514         clean-libLTLIBRARIES clean-libtool ctags distclean \
515         distclean-compile distclean-generic distclean-libtool \
516         distclean-tags distdir dvi dvi-am html html-am info info-am \
517         install install-am install-data install-data-am install-exec \
518         install-exec-am install-info install-info-am \
519         install-libLTLIBRARIES install-libtiipc_laHEADERS install-man \
520         install-strip installcheck installcheck-am installdirs \
521         maintainer-clean maintainer-clean-generic mostlyclean \
522         mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
523         pdf pdf-am ps ps-am tags uninstall uninstall-am \
524         uninstall-info-am uninstall-libLTLIBRARIES \
525         uninstall-libtiipc_laHEADERS
528 ###############################################################################
529 # Tell versions [3.59,3.63) of GNU make to not export all variables.
530 # Otherwise a system limit (for SysV at least) may be exceeded.
531 .NOEXPORT: