ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/vendor/pxys2-2.0.0/libopas/opas/Makefile.in
Revision: 3252
Committed: Wed Apr 2 20:41:43 2014 UTC (10 years ago) by michael
File size: 8562 byte(s)
Log Message:
- Imported pxys2-2.0.0

File Contents

# User Rev Content
1 michael 3252 # Makefile.in generated by automake 1.6.3 from Makefile.am.
2     # @configure_input@
3    
4     # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5     # Free Software Foundation, Inc.
6     # This Makefile.in is free software; the Free Software Foundation
7     # gives unlimited permission to copy and/or distribute it,
8     # with or without modifications, as long as this notice is preserved.
9    
10     # This program is distributed in the hope that it will be useful,
11     # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12     # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13     # PARTICULAR PURPOSE.
14    
15     @SET_MAKE@
16     SHELL = @SHELL@
17    
18     srcdir = @srcdir@
19     top_srcdir = @top_srcdir@
20     VPATH = @srcdir@
21     prefix = @prefix@
22     exec_prefix = @exec_prefix@
23    
24     bindir = @bindir@
25     sbindir = @sbindir@
26     libexecdir = @libexecdir@
27     datadir = @datadir@
28     sysconfdir = @sysconfdir@
29     sharedstatedir = @sharedstatedir@
30     localstatedir = @localstatedir@
31     libdir = @libdir@
32     infodir = @infodir@
33     mandir = @mandir@
34     includedir = @includedir@
35     oldincludedir = /usr/include
36     pkgdatadir = $(datadir)/@PACKAGE@
37     pkglibdir = $(libdir)/@PACKAGE@
38     pkgincludedir = $(includedir)/@PACKAGE@
39     top_builddir = ..
40    
41     ACLOCAL = @ACLOCAL@
42     AUTOCONF = @AUTOCONF@
43     AUTOMAKE = @AUTOMAKE@
44     AUTOHEADER = @AUTOHEADER@
45    
46     am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47     INSTALL = @INSTALL@
48     INSTALL_PROGRAM = @INSTALL_PROGRAM@
49     INSTALL_DATA = @INSTALL_DATA@
50     install_sh_DATA = $(install_sh) -c -m 644
51     install_sh_PROGRAM = $(install_sh) -c
52     install_sh_SCRIPT = $(install_sh) -c
53     INSTALL_SCRIPT = @INSTALL_SCRIPT@
54     INSTALL_HEADER = $(INSTALL_DATA)
55     transform = @program_transform_name@
56     NORMAL_INSTALL = :
57     PRE_INSTALL = :
58     POST_INSTALL = :
59     NORMAL_UNINSTALL = :
60     PRE_UNINSTALL = :
61     POST_UNINSTALL = :
62     host_alias = @host_alias@
63     host_triplet = @host@
64    
65     EXEEXT = @EXEEXT@
66     OBJEXT = @OBJEXT@
67     PATH_SEPARATOR = @PATH_SEPARATOR@
68     AMTAR = @AMTAR@
69     AR = @AR@
70     AS = @AS@
71     AWK = @AWK@
72     CC = @CC@
73     CXX = @CXX@
74     CXXCPP = @CXXCPP@
75     DEPDIR = @DEPDIR@
76     DLLTOOL = @DLLTOOL@
77     ECHO = @ECHO@
78     EGREP = @EGREP@
79     F77 = @F77@
80     GCJ = @GCJ@
81     GCJFLAGS = @GCJFLAGS@
82     INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
83     LIBTOOL = @LIBTOOL@
84     LN_S = @LN_S@
85     MAINT = @MAINT@
86     OBJDUMP = @OBJDUMP@
87     PACKAGE = @PACKAGE@
88     RANLIB = @RANLIB@
89     RC = @RC@
90     STRIP = @STRIP@
91     VERSION = @VERSION@
92     am__include = @am__include@
93     am__quote = @am__quote@
94     install_sh = @install_sh@
95     AUTOMAKE_OPTIONS = foreign
96     noinst_LTLIBRARIES = libopas.la
97    
98     libopas_la_SOURCES = opas.c
99    
100     noinst_HEADERS = opas.h opas_msg.h
101    
102    
103     #libopas_la_LDFLAGS = -version-info 0:0:0
104     INCLUDES = -I.. -Wall
105     subdir = opas
106     mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107     CONFIG_CLEAN_FILES =
108     LTLIBRARIES = $(noinst_LTLIBRARIES)
109    
110     libopas_la_LDFLAGS =
111     libopas_la_LIBADD =
112     am_libopas_la_OBJECTS = opas.lo
113     libopas_la_OBJECTS = $(am_libopas_la_OBJECTS)
114    
115     DEFS = @DEFS@
116     DEFAULT_INCLUDES = -I. -I$(srcdir)
117     CPPFLAGS = @CPPFLAGS@
118     LDFLAGS = @LDFLAGS@
119     LIBS = @LIBS@
120     depcomp =
121     am__depfiles_maybe =
122     COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
123     $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
124     LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
125     $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
126     CCLD = $(CC)
127     LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
128     $(AM_LDFLAGS) $(LDFLAGS) -o $@
129     CFLAGS = @CFLAGS@
130     DIST_SOURCES = $(libopas_la_SOURCES)
131     HEADERS = $(noinst_HEADERS)
132    
133     DIST_COMMON = $(noinst_HEADERS) Makefile.am Makefile.in
134     SOURCES = $(libopas_la_SOURCES)
135    
136     all: all-am
137    
138     .SUFFIXES:
139     .SUFFIXES: .c .lo .o .obj
140     $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.ac $(ACLOCAL_M4)
141     cd $(top_srcdir) && \
142     $(AUTOMAKE) --foreign --ignore-deps opas/Makefile
143     Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
144     cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
145    
146     clean-noinstLTLIBRARIES:
147     -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
148     @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
149     dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
150     test -z "$dir" && dir=.; \
151     echo "rm -f \"$${dir}/so_locations\""; \
152     rm -f "$${dir}/so_locations"; \
153     done
154     libopas.la: $(libopas_la_OBJECTS) $(libopas_la_DEPENDENCIES)
155     $(LINK) $(libopas_la_LDFLAGS) $(libopas_la_OBJECTS) $(libopas_la_LIBADD) $(LIBS)
156    
157     mostlyclean-compile:
158     -rm -f *.$(OBJEXT) core *.core
159    
160     distclean-compile:
161     -rm -f *.tab.c
162    
163     .c.o:
164     $(COMPILE) -c `test -f '$<' || echo '$(srcdir)/'`$<
165    
166     .c.obj:
167     $(COMPILE) -c `cygpath -w $<`
168    
169     .c.lo:
170     $(LTCOMPILE) -c -o $@ `test -f '$<' || echo '$(srcdir)/'`$<
171    
172     mostlyclean-libtool:
173     -rm -f *.lo
174    
175     clean-libtool:
176     -rm -rf .libs _libs
177    
178     distclean-libtool:
179     -rm -f libtool
180     uninstall-info-am:
181    
182     ETAGS = etags
183     ETAGSFLAGS =
184    
185     tags: TAGS
186    
187     ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
188     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
189     unique=`for i in $$list; do \
190     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
191     done | \
192     $(AWK) ' { files[$$0] = 1; } \
193     END { for (i in files) print i; }'`; \
194     mkid -fID $$unique
195    
196     TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
197     $(TAGS_FILES) $(LISP)
198     tags=; \
199     here=`pwd`; \
200     list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
201     unique=`for i in $$list; do \
202     if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
203     done | \
204     $(AWK) ' { files[$$0] = 1; } \
205     END { for (i in files) print i; }'`; \
206     test -z "$(ETAGS_ARGS)$$tags$$unique" \
207     || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
208     $$tags $$unique
209    
210     GTAGS:
211     here=`$(am__cd) $(top_builddir) && pwd` \
212     && cd $(top_srcdir) \
213     && gtags -i $(GTAGS_ARGS) $$here
214    
215     distclean-tags:
216     -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
217     DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
218    
219     top_distdir = ..
220     distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
221    
222     distdir: $(DISTFILES)
223     @list='$(DISTFILES)'; for file in $$list; do \
224     if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
225     dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
226     if test "$$dir" != "$$file" && test "$$dir" != "."; then \
227     dir="/$$dir"; \
228     $(mkinstalldirs) "$(distdir)$$dir"; \
229     else \
230     dir=''; \
231     fi; \
232     if test -d $$d/$$file; then \
233     if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
234     cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
235     fi; \
236     cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
237     else \
238     test -f $(distdir)/$$file \
239     || cp -p $$d/$$file $(distdir)/$$file \
240     || exit 1; \
241     fi; \
242     done
243     check-am: all-am
244     check: check-am
245     all-am: Makefile $(LTLIBRARIES) $(HEADERS)
246    
247     installdirs:
248    
249     install: install-am
250     install-exec: install-exec-am
251     install-data: install-data-am
252     uninstall: uninstall-am
253    
254     install-am: all-am
255     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
256    
257     installcheck: installcheck-am
258     install-strip:
259     $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
260     INSTALL_STRIP_FLAG=-s \
261     `test -z '$(STRIP)' || \
262     echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
263     mostlyclean-generic:
264    
265     clean-generic:
266    
267     distclean-generic:
268     -rm -f Makefile $(CONFIG_CLEAN_FILES)
269    
270     maintainer-clean-generic:
271     @echo "This command is intended for maintainers to use"
272     @echo "it deletes files that may require special tools to rebuild."
273     clean: clean-am
274    
275     clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
276     mostlyclean-am
277    
278     distclean: distclean-am
279    
280     distclean-am: clean-am distclean-compile distclean-generic \
281     distclean-libtool distclean-tags
282    
283     dvi: dvi-am
284    
285     dvi-am:
286    
287     info: info-am
288    
289     info-am:
290    
291     install-data-am:
292    
293     install-exec-am:
294    
295     install-info: install-info-am
296    
297     install-man:
298    
299     installcheck-am:
300    
301     maintainer-clean: maintainer-clean-am
302    
303     maintainer-clean-am: distclean-am maintainer-clean-generic
304    
305     mostlyclean: mostlyclean-am
306    
307     mostlyclean-am: mostlyclean-compile mostlyclean-generic \
308     mostlyclean-libtool
309    
310     uninstall-am: uninstall-info-am
311    
312     .PHONY: GTAGS all all-am check check-am clean clean-generic \
313     clean-libtool clean-noinstLTLIBRARIES distclean \
314     distclean-compile distclean-generic distclean-libtool \
315     distclean-tags distdir dvi dvi-am info info-am install \
316     install-am install-data install-data-am install-exec \
317     install-exec-am install-info install-info-am install-man \
318     install-strip installcheck installcheck-am installdirs \
319     maintainer-clean maintainer-clean-generic mostlyclean \
320     mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
321     tags uninstall uninstall-am uninstall-info-am
322    
323     # Tell versions [3.59,3.63) of GNU make to not export all variables.
324     # Otherwise a system limit (for SysV at least) may be exceeded.
325     .NOEXPORT: