root/vtcross/branches/wrodgers/src/lib/socketcomm/Makefile @ 277

Revision 277, 12.6 KB (checked in by wrodgers, 15 years ago)

Updating SML functionality

Line 
1# Makefile.in generated by automake 1.9.6 from Makefile.am.
2# src/lib/socketcomm/Makefile.  Generated from Makefile.in by configure.
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
16
17srcdir = .
18top_srcdir = ../../..
19
20pkgdatadir = $(datadir)/vtcross
21pkglibdir = $(libdir)/vtcross
22pkgincludedir = $(includedir)/vtcross
23top_builddir = ../../..
24am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
25INSTALL = /usr/bin/install -c
26install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
29INSTALL_HEADER = $(INSTALL_DATA)
30transform = $(program_transform_name)
31NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
37build_triplet = i686-pc-linux-gnu
38host_triplet = i686-pc-linux-gnu
39subdir = src/lib/socketcomm
40DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
41ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
42am__aclocal_m4_deps = $(top_srcdir)/configure.ac
43am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44        $(ACLOCAL_M4)
45mkinstalldirs = $(install_sh) -d
46CONFIG_HEADER = $(top_builddir)/src/include/vtcross/config.h
47CONFIG_CLEAN_FILES =
48LIBRARIES = $(noinst_LIBRARIES)
49ARFLAGS = cru
50libsocketcomm_a_AR = $(AR) $(ARFLAGS)
51libsocketcomm_a_LIBADD =
52am_libsocketcomm_a_OBJECTS = socketcomm.$(OBJEXT)
53libsocketcomm_a_OBJECTS = $(am_libsocketcomm_a_OBJECTS)
54DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)/src/include/vtcross
55depcomp = $(SHELL) $(top_srcdir)/depcomp
56am__depfiles_maybe = depfiles
57CXXCOMPILE = $(CXX) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
58        $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
59LTCXXCOMPILE = $(LIBTOOL) --tag=CXX --mode=compile $(CXX) $(DEFS) \
60        $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
61        $(AM_CXXFLAGS) $(CXXFLAGS)
62CXXLD = $(CXX)
63CXXLINK = $(LIBTOOL) --tag=CXX --mode=link $(CXXLD) $(AM_CXXFLAGS) \
64        $(CXXFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
65SOURCES = $(libsocketcomm_a_SOURCES)
66DIST_SOURCES = $(libsocketcomm_a_SOURCES)
67ETAGS = etags
68CTAGS = ctags
69DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
70ACLOCAL = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run aclocal-1.9
71AMDEP_FALSE = #
72AMDEP_TRUE =
73AMTAR = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run tar
74AR = ar
75AUTOCONF = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run autoconf
76AUTOHEADER = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run autoheader
77AUTOMAKE = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run automake-1.9
78AWK = gawk
79CC = gcc
80CCDEPMODE = depmode=gcc3
81CFLAGS = -g -O2
82CPP = gcc -E
83CPPFLAGS =
84CXX = g++
85CXXCPP = g++ -E
86CXXDEPMODE = depmode=gcc3
87CXXFLAGS = -g -O2
88CYGPATH_W = echo
89DEFS = -DHAVE_CONFIG_H
90DEPDIR = .deps
91DSYMUTIL =
92ECHO = echo
93ECHO_C =
94ECHO_N = -n
95ECHO_T =
96EGREP = /bin/grep -E
97EXEEXT =
98F77 = g77
99FFLAGS = -g -O2
100GREP = /bin/grep
101INSTALL_DATA = ${INSTALL} -m 644
102INSTALL_PROGRAM = ${INSTALL}
103INSTALL_SCRIPT = ${INSTALL}
104INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
105LDFLAGS =
106LIBOBJS =
107LIBS = -lsqlite3
108LIBTOOL = $(SHELL) $(top_builddir)/libtool
109LN_S = ln -s
110LTLIBOBJS =
111MAKEINFO = ${SHELL} /home/wrodgers/vtcornet/vtcross/branches/wrodgers/missing --run makeinfo
112NMEDIT =
113OBJEXT = o
114PACKAGE = vtcross
115PACKAGE_BUGREPORT =
116PACKAGE_NAME = vtcross
117PACKAGE_STRING = vtcross 0.0.0
118PACKAGE_TARNAME = vtcross
119PACKAGE_VERSION = 0.0.0
120PATH_SEPARATOR = :
121RANLIB = ranlib
122SED = /bin/sed
123SET_MAKE =
124SHELL = /bin/bash
125STRIP = strip
126VERSION = 0.0.0
127ac_ct_CC = gcc
128ac_ct_CXX = g++
129ac_ct_F77 = g77
130am__fastdepCC_FALSE = #
131am__fastdepCC_TRUE =
132am__fastdepCXX_FALSE = #
133am__fastdepCXX_TRUE =
134am__include = include
135am__leading_dot = .
136am__quote =
137am__tar = ${AMTAR} chof - "$$tardir"
138am__untar = ${AMTAR} xf -
139bindir = ${exec_prefix}/bin
140build = i686-pc-linux-gnu
141build_alias =
142build_cpu = i686
143build_os = linux-gnu
144build_vendor = pc
145datadir = ${datarootdir}
146datarootdir = ${prefix}/share
147docdir = ${datarootdir}/doc/${PACKAGE_TARNAME}
148dvidir = ${docdir}
149exec_prefix = ${prefix}
150host = i686-pc-linux-gnu
151host_alias =
152host_cpu = i686
153host_os = linux-gnu
154host_vendor = pc
155htmldir = ${docdir}
156includedir = ${prefix}/include
157infodir = ${datarootdir}/info
158install_sh = /home/wrodgers/vtcornet/vtcross/branches/wrodgers/install-sh
159libdir = ${exec_prefix}/lib
160libexecdir = ${exec_prefix}/libexec
161localedir = ${datarootdir}/locale
162localstatedir = ${prefix}/var
163mandir = ${datarootdir}/man
164mkdir_p = mkdir -p --
165oldincludedir = /usr/include
166pdfdir = ${docdir}
167prefix = /usr/local
168program_transform_name = s,x,x,
169psdir = ${docdir}
170sbindir = ${exec_prefix}/sbin
171sharedstatedir = ${prefix}/com
172sysconfdir = ${prefix}/etc
173target_alias =
174INCLUDES = -I$(top_srcdir)/src/include
175noinst_LIBRARIES = libsocketcomm.a
176libsocketcomm_a_SOURCES = socketcomm.cpp
177all: all-am
178
179.SUFFIXES:
180.SUFFIXES: .cpp .lo .o .obj
181$(srcdir)/Makefile.in:  $(srcdir)/Makefile.am  $(am__configure_deps)
182        @for dep in $?; do \
183          case '$(am__configure_deps)' in \
184            *$$dep*) \
185              cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
186                && exit 0; \
187              exit 1;; \
188          esac; \
189        done; \
190        echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu  src/lib/socketcomm/Makefile'; \
191        cd $(top_srcdir) && \
192          $(AUTOMAKE) --gnu  src/lib/socketcomm/Makefile
193.PRECIOUS: Makefile
194Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
195        @case '$?' in \
196          *config.status*) \
197            cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
198          *) \
199            echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
200            cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
201        esac;
202
203$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
204        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
205
206$(top_srcdir)/configure:  $(am__configure_deps)
207        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
208$(ACLOCAL_M4):  $(am__aclocal_m4_deps)
209        cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
210
211clean-noinstLIBRARIES:
212        -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
213libsocketcomm.a: $(libsocketcomm_a_OBJECTS) $(libsocketcomm_a_DEPENDENCIES)
214        -rm -f libsocketcomm.a
215        $(libsocketcomm_a_AR) libsocketcomm.a $(libsocketcomm_a_OBJECTS) $(libsocketcomm_a_LIBADD)
216        $(RANLIB) libsocketcomm.a
217
218mostlyclean-compile:
219        -rm -f *.$(OBJEXT)
220
221distclean-compile:
222        -rm -f *.tab.c
223
224include ./$(DEPDIR)/socketcomm.Po
225
226.cpp.o:
227        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
228        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
229#       source='$<' object='$@' libtool=no \
230#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
231#       $(CXXCOMPILE) -c -o $@ $<
232
233.cpp.obj:
234        if $(CXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
235        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
236#       source='$<' object='$@' libtool=no \
237#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
238#       $(CXXCOMPILE) -c -o $@ `$(CYGPATH_W) '$<'`
239
240.cpp.lo:
241        if $(LTCXXCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
242        then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
243#       source='$<' object='$@' libtool=yes \
244#       DEPDIR=$(DEPDIR) $(CXXDEPMODE) $(depcomp) \
245#       $(LTCXXCOMPILE) -c -o $@ $<
246
247mostlyclean-libtool:
248        -rm -f *.lo
249
250clean-libtool:
251        -rm -rf .libs _libs
252
253distclean-libtool:
254        -rm -f libtool
255uninstall-info-am:
256
257ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
258        list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
259        unique=`for i in $$list; do \
260            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
261          done | \
262          $(AWK) '    { files[$$0] = 1; } \
263               END { for (i in files) print i; }'`; \
264        mkid -fID $$unique
265tags: TAGS
266
267TAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
268                $(TAGS_FILES) $(LISP)
269        tags=; \
270        here=`pwd`; \
271        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
272        unique=`for i in $$list; do \
273            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
274          done | \
275          $(AWK) '    { files[$$0] = 1; } \
276               END { for (i in files) print i; }'`; \
277        if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
278          test -n "$$unique" || unique=$$empty_fix; \
279          $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
280            $$tags $$unique; \
281        fi
282ctags: CTAGS
283CTAGS:  $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) \
284                $(TAGS_FILES) $(LISP)
285        tags=; \
286        here=`pwd`; \
287        list='$(SOURCES) $(HEADERS)  $(LISP) $(TAGS_FILES)'; \
288        unique=`for i in $$list; do \
289            if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
290          done | \
291          $(AWK) '    { files[$$0] = 1; } \
292               END { for (i in files) print i; }'`; \
293        test -z "$(CTAGS_ARGS)$$tags$$unique" \
294          || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
295             $$tags $$unique
296
297GTAGS:
298        here=`$(am__cd) $(top_builddir) && pwd` \
299          && cd $(top_srcdir) \
300          && gtags -i $(GTAGS_ARGS) $$here
301
302distclean-tags:
303        -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
304
305distdir: $(DISTFILES)
306        @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
307        topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
308        list='$(DISTFILES)'; for file in $$list; do \
309          case $$file in \
310            $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
311            $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
312          esac; \
313          if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
314          dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
315          if test "$$dir" != "$$file" && test "$$dir" != "."; then \
316            dir="/$$dir"; \
317            $(mkdir_p) "$(distdir)$$dir"; \
318          else \
319            dir=''; \
320          fi; \
321          if test -d $$d/$$file; then \
322            if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
323              cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
324            fi; \
325            cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
326          else \
327            test -f $(distdir)/$$file \
328            || cp -p $$d/$$file $(distdir)/$$file \
329            || exit 1; \
330          fi; \
331        done
332check-am: all-am
333check: check-am
334all-am: Makefile $(LIBRARIES)
335installdirs:
336install: install-am
337install-exec: install-exec-am
338install-data: install-data-am
339uninstall: uninstall-am
340
341install-am: all-am
342        @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
343
344installcheck: installcheck-am
345install-strip:
346        $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
347          install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
348          `test -z '$(STRIP)' || \
349            echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
350mostlyclean-generic:
351
352clean-generic:
353
354distclean-generic:
355        -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
356
357maintainer-clean-generic:
358        @echo "This command is intended for maintainers to use"
359        @echo "it deletes files that may require special tools to rebuild."
360clean: clean-am
361
362clean-am: clean-generic clean-libtool clean-noinstLIBRARIES \
363        mostlyclean-am
364
365distclean: distclean-am
366        -rm -rf ./$(DEPDIR)
367        -rm -f Makefile
368distclean-am: clean-am distclean-compile distclean-generic \
369        distclean-libtool distclean-tags
370
371dvi: dvi-am
372
373dvi-am:
374
375html: html-am
376
377info: info-am
378
379info-am:
380
381install-data-am:
382
383install-exec-am:
384
385install-info: install-info-am
386
387install-man:
388
389installcheck-am:
390
391maintainer-clean: maintainer-clean-am
392        -rm -rf ./$(DEPDIR)
393        -rm -f Makefile
394maintainer-clean-am: distclean-am maintainer-clean-generic
395
396mostlyclean: mostlyclean-am
397
398mostlyclean-am: mostlyclean-compile mostlyclean-generic \
399        mostlyclean-libtool
400
401pdf: pdf-am
402
403pdf-am:
404
405ps: ps-am
406
407ps-am:
408
409uninstall-am: uninstall-info-am
410
411.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
412        clean-libtool clean-noinstLIBRARIES ctags distclean \
413        distclean-compile distclean-generic distclean-libtool \
414        distclean-tags distdir dvi dvi-am html html-am info info-am \
415        install install-am install-data install-data-am install-exec \
416        install-exec-am install-info install-info-am install-man \
417        install-strip installcheck installcheck-am installdirs \
418        maintainer-clean maintainer-clean-generic mostlyclean \
419        mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
420        pdf pdf-am ps ps-am tags uninstall uninstall-am \
421        uninstall-info-am
422
423# Tell versions [3.59,3.63) of GNU make to not export all variables.
424# Otherwise a system limit (for SysV at least) may be exceeded.
425.NOEXPORT:
Note: See TracBrowser for help on using the browser.