1 | # Makefile.in generated by automake 1.9.3 from Makefile.am. |
---|
2 | # @configure_input@ |
---|
3 | |
---|
4 | # Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, |
---|
5 | # 2003, 2004 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 | |
---|
18 | |
---|
19 | |
---|
20 | SOURCES = $(libIDL_2_la_SOURCES) $(tstidl_SOURCES) |
---|
21 | |
---|
22 | srcdir = @srcdir@ |
---|
23 | top_srcdir = @top_srcdir@ |
---|
24 | VPATH = @srcdir@ |
---|
25 | pkgdatadir = $(datadir)/@PACKAGE@ |
---|
26 | pkglibdir = $(libdir)/@PACKAGE@ |
---|
27 | pkgincludedir = $(includedir)/@PACKAGE@ |
---|
28 | top_builddir = . |
---|
29 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
30 | INSTALL = @INSTALL@ |
---|
31 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
32 | install_sh_PROGRAM = $(install_sh) -c |
---|
33 | install_sh_SCRIPT = $(install_sh) -c |
---|
34 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
35 | transform = $(program_transform_name) |
---|
36 | NORMAL_INSTALL = : |
---|
37 | PRE_INSTALL = : |
---|
38 | POST_INSTALL = : |
---|
39 | NORMAL_UNINSTALL = : |
---|
40 | PRE_UNINSTALL = : |
---|
41 | POST_UNINSTALL = : |
---|
42 | build_triplet = @build@ |
---|
43 | host_triplet = @host@ |
---|
44 | noinst_PROGRAMS = tstidl$(EXEEXT) |
---|
45 | DIST_COMMON = README $(am__configure_deps) $(srcdir)/Makefile.am \ |
---|
46 | $(srcdir)/Makefile.in $(srcdir)/Makefile.msc.in \ |
---|
47 | $(srcdir)/libIDL-2.0-uninstalled.pc.in \ |
---|
48 | $(srcdir)/libIDL-2.0.pc.in $(srcdir)/libIDL-config-2.in \ |
---|
49 | $(srcdir)/libIDL.m4.in $(srcdir)/libIDL.spec.in \ |
---|
50 | $(top_srcdir)/configure AUTHORS COPYING ChangeLog INSTALL NEWS \ |
---|
51 | config.guess config.sub depcomp install-sh ltmain.sh missing \ |
---|
52 | texinfo.tex |
---|
53 | subdir = . |
---|
54 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
55 | am__aclocal_m4_deps = $(top_srcdir)/acinclude.m4 \ |
---|
56 | $(top_srcdir)/configure.in |
---|
57 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
58 | $(ACLOCAL_M4) |
---|
59 | am__CONFIG_DISTCLEAN_FILES = config.status config.cache config.log \ |
---|
60 | configure.lineno configure.status.lineno |
---|
61 | mkinstalldirs = $(install_sh) -d |
---|
62 | CONFIG_CLEAN_FILES = Makefile.msc libIDL-config-2 libIDL.m4 \ |
---|
63 | libIDL.spec libIDL-2.0.pc libIDL-2.0-uninstalled.pc |
---|
64 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
65 | am__vpath_adj = case $$p in \ |
---|
66 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
67 | *) f=$$p;; \ |
---|
68 | esac; |
---|
69 | am__strip_dir = `echo $$p | sed -e 's|^.*/||'`; |
---|
70 | am__installdirs = "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" \ |
---|
71 | "$(DESTDIR)$(infodir)" "$(DESTDIR)$(pkgconfigdir)" |
---|
72 | libLTLIBRARIES_INSTALL = $(INSTALL) |
---|
73 | LTLIBRARIES = $(lib_LTLIBRARIES) |
---|
74 | libIDL_2_la_LIBADD = |
---|
75 | am_libIDL_2_la_OBJECTS = parser.lo lexer.lo ns.lo util.lo |
---|
76 | libIDL_2_la_OBJECTS = $(am_libIDL_2_la_OBJECTS) |
---|
77 | PROGRAMS = $(noinst_PROGRAMS) |
---|
78 | am_tstidl_OBJECTS = tstidl.$(OBJEXT) |
---|
79 | tstidl_OBJECTS = $(am_tstidl_OBJECTS) |
---|
80 | am__DEPENDENCIES_1 = |
---|
81 | tstidl_DEPENDENCIES = libIDL-2.la $(am__DEPENDENCIES_1) |
---|
82 | binSCRIPT_INSTALL = $(INSTALL_SCRIPT) |
---|
83 | SCRIPTS = $(bin_SCRIPTS) |
---|
84 | DEFAULT_INCLUDES = -I. -I$(srcdir) |
---|
85 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
86 | am__depfiles_maybe = depfiles |
---|
87 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
88 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
89 | LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \ |
---|
90 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
91 | $(AM_CFLAGS) $(CFLAGS) |
---|
92 | CCLD = $(CC) |
---|
93 | LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
94 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
95 | SOURCES = $(libIDL_2_la_SOURCES) $(tstidl_SOURCES) |
---|
96 | DIST_SOURCES = $(libIDL_2_la_SOURCES) $(tstidl_SOURCES) |
---|
97 | INFO_DEPS = $(srcdir)/libIDL2.info |
---|
98 | am__TEXINFO_TEX_DIR = $(srcdir) |
---|
99 | DVIS = libIDL2.dvi |
---|
100 | PDFS = libIDL2.pdf |
---|
101 | PSS = libIDL2.ps |
---|
102 | HTMLS = libIDL2.html |
---|
103 | TEXINFOS = libIDL2.texi |
---|
104 | TEXI2DVI = texi2dvi |
---|
105 | TEXI2PDF = $(TEXI2DVI) --pdf --batch |
---|
106 | MAKEINFOHTML = $(MAKEINFO) --html |
---|
107 | AM_MAKEINFOHTMLFLAGS = $(AM_MAKEINFOFLAGS) |
---|
108 | DVIPS = dvips |
---|
109 | RECURSIVE_TARGETS = all-recursive check-recursive dvi-recursive \ |
---|
110 | html-recursive info-recursive install-data-recursive \ |
---|
111 | install-exec-recursive install-info-recursive \ |
---|
112 | install-recursive installcheck-recursive installdirs-recursive \ |
---|
113 | pdf-recursive ps-recursive uninstall-info-recursive \ |
---|
114 | uninstall-recursive |
---|
115 | pkgconfigDATA_INSTALL = $(INSTALL_DATA) |
---|
116 | DATA = $(pkgconfig_DATA) |
---|
117 | ETAGS = etags |
---|
118 | CTAGS = ctags |
---|
119 | DIST_SUBDIRS = $(SUBDIRS) |
---|
120 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
121 | distdir = $(PACKAGE)-$(VERSION) |
---|
122 | top_distdir = $(distdir) |
---|
123 | am__remove_distdir = \ |
---|
124 | { test ! -d $(distdir) \ |
---|
125 | || { find $(distdir) -type d ! -perm -200 -exec chmod u+w {} ';' \ |
---|
126 | && rm -fr $(distdir); }; } |
---|
127 | DIST_ARCHIVES = $(distdir).tar.gz |
---|
128 | GZIP_ENV = --best |
---|
129 | distuninstallcheck_listfiles = find . -type f -print |
---|
130 | distcleancheck_listfiles = find . -type f -print |
---|
131 | ACLOCAL = @ACLOCAL@ |
---|
132 | ACLOCAL_AMFLAGS = @ACLOCAL_AMFLAGS@ |
---|
133 | AMDEP_FALSE = @AMDEP_FALSE@ |
---|
134 | AMDEP_TRUE = @AMDEP_TRUE@ |
---|
135 | AMTAR = @AMTAR@ |
---|
136 | AR = @AR@ |
---|
137 | AS = @AS@ |
---|
138 | AUTOCONF = @AUTOCONF@ |
---|
139 | AUTOHEADER = @AUTOHEADER@ |
---|
140 | AUTOMAKE = @AUTOMAKE@ |
---|
141 | AWK = @AWK@ |
---|
142 | CC = @CC@ |
---|
143 | CCDEPMODE = @CCDEPMODE@ |
---|
144 | CFLAGS = @CFLAGS@ |
---|
145 | CPP = @CPP@ |
---|
146 | CPPFLAGS = @CPPFLAGS@ |
---|
147 | CXX = @CXX@ |
---|
148 | CXXCPP = @CXXCPP@ |
---|
149 | CXXDEPMODE = @CXXDEPMODE@ |
---|
150 | CXXFLAGS = @CXXFLAGS@ |
---|
151 | CYGPATH_W = @CYGPATH_W@ |
---|
152 | DEFS = @DEFS@ |
---|
153 | DEPDIR = @DEPDIR@ |
---|
154 | DLLTOOL = @DLLTOOL@ |
---|
155 | ECHO = @ECHO@ |
---|
156 | ECHO_C = @ECHO_C@ |
---|
157 | ECHO_N = @ECHO_N@ |
---|
158 | ECHO_T = @ECHO_T@ |
---|
159 | EGREP = @EGREP@ |
---|
160 | EXEEXT = @EXEEXT@ |
---|
161 | F77 = @F77@ |
---|
162 | FFLAGS = @FFLAGS@ |
---|
163 | HAVE_WCHAR_H = @HAVE_WCHAR_H@ |
---|
164 | HAVE_WCSTR_H = @HAVE_WCSTR_H@ |
---|
165 | HAVE_YACC = @HAVE_YACC@ |
---|
166 | IDL_LL = @IDL_LL@ |
---|
167 | INSTALL_DATA = @INSTALL_DATA@ |
---|
168 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ |
---|
169 | INSTALL_SCRIPT = @INSTALL_SCRIPT@ |
---|
170 | INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@ |
---|
171 | LDFLAGS = @LDFLAGS@ |
---|
172 | LEX = @LEX@ |
---|
173 | LEXLIB = @LEXLIB@ |
---|
174 | LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@ |
---|
175 | LFLAGS = @LFLAGS@ |
---|
176 | LIBIDL_CFLAGS = @LIBIDL_CFLAGS@ |
---|
177 | LIBIDL_LIBS = @LIBIDL_LIBS@ |
---|
178 | LIBIDL_MAJOR_VERSION = @LIBIDL_MAJOR_VERSION@ |
---|
179 | LIBIDL_MICRO_VERSION = @LIBIDL_MICRO_VERSION@ |
---|
180 | LIBIDL_MINOR_VERSION = @LIBIDL_MINOR_VERSION@ |
---|
181 | LIBIDL_VERSION = @LIBIDL_VERSION@ |
---|
182 | LIBOBJS = @LIBOBJS@ |
---|
183 | LIBS = @LIBS@ |
---|
184 | LIBTOOL = @LIBTOOL@ |
---|
185 | LN_S = @LN_S@ |
---|
186 | LTLIBOBJS = @LTLIBOBJS@ |
---|
187 | LT_VERSION = @LT_VERSION@ |
---|
188 | MAINT = @MAINT@ |
---|
189 | MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@ |
---|
190 | MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@ |
---|
191 | MAKEINFO = @MAKEINFO@ |
---|
192 | OBJDUMP = @OBJDUMP@ |
---|
193 | OBJEXT = @OBJEXT@ |
---|
194 | PACKAGE = @PACKAGE@ |
---|
195 | PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@ |
---|
196 | PACKAGE_NAME = @PACKAGE_NAME@ |
---|
197 | PACKAGE_STRING = @PACKAGE_STRING@ |
---|
198 | PACKAGE_TARNAME = @PACKAGE_TARNAME@ |
---|
199 | PACKAGE_VERSION = @PACKAGE_VERSION@ |
---|
200 | PATH_SEPARATOR = @PATH_SEPARATOR@ |
---|
201 | PKG_CONFIG = @PKG_CONFIG@ |
---|
202 | RANLIB = @RANLIB@ |
---|
203 | SET_MAKE = @SET_MAKE@ |
---|
204 | SHELL = @SHELL@ |
---|
205 | STRIP = @STRIP@ |
---|
206 | VERSION = @VERSION@ |
---|
207 | WARN_CFLAGS = @WARN_CFLAGS@ |
---|
208 | YACC = @YACC@ |
---|
209 | ac_ct_AR = @ac_ct_AR@ |
---|
210 | ac_ct_AS = @ac_ct_AS@ |
---|
211 | ac_ct_CC = @ac_ct_CC@ |
---|
212 | ac_ct_CXX = @ac_ct_CXX@ |
---|
213 | ac_ct_DLLTOOL = @ac_ct_DLLTOOL@ |
---|
214 | ac_ct_F77 = @ac_ct_F77@ |
---|
215 | ac_ct_OBJDUMP = @ac_ct_OBJDUMP@ |
---|
216 | ac_ct_RANLIB = @ac_ct_RANLIB@ |
---|
217 | ac_ct_STRIP = @ac_ct_STRIP@ |
---|
218 | am__fastdepCC_FALSE = @am__fastdepCC_FALSE@ |
---|
219 | am__fastdepCC_TRUE = @am__fastdepCC_TRUE@ |
---|
220 | am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@ |
---|
221 | am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@ |
---|
222 | am__include = @am__include@ |
---|
223 | am__leading_dot = @am__leading_dot@ |
---|
224 | am__quote = @am__quote@ |
---|
225 | am__tar = @am__tar@ |
---|
226 | am__untar = @am__untar@ |
---|
227 | bindir = @bindir@ |
---|
228 | build = @build@ |
---|
229 | build_alias = @build_alias@ |
---|
230 | build_cpu = @build_cpu@ |
---|
231 | build_os = @build_os@ |
---|
232 | build_vendor = @build_vendor@ |
---|
233 | datadir = @datadir@ |
---|
234 | exec_prefix = @exec_prefix@ |
---|
235 | host = @host@ |
---|
236 | host_alias = @host_alias@ |
---|
237 | host_cpu = @host_cpu@ |
---|
238 | host_os = @host_os@ |
---|
239 | host_vendor = @host_vendor@ |
---|
240 | includedir = @includedir@ |
---|
241 | infodir = @infodir@ |
---|
242 | install_sh = @install_sh@ |
---|
243 | libdir = @libdir@ |
---|
244 | libexecdir = @libexecdir@ |
---|
245 | localstatedir = @localstatedir@ |
---|
246 | mandir = @mandir@ |
---|
247 | mkdir_p = @mkdir_p@ |
---|
248 | oldincludedir = @oldincludedir@ |
---|
249 | prefix = @prefix@ |
---|
250 | program_transform_name = @program_transform_name@ |
---|
251 | sbindir = @sbindir@ |
---|
252 | sharedstatedir = @sharedstatedir@ |
---|
253 | sysconfdir = @sysconfdir@ |
---|
254 | target_alias = @target_alias@ |
---|
255 | |
---|
256 | # -*- mode: makefile -*- |
---|
257 | # |
---|
258 | # libIDL Makefile.am |
---|
259 | # |
---|
260 | SUBDIRS = include |
---|
261 | INCLUDES = \ |
---|
262 | -DYYDEBUG=1 \ |
---|
263 | -DYYERROR_VERBOSE=1 \ |
---|
264 | $(LIBIDL_CFLAGS) \ |
---|
265 | -I$(top_builddir)/include \ |
---|
266 | -DG_LOG_DOMAIN=\"libIDL\" \ |
---|
267 | $(WARN_CFLAGS) |
---|
268 | |
---|
269 | YFLAGS = -d -v 2>/dev/null |
---|
270 | MOSTLYCLEANFILES = parser.output y.output |
---|
271 | EXTRA_DIST = BUGS parser.y lexer.l \ |
---|
272 | Makefile.msc README.win32 \ |
---|
273 | libIDL.def libIDL.spec \ |
---|
274 | HACKING MAINTAINERS |
---|
275 | |
---|
276 | info_TEXINFOS = libIDL2.texi |
---|
277 | lib_LTLIBRARIES = libIDL-2.la |
---|
278 | bin_SCRIPTS = libIDL-config-2 |
---|
279 | BUILT_SOURCES = lexer.c parser.c parser.h stamp-parser |
---|
280 | libIDL_2_la_SOURCES = parser.c parser.h lexer.c \ |
---|
281 | ns.c util.c util.h rename.h |
---|
282 | |
---|
283 | libIDL_2_la_LDFLAGS = -version-info $(LT_VERSION) $(LIBIDL_LIBS) -no-undefined |
---|
284 | tstidl_SOURCES = tstidl.c |
---|
285 | tstidl_LDADD = libIDL-2.la $(LIBIDL_LIBS) |
---|
286 | pkgconfigdir = $(libdir)/pkgconfig |
---|
287 | pkgconfig_DATA = libIDL-2.0.pc |
---|
288 | CLEANFILES = $(BUILT_SOURCES) |
---|
289 | all: $(BUILT_SOURCES) |
---|
290 | $(MAKE) $(AM_MAKEFLAGS) all-recursive |
---|
291 | |
---|
292 | .SUFFIXES: |
---|
293 | .SUFFIXES: .c .dvi .html .info .lo .o .obj .pdf .ps .texi |
---|
294 | am--refresh: |
---|
295 | @: |
---|
296 | $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps) |
---|
297 | @for dep in $?; do \ |
---|
298 | case '$(am__configure_deps)' in \ |
---|
299 | *$$dep*) \ |
---|
300 | echo ' cd $(srcdir) && $(AUTOMAKE) --gnu '; \ |
---|
301 | cd $(srcdir) && $(AUTOMAKE) --gnu \ |
---|
302 | && exit 0; \ |
---|
303 | exit 1;; \ |
---|
304 | esac; \ |
---|
305 | done; \ |
---|
306 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile'; \ |
---|
307 | cd $(top_srcdir) && \ |
---|
308 | $(AUTOMAKE) --gnu Makefile |
---|
309 | .PRECIOUS: Makefile |
---|
310 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
311 | @case '$?' in \ |
---|
312 | *config.status*) \ |
---|
313 | echo ' $(SHELL) ./config.status'; \ |
---|
314 | $(SHELL) ./config.status;; \ |
---|
315 | *) \ |
---|
316 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)'; \ |
---|
317 | cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe);; \ |
---|
318 | esac; |
---|
319 | |
---|
320 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
321 | $(SHELL) ./config.status --recheck |
---|
322 | |
---|
323 | $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps) |
---|
324 | cd $(srcdir) && $(AUTOCONF) |
---|
325 | $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps) |
---|
326 | cd $(srcdir) && $(ACLOCAL) $(ACLOCAL_AMFLAGS) |
---|
327 | Makefile.msc: $(top_builddir)/config.status $(srcdir)/Makefile.msc.in |
---|
328 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
329 | libIDL-config-2: $(top_builddir)/config.status $(srcdir)/libIDL-config-2.in |
---|
330 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
331 | libIDL.m4: $(top_builddir)/config.status $(srcdir)/libIDL.m4.in |
---|
332 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
333 | libIDL.spec: $(top_builddir)/config.status $(srcdir)/libIDL.spec.in |
---|
334 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
335 | libIDL-2.0.pc: $(top_builddir)/config.status $(srcdir)/libIDL-2.0.pc.in |
---|
336 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
337 | libIDL-2.0-uninstalled.pc: $(top_builddir)/config.status $(srcdir)/libIDL-2.0-uninstalled.pc.in |
---|
338 | cd $(top_builddir) && $(SHELL) ./config.status $@ |
---|
339 | install-libLTLIBRARIES: $(lib_LTLIBRARIES) |
---|
340 | @$(NORMAL_INSTALL) |
---|
341 | test -z "$(libdir)" || $(mkdir_p) "$(DESTDIR)$(libdir)" |
---|
342 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
343 | if test -f $$p; then \ |
---|
344 | f=$(am__strip_dir) \ |
---|
345 | echo " $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) '$$p' '$(DESTDIR)$(libdir)/$$f'"; \ |
---|
346 | $(LIBTOOL) --mode=install $(libLTLIBRARIES_INSTALL) $(INSTALL_STRIP_FLAG) "$$p" "$(DESTDIR)$(libdir)/$$f"; \ |
---|
347 | else :; fi; \ |
---|
348 | done |
---|
349 | |
---|
350 | uninstall-libLTLIBRARIES: |
---|
351 | @$(NORMAL_UNINSTALL) |
---|
352 | @set -x; list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
353 | p=$(am__strip_dir) \ |
---|
354 | echo " $(LIBTOOL) --mode=uninstall rm -f '$(DESTDIR)$(libdir)/$$p'"; \ |
---|
355 | $(LIBTOOL) --mode=uninstall rm -f "$(DESTDIR)$(libdir)/$$p"; \ |
---|
356 | done |
---|
357 | |
---|
358 | clean-libLTLIBRARIES: |
---|
359 | -test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES) |
---|
360 | @list='$(lib_LTLIBRARIES)'; for p in $$list; do \ |
---|
361 | dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \ |
---|
362 | test "$$dir" != "$$p" || dir=.; \ |
---|
363 | echo "rm -f \"$${dir}/so_locations\""; \ |
---|
364 | rm -f "$${dir}/so_locations"; \ |
---|
365 | done |
---|
366 | libIDL-2.la: $(libIDL_2_la_OBJECTS) $(libIDL_2_la_DEPENDENCIES) |
---|
367 | $(LINK) -rpath $(libdir) $(libIDL_2_la_LDFLAGS) $(libIDL_2_la_OBJECTS) $(libIDL_2_la_LIBADD) $(LIBS) |
---|
368 | |
---|
369 | clean-noinstPROGRAMS: |
---|
370 | @list='$(noinst_PROGRAMS)'; for p in $$list; do \ |
---|
371 | f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \ |
---|
372 | echo " rm -f $$p $$f"; \ |
---|
373 | rm -f $$p $$f ; \ |
---|
374 | done |
---|
375 | tstidl$(EXEEXT): $(tstidl_OBJECTS) $(tstidl_DEPENDENCIES) |
---|
376 | @rm -f tstidl$(EXEEXT) |
---|
377 | $(LINK) $(tstidl_LDFLAGS) $(tstidl_OBJECTS) $(tstidl_LDADD) $(LIBS) |
---|
378 | install-binSCRIPTS: $(bin_SCRIPTS) |
---|
379 | @$(NORMAL_INSTALL) |
---|
380 | test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)" |
---|
381 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ |
---|
382 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
383 | if test -f $$d$$p; then \ |
---|
384 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
---|
385 | echo " $(binSCRIPT_INSTALL) '$$d$$p' '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
386 | $(binSCRIPT_INSTALL) "$$d$$p" "$(DESTDIR)$(bindir)/$$f"; \ |
---|
387 | else :; fi; \ |
---|
388 | done |
---|
389 | |
---|
390 | uninstall-binSCRIPTS: |
---|
391 | @$(NORMAL_UNINSTALL) |
---|
392 | @list='$(bin_SCRIPTS)'; for p in $$list; do \ |
---|
393 | f=`echo "$$p" | sed 's|^.*/||;$(transform)'`; \ |
---|
394 | echo " rm -f '$(DESTDIR)$(bindir)/$$f'"; \ |
---|
395 | rm -f "$(DESTDIR)$(bindir)/$$f"; \ |
---|
396 | done |
---|
397 | |
---|
398 | mostlyclean-compile: |
---|
399 | -rm -f *.$(OBJEXT) |
---|
400 | |
---|
401 | distclean-compile: |
---|
402 | -rm -f *.tab.c |
---|
403 | |
---|
404 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/lexer.Plo@am__quote@ |
---|
405 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/ns.Plo@am__quote@ |
---|
406 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/parser.Plo@am__quote@ |
---|
407 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/tstidl.Po@am__quote@ |
---|
408 | @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/util.Plo@am__quote@ |
---|
409 | |
---|
410 | .c.o: |
---|
411 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
412 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
413 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
414 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
415 | @am__fastdepCC_FALSE@ $(COMPILE) -c $< |
---|
416 | |
---|
417 | .c.obj: |
---|
418 | @am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \ |
---|
419 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
420 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@ |
---|
421 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
422 | @am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'` |
---|
423 | |
---|
424 | .c.lo: |
---|
425 | @am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \ |
---|
426 | @am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi |
---|
427 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@ |
---|
428 | @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@ |
---|
429 | @am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $< |
---|
430 | |
---|
431 | mostlyclean-libtool: |
---|
432 | -rm -f *.lo |
---|
433 | |
---|
434 | clean-libtool: |
---|
435 | -rm -rf .libs _libs |
---|
436 | |
---|
437 | distclean-libtool: |
---|
438 | -rm -f libtool |
---|
439 | |
---|
440 | .texi.info: |
---|
441 | restore=: && backupdir="$(am__leading_dot)am$$$$" && \ |
---|
442 | am__cwd=`pwd` && cd $(srcdir) && \ |
---|
443 | rm -rf $$backupdir && mkdir $$backupdir && \ |
---|
444 | for f in $@ $@-[0-9] $@-[0-9][0-9] $(@:.info=).i[0-9] $(@:.info=).i[0-9][0-9]; do \ |
---|
445 | if test -f $$f; then mv $$f $$backupdir; restore=mv; else :; fi; \ |
---|
446 | done; \ |
---|
447 | cd "$$am__cwd"; \ |
---|
448 | if $(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ |
---|
449 | -o $@ $<; \ |
---|
450 | then \ |
---|
451 | rc=0; \ |
---|
452 | cd $(srcdir); \ |
---|
453 | else \ |
---|
454 | rc=$$?; \ |
---|
455 | cd $(srcdir) && \ |
---|
456 | $$restore $$backupdir/* `echo "./$@" | sed 's|[^/]*$$||'`; \ |
---|
457 | fi; \ |
---|
458 | rm -rf $$backupdir; exit $$rc |
---|
459 | |
---|
460 | .texi.dvi: |
---|
461 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
---|
462 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ |
---|
463 | $(TEXI2DVI) $< |
---|
464 | |
---|
465 | .texi.pdf: |
---|
466 | TEXINPUTS="$(am__TEXINFO_TEX_DIR)$(PATH_SEPARATOR)$$TEXINPUTS" \ |
---|
467 | MAKEINFO='$(MAKEINFO) $(AM_MAKEINFOFLAGS) $(MAKEINFOFLAGS) -I $(srcdir)' \ |
---|
468 | $(TEXI2PDF) $< |
---|
469 | |
---|
470 | .texi.html: |
---|
471 | rm -rf $(@:.html=.htp) |
---|
472 | if $(MAKEINFOHTML) $(AM_MAKEINFOHTMLFLAGS) $(MAKEINFOFLAGS) -I $(srcdir) \ |
---|
473 | -o $(@:.html=.htp) $<; \ |
---|
474 | then \ |
---|
475 | rm -rf $@; \ |
---|
476 | if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ |
---|
477 | mv $(@:.html=) $@; else mv $(@:.html=.htp) $@; fi; \ |
---|
478 | else \ |
---|
479 | if test ! -d $(@:.html=.htp) && test -d $(@:.html=); then \ |
---|
480 | rm -rf $(@:.html=); else rm -Rf $(@:.html=.htp) $@; fi; \ |
---|
481 | exit 1; \ |
---|
482 | fi |
---|
483 | $(srcdir)/libIDL2.info: libIDL2.texi |
---|
484 | libIDL2.dvi: libIDL2.texi |
---|
485 | libIDL2.pdf: libIDL2.texi |
---|
486 | libIDL2.html: libIDL2.texi |
---|
487 | .dvi.ps: |
---|
488 | $(DVIPS) -o $@ $< |
---|
489 | |
---|
490 | uninstall-info-am: |
---|
491 | $(PRE_UNINSTALL) |
---|
492 | @if (install-info --version && \ |
---|
493 | install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ |
---|
494 | list='$(INFO_DEPS)'; \ |
---|
495 | for file in $$list; do \ |
---|
496 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
---|
497 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' --remove '$(DESTDIR)$(infodir)/$$relfile'"; \ |
---|
498 | install-info --info-dir="$(DESTDIR)$(infodir)" --remove "$(DESTDIR)$(infodir)/$$relfile"; \ |
---|
499 | done; \ |
---|
500 | else :; fi |
---|
501 | @$(NORMAL_UNINSTALL) |
---|
502 | @list='$(INFO_DEPS)'; \ |
---|
503 | for file in $$list; do \ |
---|
504 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
---|
505 | relfile_i=`echo "$$relfile" | sed 's|\.info$$||;s|$$|.i|'`; \ |
---|
506 | (if cd "$(DESTDIR)$(infodir)"; then \ |
---|
507 | echo " rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9])"; \ |
---|
508 | rm -f $$relfile $$relfile-[0-9] $$relfile-[0-9][0-9] $$relfile_i[0-9] $$relfile_i[0-9][0-9]; \ |
---|
509 | else :; fi); \ |
---|
510 | done |
---|
511 | |
---|
512 | dist-info: $(INFO_DEPS) |
---|
513 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
514 | list='$(INFO_DEPS)'; \ |
---|
515 | for base in $$list; do \ |
---|
516 | case $$base in \ |
---|
517 | $(srcdir)/*) base=`echo "$$base" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
518 | esac; \ |
---|
519 | if test -f $$base; then d=.; else d=$(srcdir); fi; \ |
---|
520 | for file in $$d/$$base*; do \ |
---|
521 | relfile=`expr "$$file" : "$$d/\(.*\)"`; \ |
---|
522 | test -f $(distdir)/$$relfile || \ |
---|
523 | cp -p $$file $(distdir)/$$relfile; \ |
---|
524 | done; \ |
---|
525 | done |
---|
526 | |
---|
527 | mostlyclean-aminfo: |
---|
528 | -rm -rf libIDL2.aux libIDL2.cp libIDL2.cps libIDL2.fn libIDL2.fns libIDL2.ky \ |
---|
529 | libIDL2.kys libIDL2.log libIDL2.pg libIDL2.pgs libIDL2.tmp \ |
---|
530 | libIDL2.toc libIDL2.tp libIDL2.tps libIDL2.vr libIDL2.vrs \ |
---|
531 | libIDL2.dvi libIDL2.pdf libIDL2.ps libIDL2.html |
---|
532 | |
---|
533 | maintainer-clean-aminfo: |
---|
534 | @list='$(INFO_DEPS)'; for i in $$list; do \ |
---|
535 | i_i=`echo "$$i" | sed 's|\.info$$||;s|$$|.i|'`; \ |
---|
536 | echo " rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]"; \ |
---|
537 | rm -f $$i $$i-[0-9] $$i-[0-9][0-9] $$i_i[0-9] $$i_i[0-9][0-9]; \ |
---|
538 | done |
---|
539 | install-pkgconfigDATA: $(pkgconfig_DATA) |
---|
540 | @$(NORMAL_INSTALL) |
---|
541 | test -z "$(pkgconfigdir)" || $(mkdir_p) "$(DESTDIR)$(pkgconfigdir)" |
---|
542 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
543 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
544 | f=$(am__strip_dir) \ |
---|
545 | echo " $(pkgconfigDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
546 | $(pkgconfigDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
547 | done |
---|
548 | |
---|
549 | uninstall-pkgconfigDATA: |
---|
550 | @$(NORMAL_UNINSTALL) |
---|
551 | @list='$(pkgconfig_DATA)'; for p in $$list; do \ |
---|
552 | f=$(am__strip_dir) \ |
---|
553 | echo " rm -f '$(DESTDIR)$(pkgconfigdir)/$$f'"; \ |
---|
554 | rm -f "$(DESTDIR)$(pkgconfigdir)/$$f"; \ |
---|
555 | done |
---|
556 | |
---|
557 | # This directory's subdirectories are mostly independent; you can cd |
---|
558 | # into them and run `make' without going through this Makefile. |
---|
559 | # To change the values of `make' variables: instead of editing Makefiles, |
---|
560 | # (1) if the variable is set in `config.status', edit `config.status' |
---|
561 | # (which will cause the Makefiles to be regenerated when you run `make'); |
---|
562 | # (2) otherwise, pass the desired values on the `make' command line. |
---|
563 | $(RECURSIVE_TARGETS): |
---|
564 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
565 | dot_seen=no; \ |
---|
566 | target=`echo $@ | sed s/-recursive//`; \ |
---|
567 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
568 | echo "Making $$target in $$subdir"; \ |
---|
569 | if test "$$subdir" = "."; then \ |
---|
570 | dot_seen=yes; \ |
---|
571 | local_target="$$target-am"; \ |
---|
572 | else \ |
---|
573 | local_target="$$target"; \ |
---|
574 | fi; \ |
---|
575 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
576 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
577 | done; \ |
---|
578 | if test "$$dot_seen" = "no"; then \ |
---|
579 | $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \ |
---|
580 | fi; test -z "$$fail" |
---|
581 | |
---|
582 | mostlyclean-recursive clean-recursive distclean-recursive \ |
---|
583 | maintainer-clean-recursive: |
---|
584 | @set fnord $$MAKEFLAGS; amf=$$2; \ |
---|
585 | dot_seen=no; \ |
---|
586 | case "$@" in \ |
---|
587 | distclean-* | maintainer-clean-*) list='$(DIST_SUBDIRS)' ;; \ |
---|
588 | *) list='$(SUBDIRS)' ;; \ |
---|
589 | esac; \ |
---|
590 | rev=''; for subdir in $$list; do \ |
---|
591 | if test "$$subdir" = "."; then :; else \ |
---|
592 | rev="$$subdir $$rev"; \ |
---|
593 | fi; \ |
---|
594 | done; \ |
---|
595 | rev="$$rev ."; \ |
---|
596 | target=`echo $@ | sed s/-recursive//`; \ |
---|
597 | for subdir in $$rev; do \ |
---|
598 | echo "Making $$target in $$subdir"; \ |
---|
599 | if test "$$subdir" = "."; then \ |
---|
600 | local_target="$$target-am"; \ |
---|
601 | else \ |
---|
602 | local_target="$$target"; \ |
---|
603 | fi; \ |
---|
604 | (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \ |
---|
605 | || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \ |
---|
606 | done && test -z "$$fail" |
---|
607 | tags-recursive: |
---|
608 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
609 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \ |
---|
610 | done |
---|
611 | ctags-recursive: |
---|
612 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
613 | test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) ctags); \ |
---|
614 | done |
---|
615 | |
---|
616 | ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES) |
---|
617 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
618 | unique=`for i in $$list; do \ |
---|
619 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
620 | done | \ |
---|
621 | $(AWK) ' { files[$$0] = 1; } \ |
---|
622 | END { for (i in files) print i; }'`; \ |
---|
623 | mkid -fID $$unique |
---|
624 | tags: TAGS |
---|
625 | |
---|
626 | TAGS: tags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
627 | $(TAGS_FILES) $(LISP) |
---|
628 | tags=; \ |
---|
629 | here=`pwd`; \ |
---|
630 | if ($(ETAGS) --etags-include --version) >/dev/null 2>&1; then \ |
---|
631 | include_option=--etags-include; \ |
---|
632 | empty_fix=.; \ |
---|
633 | else \ |
---|
634 | include_option=--include; \ |
---|
635 | empty_fix=; \ |
---|
636 | fi; \ |
---|
637 | list='$(SUBDIRS)'; for subdir in $$list; do \ |
---|
638 | if test "$$subdir" = .; then :; else \ |
---|
639 | test ! -f $$subdir/TAGS || \ |
---|
640 | tags="$$tags $$include_option=$$here/$$subdir/TAGS"; \ |
---|
641 | fi; \ |
---|
642 | done; \ |
---|
643 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
644 | unique=`for i in $$list; do \ |
---|
645 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
646 | done | \ |
---|
647 | $(AWK) ' { files[$$0] = 1; } \ |
---|
648 | END { for (i in files) print i; }'`; \ |
---|
649 | if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \ |
---|
650 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
651 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
652 | $$tags $$unique; \ |
---|
653 | fi |
---|
654 | ctags: CTAGS |
---|
655 | CTAGS: ctags-recursive $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \ |
---|
656 | $(TAGS_FILES) $(LISP) |
---|
657 | tags=; \ |
---|
658 | here=`pwd`; \ |
---|
659 | list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \ |
---|
660 | unique=`for i in $$list; do \ |
---|
661 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
662 | done | \ |
---|
663 | $(AWK) ' { files[$$0] = 1; } \ |
---|
664 | END { for (i in files) print i; }'`; \ |
---|
665 | test -z "$(CTAGS_ARGS)$$tags$$unique" \ |
---|
666 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
667 | $$tags $$unique |
---|
668 | |
---|
669 | GTAGS: |
---|
670 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
671 | && cd $(top_srcdir) \ |
---|
672 | && gtags -i $(GTAGS_ARGS) $$here |
---|
673 | |
---|
674 | distclean-tags: |
---|
675 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
676 | |
---|
677 | distdir: $(DISTFILES) |
---|
678 | $(am__remove_distdir) |
---|
679 | mkdir $(distdir) |
---|
680 | $(mkdir_p) $(distdir)/. $(distdir)/include/libIDL |
---|
681 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
682 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \ |
---|
683 | list='$(DISTFILES)'; for file in $$list; do \ |
---|
684 | case $$file in \ |
---|
685 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
686 | $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \ |
---|
687 | esac; \ |
---|
688 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
689 | dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
690 | if test "$$dir" != "$$file" && test "$$dir" != "."; then \ |
---|
691 | dir="/$$dir"; \ |
---|
692 | $(mkdir_p) "$(distdir)$$dir"; \ |
---|
693 | else \ |
---|
694 | dir=''; \ |
---|
695 | fi; \ |
---|
696 | if test -d $$d/$$file; then \ |
---|
697 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
698 | cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \ |
---|
699 | fi; \ |
---|
700 | cp -pR $$d/$$file $(distdir)$$dir || exit 1; \ |
---|
701 | else \ |
---|
702 | test -f $(distdir)/$$file \ |
---|
703 | || cp -p $$d/$$file $(distdir)/$$file \ |
---|
704 | || exit 1; \ |
---|
705 | fi; \ |
---|
706 | done |
---|
707 | list='$(DIST_SUBDIRS)'; for subdir in $$list; do \ |
---|
708 | if test "$$subdir" = .; then :; else \ |
---|
709 | test -d "$(distdir)/$$subdir" \ |
---|
710 | || $(mkdir_p) "$(distdir)/$$subdir" \ |
---|
711 | || exit 1; \ |
---|
712 | distdir=`$(am__cd) $(distdir) && pwd`; \ |
---|
713 | top_distdir=`$(am__cd) $(top_distdir) && pwd`; \ |
---|
714 | (cd $$subdir && \ |
---|
715 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
716 | top_distdir="$$top_distdir" \ |
---|
717 | distdir="$$distdir/$$subdir" \ |
---|
718 | distdir) \ |
---|
719 | || exit 1; \ |
---|
720 | fi; \ |
---|
721 | done |
---|
722 | $(MAKE) $(AM_MAKEFLAGS) \ |
---|
723 | top_distdir="$(top_distdir)" distdir="$(distdir)" \ |
---|
724 | dist-info dist-hook |
---|
725 | -find $(distdir) -type d ! -perm -777 -exec chmod a+rwx {} \; -o \ |
---|
726 | ! -type d ! -perm -444 -links 1 -exec chmod a+r {} \; -o \ |
---|
727 | ! -type d ! -perm -400 -exec chmod a+r {} \; -o \ |
---|
728 | ! -type d ! -perm -444 -exec $(SHELL) $(install_sh) -c -m a+r {} {} \; \ |
---|
729 | || chmod -R a+r $(distdir) |
---|
730 | dist-gzip: distdir |
---|
731 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
732 | $(am__remove_distdir) |
---|
733 | |
---|
734 | dist-bzip2: distdir |
---|
735 | tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2 |
---|
736 | $(am__remove_distdir) |
---|
737 | |
---|
738 | dist-tarZ: distdir |
---|
739 | tardir=$(distdir) && $(am__tar) | compress -c >$(distdir).tar.Z |
---|
740 | $(am__remove_distdir) |
---|
741 | |
---|
742 | dist-shar: distdir |
---|
743 | shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz |
---|
744 | $(am__remove_distdir) |
---|
745 | |
---|
746 | dist-zip: distdir |
---|
747 | -rm -f $(distdir).zip |
---|
748 | zip -rq $(distdir).zip $(distdir) |
---|
749 | $(am__remove_distdir) |
---|
750 | |
---|
751 | dist dist-all: distdir |
---|
752 | tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).tar.gz |
---|
753 | $(am__remove_distdir) |
---|
754 | |
---|
755 | # This target untars the dist file and tries a VPATH configuration. Then |
---|
756 | # it guarantees that the distribution is self-contained by making another |
---|
757 | # tarfile. |
---|
758 | distcheck: dist |
---|
759 | case '$(DIST_ARCHIVES)' in \ |
---|
760 | *.tar.gz*) \ |
---|
761 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).tar.gz | $(am__untar) ;;\ |
---|
762 | *.tar.bz2*) \ |
---|
763 | bunzip2 -c $(distdir).tar.bz2 | $(am__untar) ;;\ |
---|
764 | *.tar.Z*) \ |
---|
765 | uncompress -c $(distdir).tar.Z | $(am__untar) ;;\ |
---|
766 | *.shar.gz*) \ |
---|
767 | GZIP=$(GZIP_ENV) gunzip -c $(distdir).shar.gz | unshar ;;\ |
---|
768 | *.zip*) \ |
---|
769 | unzip $(distdir).zip ;;\ |
---|
770 | esac |
---|
771 | chmod -R a-w $(distdir); chmod a+w $(distdir) |
---|
772 | mkdir $(distdir)/_build |
---|
773 | mkdir $(distdir)/_inst |
---|
774 | chmod a-w $(distdir) |
---|
775 | dc_install_base=`$(am__cd) $(distdir)/_inst && pwd | sed -e 's,^[^:\\/]:[\\/],/,'` \ |
---|
776 | && dc_destdir="$${TMPDIR-/tmp}/am-dc-$$$$/" \ |
---|
777 | && cd $(distdir)/_build \ |
---|
778 | && ../configure --srcdir=.. --prefix="$$dc_install_base" \ |
---|
779 | $(DISTCHECK_CONFIGURE_FLAGS) \ |
---|
780 | && $(MAKE) $(AM_MAKEFLAGS) \ |
---|
781 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ |
---|
782 | && $(MAKE) $(AM_MAKEFLAGS) check \ |
---|
783 | && $(MAKE) $(AM_MAKEFLAGS) install \ |
---|
784 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ |
---|
785 | && $(MAKE) $(AM_MAKEFLAGS) uninstall \ |
---|
786 | && $(MAKE) $(AM_MAKEFLAGS) distuninstallcheck_dir="$$dc_install_base" \ |
---|
787 | distuninstallcheck \ |
---|
788 | && chmod -R a-w "$$dc_install_base" \ |
---|
789 | && ({ \ |
---|
790 | (cd ../.. && umask 077 && mkdir "$$dc_destdir") \ |
---|
791 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" install \ |
---|
792 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" uninstall \ |
---|
793 | && $(MAKE) $(AM_MAKEFLAGS) DESTDIR="$$dc_destdir" \ |
---|
794 | distuninstallcheck_dir="$$dc_destdir" distuninstallcheck; \ |
---|
795 | } || { rm -rf "$$dc_destdir"; exit 1; }) \ |
---|
796 | && rm -rf "$$dc_destdir" \ |
---|
797 | && $(MAKE) $(AM_MAKEFLAGS) dist \ |
---|
798 | && rm -rf $(DIST_ARCHIVES) \ |
---|
799 | && $(MAKE) $(AM_MAKEFLAGS) distcleancheck |
---|
800 | $(am__remove_distdir) |
---|
801 | @(echo "$(distdir) archives ready for distribution: "; \ |
---|
802 | list='$(DIST_ARCHIVES)'; for i in $$list; do echo $$i; done) | \ |
---|
803 | sed -e '1{h;s/./=/g;p;x;}' -e '$${p;x;}' |
---|
804 | distuninstallcheck: |
---|
805 | @cd $(distuninstallcheck_dir) \ |
---|
806 | && test `$(distuninstallcheck_listfiles) | wc -l` -le 1 \ |
---|
807 | || { echo "ERROR: files left after uninstall:" ; \ |
---|
808 | if test -n "$(DESTDIR)"; then \ |
---|
809 | echo " (check DESTDIR support)"; \ |
---|
810 | fi ; \ |
---|
811 | $(distuninstallcheck_listfiles) ; \ |
---|
812 | exit 1; } >&2 |
---|
813 | distcleancheck: distclean |
---|
814 | @if test '$(srcdir)' = . ; then \ |
---|
815 | echo "ERROR: distcleancheck can only run from a VPATH build" ; \ |
---|
816 | exit 1 ; \ |
---|
817 | fi |
---|
818 | @test `$(distcleancheck_listfiles) | wc -l` -eq 0 \ |
---|
819 | || { echo "ERROR: files left in build directory after distclean:" ; \ |
---|
820 | $(distcleancheck_listfiles) ; \ |
---|
821 | exit 1; } >&2 |
---|
822 | check-am: all-am |
---|
823 | check: $(BUILT_SOURCES) |
---|
824 | $(MAKE) $(AM_MAKEFLAGS) check-recursive |
---|
825 | all-am: Makefile $(INFO_DEPS) $(LTLIBRARIES) $(PROGRAMS) $(SCRIPTS) \ |
---|
826 | $(DATA) |
---|
827 | installdirs: installdirs-recursive |
---|
828 | installdirs-am: |
---|
829 | for dir in "$(DESTDIR)$(libdir)" "$(DESTDIR)$(bindir)" "$(DESTDIR)$(infodir)" "$(DESTDIR)$(pkgconfigdir)"; do \ |
---|
830 | test -z "$$dir" || $(mkdir_p) "$$dir"; \ |
---|
831 | done |
---|
832 | install: $(BUILT_SOURCES) |
---|
833 | $(MAKE) $(AM_MAKEFLAGS) install-recursive |
---|
834 | install-exec: install-exec-recursive |
---|
835 | install-data: install-data-recursive |
---|
836 | uninstall: uninstall-recursive |
---|
837 | |
---|
838 | install-am: all-am |
---|
839 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
840 | |
---|
841 | installcheck: installcheck-recursive |
---|
842 | install-strip: |
---|
843 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
844 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
845 | `test -z '$(STRIP)' || \ |
---|
846 | echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install |
---|
847 | mostlyclean-generic: |
---|
848 | -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES) |
---|
849 | |
---|
850 | clean-generic: |
---|
851 | -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES) |
---|
852 | |
---|
853 | distclean-generic: |
---|
854 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
855 | |
---|
856 | maintainer-clean-generic: |
---|
857 | @echo "This command is intended for maintainers to use" |
---|
858 | @echo "it deletes files that may require special tools to rebuild." |
---|
859 | -test -z "$(BUILT_SOURCES)" || rm -f $(BUILT_SOURCES) |
---|
860 | clean: clean-recursive |
---|
861 | |
---|
862 | clean-am: clean-generic clean-libLTLIBRARIES clean-libtool \ |
---|
863 | clean-noinstPROGRAMS mostlyclean-am |
---|
864 | |
---|
865 | distclean: distclean-recursive |
---|
866 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
867 | -rm -rf ./$(DEPDIR) |
---|
868 | -rm -f Makefile |
---|
869 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
870 | distclean-libtool distclean-tags |
---|
871 | |
---|
872 | dvi: dvi-recursive |
---|
873 | |
---|
874 | dvi-am: $(DVIS) |
---|
875 | |
---|
876 | html: html-recursive |
---|
877 | |
---|
878 | html-am: $(HTMLS) |
---|
879 | |
---|
880 | info: info-recursive |
---|
881 | |
---|
882 | info-am: $(INFO_DEPS) |
---|
883 | |
---|
884 | install-data-am: install-info-am install-pkgconfigDATA |
---|
885 | |
---|
886 | install-exec-am: install-binSCRIPTS install-libLTLIBRARIES |
---|
887 | |
---|
888 | install-info: install-info-recursive |
---|
889 | |
---|
890 | install-info-am: $(INFO_DEPS) |
---|
891 | @$(NORMAL_INSTALL) |
---|
892 | test -z "$(infodir)" || $(mkdir_p) "$(DESTDIR)$(infodir)" |
---|
893 | @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \ |
---|
894 | list='$(INFO_DEPS)'; \ |
---|
895 | for file in $$list; do \ |
---|
896 | case $$file in \ |
---|
897 | $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
898 | esac; \ |
---|
899 | if test -f $$file; then d=.; else d=$(srcdir); fi; \ |
---|
900 | file_i=`echo "$$file" | sed 's|\.info$$||;s|$$|.i|'`; \ |
---|
901 | for ifile in $$d/$$file $$d/$$file-[0-9] $$d/$$file-[0-9][0-9] \ |
---|
902 | $$d/$$file_i[0-9] $$d/$$file_i[0-9][0-9] ; do \ |
---|
903 | if test -f $$ifile; then \ |
---|
904 | relfile=`echo "$$ifile" | sed 's|^.*/||'`; \ |
---|
905 | echo " $(INSTALL_DATA) '$$ifile' '$(DESTDIR)$(infodir)/$$relfile'"; \ |
---|
906 | $(INSTALL_DATA) "$$ifile" "$(DESTDIR)$(infodir)/$$relfile"; \ |
---|
907 | else : ; fi; \ |
---|
908 | done; \ |
---|
909 | done |
---|
910 | @$(POST_INSTALL) |
---|
911 | @if (install-info --version && \ |
---|
912 | install-info --version 2>&1 | sed 1q | grep -i -v debian) >/dev/null 2>&1; then \ |
---|
913 | list='$(INFO_DEPS)'; \ |
---|
914 | for file in $$list; do \ |
---|
915 | relfile=`echo "$$file" | sed 's|^.*/||'`; \ |
---|
916 | echo " install-info --info-dir='$(DESTDIR)$(infodir)' '$(DESTDIR)$(infodir)/$$relfile'";\ |
---|
917 | install-info --info-dir="$(DESTDIR)$(infodir)" "$(DESTDIR)$(infodir)/$$relfile" || :;\ |
---|
918 | done; \ |
---|
919 | else : ; fi |
---|
920 | install-man: |
---|
921 | |
---|
922 | installcheck-am: |
---|
923 | |
---|
924 | maintainer-clean: maintainer-clean-recursive |
---|
925 | -rm -f $(am__CONFIG_DISTCLEAN_FILES) |
---|
926 | -rm -rf $(top_srcdir)/autom4te.cache |
---|
927 | -rm -rf ./$(DEPDIR) |
---|
928 | -rm -f Makefile |
---|
929 | maintainer-clean-am: distclean-am maintainer-clean-aminfo \ |
---|
930 | maintainer-clean-generic |
---|
931 | |
---|
932 | mostlyclean: mostlyclean-recursive |
---|
933 | |
---|
934 | mostlyclean-am: mostlyclean-aminfo mostlyclean-compile \ |
---|
935 | mostlyclean-generic mostlyclean-libtool |
---|
936 | |
---|
937 | pdf: pdf-recursive |
---|
938 | |
---|
939 | pdf-am: $(PDFS) |
---|
940 | |
---|
941 | ps: ps-recursive |
---|
942 | |
---|
943 | ps-am: $(PSS) |
---|
944 | |
---|
945 | uninstall-am: uninstall-binSCRIPTS uninstall-info-am \ |
---|
946 | uninstall-libLTLIBRARIES uninstall-pkgconfigDATA |
---|
947 | |
---|
948 | uninstall-info: uninstall-info-recursive |
---|
949 | |
---|
950 | .PHONY: $(RECURSIVE_TARGETS) CTAGS GTAGS all all-am am--refresh check \ |
---|
951 | check-am clean clean-generic clean-libLTLIBRARIES \ |
---|
952 | clean-libtool clean-noinstPROGRAMS clean-recursive ctags \ |
---|
953 | ctags-recursive dist dist-all dist-bzip2 dist-gzip dist-hook \ |
---|
954 | dist-info dist-shar dist-tarZ dist-zip distcheck distclean \ |
---|
955 | distclean-compile distclean-generic distclean-libtool \ |
---|
956 | distclean-recursive distclean-tags distcleancheck distdir \ |
---|
957 | distuninstallcheck dvi dvi-am html html-am info info-am \ |
---|
958 | install install-am install-binSCRIPTS install-data \ |
---|
959 | install-data-am install-exec install-exec-am install-info \ |
---|
960 | install-info-am install-libLTLIBRARIES install-man \ |
---|
961 | install-pkgconfigDATA install-strip installcheck \ |
---|
962 | installcheck-am installdirs installdirs-am maintainer-clean \ |
---|
963 | maintainer-clean-aminfo maintainer-clean-generic \ |
---|
964 | maintainer-clean-recursive mostlyclean mostlyclean-aminfo \ |
---|
965 | mostlyclean-compile mostlyclean-generic mostlyclean-libtool \ |
---|
966 | mostlyclean-recursive pdf pdf-am ps ps-am tags tags-recursive \ |
---|
967 | uninstall uninstall-am uninstall-binSCRIPTS uninstall-info-am \ |
---|
968 | uninstall-libLTLIBRARIES uninstall-pkgconfigDATA |
---|
969 | |
---|
970 | |
---|
971 | lexer.c: $(srcdir)/lexer.l parser.h |
---|
972 | @rm -f $@ |
---|
973 | $(LEX) $(LFLAGS) -t $(srcdir)/lexer.l | sed -e 's/yy/__IDL_/g' >$@ |
---|
974 | |
---|
975 | stamp-parser: $(srcdir)/parser.y |
---|
976 | $(YACC) $(YFLAGS) $(srcdir)/parser.y |
---|
977 | touch $@ |
---|
978 | |
---|
979 | parser.c: stamp-parser |
---|
980 | test -f y.tab.c && mv -f y.tab.c parser.c || touch $@ |
---|
981 | |
---|
982 | parser.h: stamp-parser |
---|
983 | test -f y.tab.h && mv -f y.tab.h parser.h || touch $@ |
---|
984 | |
---|
985 | dist-hook: |
---|
986 | cd $(distdir) ; rm -f $(CLEANFILES) |
---|
987 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
988 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
989 | .NOEXPORT: |
---|