1 | # Makefile.in generated by automake 1.14.1 from Makefile.am. |
---|
2 | # tools/wml/Makefile. Generated from Makefile.in by configure. |
---|
3 | |
---|
4 | # Copyright (C) 1994-2013 Free Software Foundation, Inc. |
---|
5 | |
---|
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 | |
---|
17 | |
---|
18 | |
---|
19 | |
---|
20 | am__is_gnu_make = test -n '$(MAKEFILE_LIST)' && test -n '$(MAKELEVEL)' |
---|
21 | am__make_running_with_option = \ |
---|
22 | case $${target_option-} in \ |
---|
23 | ?) ;; \ |
---|
24 | *) echo "am__make_running_with_option: internal error: invalid" \ |
---|
25 | "target option '$${target_option-}' specified" >&2; \ |
---|
26 | exit 1;; \ |
---|
27 | esac; \ |
---|
28 | has_opt=no; \ |
---|
29 | sane_makeflags=$$MAKEFLAGS; \ |
---|
30 | if $(am__is_gnu_make); then \ |
---|
31 | sane_makeflags=$$MFLAGS; \ |
---|
32 | else \ |
---|
33 | case $$MAKEFLAGS in \ |
---|
34 | *\\[\ \ ]*) \ |
---|
35 | bs=\\; \ |
---|
36 | sane_makeflags=`printf '%s\n' "$$MAKEFLAGS" \ |
---|
37 | | sed "s/$$bs$$bs[$$bs $$bs ]*//g"`;; \ |
---|
38 | esac; \ |
---|
39 | fi; \ |
---|
40 | skip_next=no; \ |
---|
41 | strip_trailopt () \ |
---|
42 | { \ |
---|
43 | flg=`printf '%s\n' "$$flg" | sed "s/$$1.*$$//"`; \ |
---|
44 | }; \ |
---|
45 | for flg in $$sane_makeflags; do \ |
---|
46 | test $$skip_next = yes && { skip_next=no; continue; }; \ |
---|
47 | case $$flg in \ |
---|
48 | *=*|--*) continue;; \ |
---|
49 | -*I) strip_trailopt 'I'; skip_next=yes;; \ |
---|
50 | -*I?*) strip_trailopt 'I';; \ |
---|
51 | -*O) strip_trailopt 'O'; skip_next=yes;; \ |
---|
52 | -*O?*) strip_trailopt 'O';; \ |
---|
53 | -*l) strip_trailopt 'l'; skip_next=yes;; \ |
---|
54 | -*l?*) strip_trailopt 'l';; \ |
---|
55 | -[dEDm]) skip_next=yes;; \ |
---|
56 | -[JT]) skip_next=yes;; \ |
---|
57 | esac; \ |
---|
58 | case $$flg in \ |
---|
59 | *$$target_option*) has_opt=yes; break;; \ |
---|
60 | esac; \ |
---|
61 | done; \ |
---|
62 | test $$has_opt = yes |
---|
63 | am__make_dryrun = (target_option=n; $(am__make_running_with_option)) |
---|
64 | am__make_keepgoing = (target_option=k; $(am__make_running_with_option)) |
---|
65 | pkgdatadir = $(datadir)/motif |
---|
66 | pkgincludedir = $(includedir)/motif |
---|
67 | pkglibdir = $(libdir)/motif |
---|
68 | pkglibexecdir = $(libexecdir)/motif |
---|
69 | am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd |
---|
70 | install_sh_DATA = $(install_sh) -c -m 644 |
---|
71 | install_sh_PROGRAM = $(install_sh) -c |
---|
72 | install_sh_SCRIPT = $(install_sh) -c |
---|
73 | INSTALL_HEADER = $(INSTALL_DATA) |
---|
74 | transform = $(program_transform_name) |
---|
75 | NORMAL_INSTALL = : |
---|
76 | PRE_INSTALL = : |
---|
77 | POST_INSTALL = : |
---|
78 | NORMAL_UNINSTALL = : |
---|
79 | PRE_UNINSTALL = : |
---|
80 | POST_UNINSTALL = : |
---|
81 | build_triplet = x86_64-apple-darwin13.3.0 |
---|
82 | host_triplet = x86_64-apple-darwin13.3.0 |
---|
83 | target_triplet = x86_64-apple-darwin13.3.0 |
---|
84 | noinst_PROGRAMS = wml$(EXEEXT) wmluiltok$(EXEEXT) wmldbcreate$(EXEEXT) |
---|
85 | subdir = tools/wml |
---|
86 | DIST_COMMON = $(srcdir)/Makefile.in $(srcdir)/Makefile.am wmlparse.h \ |
---|
87 | wmlparse.c wmluiltok.c $(top_srcdir)/depcomp \ |
---|
88 | $(top_srcdir)/ylwrap $(noinst_HEADERS) $(wml_HEADERS) README |
---|
89 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 |
---|
90 | am__aclocal_m4_deps = $(top_srcdir)/ac_find_xft.m4 \ |
---|
91 | $(top_srcdir)/ac_image_support.m4 $(top_srcdir)/libtool.m4 \ |
---|
92 | $(top_srcdir)/ltoptions.m4 $(top_srcdir)/ltsugar.m4 \ |
---|
93 | $(top_srcdir)/ltversion.m4 $(top_srcdir)/lt~obsolete.m4 \ |
---|
94 | $(top_srcdir)/acinclude.m4 $(top_srcdir)/configure.ac |
---|
95 | am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \ |
---|
96 | $(ACLOCAL_M4) |
---|
97 | mkinstalldirs = $(install_sh) -d |
---|
98 | CONFIG_HEADER = $(top_builddir)/include/config.h \ |
---|
99 | $(top_builddir)/lib/Xm/Xm.h |
---|
100 | CONFIG_CLEAN_FILES = |
---|
101 | CONFIG_CLEAN_VPATH_FILES = |
---|
102 | LIBRARIES = $(noinst_LIBRARIES) |
---|
103 | ARFLAGS = cru |
---|
104 | AM_V_AR = $(am__v_AR_$(V)) |
---|
105 | am__v_AR_ = $(am__v_AR_$(AM_DEFAULT_VERBOSITY)) |
---|
106 | am__v_AR_0 = @echo " AR " $@; |
---|
107 | am__v_AR_1 = |
---|
108 | libwml_a_AR = $(AR) $(ARFLAGS) |
---|
109 | libwml_a_LIBADD = |
---|
110 | am_libwml_a_OBJECTS = wmlparse.$(OBJEXT) wml.$(OBJEXT) \ |
---|
111 | wmloutkey.$(OBJEXT) wmlouth.$(OBJEXT) wmloutmm.$(OBJEXT) \ |
---|
112 | wmloutp1.$(OBJEXT) wmlresolve.$(OBJEXT) wmlsynbld.$(OBJEXT) \ |
---|
113 | wmlutils.$(OBJEXT) |
---|
114 | libwml_a_OBJECTS = $(am_libwml_a_OBJECTS) |
---|
115 | PROGRAMS = $(noinst_PROGRAMS) |
---|
116 | am_wml_OBJECTS = wml.$(OBJEXT) |
---|
117 | wml_OBJECTS = $(am_wml_OBJECTS) |
---|
118 | AM_V_lt = $(am__v_lt_$(V)) |
---|
119 | am__v_lt_ = $(am__v_lt_$(AM_DEFAULT_VERBOSITY)) |
---|
120 | am__v_lt_0 = --silent |
---|
121 | am__v_lt_1 = |
---|
122 | wmldbcreate_SOURCES = $(srcdir)/wmldbcreate.c |
---|
123 | wmldbcreate_OBJECTS = wmldbcreate.$(OBJEXT) |
---|
124 | wmldbcreate_DEPENDENCIES = ../../lib/Xm/libXm.la |
---|
125 | am_wmluiltok_OBJECTS = wmluiltok.$(OBJEXT) |
---|
126 | wmluiltok_OBJECTS = $(am_wmluiltok_OBJECTS) |
---|
127 | wmluiltok_DEPENDENCIES = |
---|
128 | AM_V_P = $(am__v_P_$(V)) |
---|
129 | am__v_P_ = $(am__v_P_$(AM_DEFAULT_VERBOSITY)) |
---|
130 | am__v_P_0 = false |
---|
131 | am__v_P_1 = : |
---|
132 | AM_V_GEN = $(am__v_GEN_$(V)) |
---|
133 | am__v_GEN_ = $(am__v_GEN_$(AM_DEFAULT_VERBOSITY)) |
---|
134 | am__v_GEN_0 = @echo " GEN " $@; |
---|
135 | am__v_GEN_1 = |
---|
136 | AM_V_at = $(am__v_at_$(V)) |
---|
137 | am__v_at_ = $(am__v_at_$(AM_DEFAULT_VERBOSITY)) |
---|
138 | am__v_at_0 = @ |
---|
139 | am__v_at_1 = |
---|
140 | DEFAULT_INCLUDES = -I. -I$(top_builddir)/include -I$(top_builddir)/lib/Xm |
---|
141 | depcomp = $(SHELL) $(top_srcdir)/depcomp |
---|
142 | am__depfiles_maybe = depfiles |
---|
143 | am__mv = mv -f |
---|
144 | COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \ |
---|
145 | $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) |
---|
146 | LTCOMPILE = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
---|
147 | $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) \ |
---|
148 | $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \ |
---|
149 | $(AM_CFLAGS) $(CFLAGS) |
---|
150 | AM_V_CC = $(am__v_CC_$(V)) |
---|
151 | am__v_CC_ = $(am__v_CC_$(AM_DEFAULT_VERBOSITY)) |
---|
152 | am__v_CC_0 = @echo " CC " $@; |
---|
153 | am__v_CC_1 = |
---|
154 | CCLD = $(CC) |
---|
155 | LINK = $(LIBTOOL) $(AM_V_lt) --tag=CC $(AM_LIBTOOLFLAGS) \ |
---|
156 | $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \ |
---|
157 | $(AM_LDFLAGS) $(LDFLAGS) -o $@ |
---|
158 | AM_V_CCLD = $(am__v_CCLD_$(V)) |
---|
159 | am__v_CCLD_ = $(am__v_CCLD_$(AM_DEFAULT_VERBOSITY)) |
---|
160 | am__v_CCLD_0 = @echo " CCLD " $@; |
---|
161 | am__v_CCLD_1 = |
---|
162 | LEXCOMPILE = $(LEX) $(AM_LFLAGS) $(LFLAGS) |
---|
163 | LTLEXCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
---|
164 | $(LIBTOOLFLAGS) --mode=compile $(LEX) $(AM_LFLAGS) $(LFLAGS) |
---|
165 | AM_V_LEX = $(am__v_LEX_$(V)) |
---|
166 | am__v_LEX_ = $(am__v_LEX_$(AM_DEFAULT_VERBOSITY)) |
---|
167 | am__v_LEX_0 = @echo " LEX " $@; |
---|
168 | am__v_LEX_1 = |
---|
169 | YLWRAP = $(top_srcdir)/ylwrap |
---|
170 | am__yacc_c2h = sed -e s/cc$$/hh/ -e s/cpp$$/hpp/ -e s/cxx$$/hxx/ \ |
---|
171 | -e s/c++$$/h++/ -e s/c$$/h/ |
---|
172 | YACCCOMPILE = $(YACC) $(AM_YFLAGS) $(YFLAGS) |
---|
173 | LTYACCCOMPILE = $(LIBTOOL) $(AM_V_lt) $(AM_LIBTOOLFLAGS) \ |
---|
174 | $(LIBTOOLFLAGS) --mode=compile $(YACC) $(AM_YFLAGS) $(YFLAGS) |
---|
175 | AM_V_YACC = $(am__v_YACC_$(V)) |
---|
176 | am__v_YACC_ = $(am__v_YACC_$(AM_DEFAULT_VERBOSITY)) |
---|
177 | am__v_YACC_0 = @echo " YACC " $@; |
---|
178 | am__v_YACC_1 = |
---|
179 | SOURCES = $(libwml_a_SOURCES) $(wml_SOURCES) $(srcdir)/wmldbcreate.c \ |
---|
180 | $(wmluiltok_SOURCES) |
---|
181 | DIST_SOURCES = $(libwml_a_SOURCES) $(wml_SOURCES) \ |
---|
182 | $(srcdir)/wmldbcreate.c $(wmluiltok_SOURCES) |
---|
183 | am__can_run_installinfo = \ |
---|
184 | case $$AM_UPDATE_INFO_DIR in \ |
---|
185 | n|no|NO) false;; \ |
---|
186 | *) (install-info --version) >/dev/null 2>&1;; \ |
---|
187 | esac |
---|
188 | am__vpath_adj_setup = srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; |
---|
189 | am__vpath_adj = case $$p in \ |
---|
190 | $(srcdir)/*) f=`echo "$$p" | sed "s|^$$srcdirstrip/||"`;; \ |
---|
191 | *) f=$$p;; \ |
---|
192 | esac; |
---|
193 | am__strip_dir = f=`echo $$p | sed -e 's|^.*/||'`; |
---|
194 | am__install_max = 40 |
---|
195 | am__nobase_strip_setup = \ |
---|
196 | srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*|]/\\\\&/g'` |
---|
197 | am__nobase_strip = \ |
---|
198 | for p in $$list; do echo "$$p"; done | sed -e "s|$$srcdirstrip/||" |
---|
199 | am__nobase_list = $(am__nobase_strip_setup); \ |
---|
200 | for p in $$list; do echo "$$p $$p"; done | \ |
---|
201 | sed "s| $$srcdirstrip/| |;"' / .*\//!s/ .*/ ./; s,\( .*\)/[^/]*$$,\1,' | \ |
---|
202 | $(AWK) 'BEGIN { files["."] = "" } { files[$$2] = files[$$2] " " $$1; \ |
---|
203 | if (++n[$$2] == $(am__install_max)) \ |
---|
204 | { print $$2, files[$$2]; n[$$2] = 0; files[$$2] = "" } } \ |
---|
205 | END { for (dir in files) print dir, files[dir] }' |
---|
206 | am__base_list = \ |
---|
207 | sed '$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;$$!N;s/\n/ /g' | \ |
---|
208 | sed '$$!N;$$!N;$$!N;$$!N;s/\n/ /g' |
---|
209 | am__uninstall_files_from_dir = { \ |
---|
210 | test -z "$$files" \ |
---|
211 | || { test ! -d "$$dir" && test ! -f "$$dir" && test ! -r "$$dir"; } \ |
---|
212 | || { echo " ( cd '$$dir' && rm -f" $$files ")"; \ |
---|
213 | $(am__cd) "$$dir" && rm -f $$files; }; \ |
---|
214 | } |
---|
215 | am__installdirs = "$(DESTDIR)$(wmldir)" |
---|
216 | HEADERS = $(noinst_HEADERS) $(wml_HEADERS) |
---|
217 | am__tagged_files = $(HEADERS) $(SOURCES) $(TAGS_FILES) $(LISP) |
---|
218 | # Read a list of newline-separated strings from the standard input, |
---|
219 | # and print each of them once, without duplicates. Input order is |
---|
220 | # *not* preserved. |
---|
221 | am__uniquify_input = $(AWK) '\ |
---|
222 | BEGIN { nonempty = 0; } \ |
---|
223 | { items[$$0] = 1; nonempty = 1; } \ |
---|
224 | END { if (nonempty) { for (i in items) print i; }; } \ |
---|
225 | ' |
---|
226 | # Make sure the list of sources is unique. This is necessary because, |
---|
227 | # e.g., the same source file might be shared among _SOURCES variables |
---|
228 | # for different programs/libraries. |
---|
229 | am__define_uniq_tagged_files = \ |
---|
230 | list='$(am__tagged_files)'; \ |
---|
231 | unique=`for i in $$list; do \ |
---|
232 | if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \ |
---|
233 | done | $(am__uniquify_input)` |
---|
234 | ETAGS = etags |
---|
235 | CTAGS = ctags |
---|
236 | DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) |
---|
237 | ACLOCAL = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/missing aclocal-1.14 |
---|
238 | AGE = 0 |
---|
239 | ALLOCA = |
---|
240 | AMTAR = $${TAR-tar} |
---|
241 | AM_DEFAULT_VERBOSITY = 1 |
---|
242 | AR = ar |
---|
243 | AUTOCONF = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/missing autoconf |
---|
244 | AUTOHEADER = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/missing autoheader |
---|
245 | AUTOMAKE = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/missing automake-1.14 |
---|
246 | AWK = gawk |
---|
247 | CC = /usr/bin/clang |
---|
248 | CCDEPMODE = depmode=none |
---|
249 | CDE_CONFIGURATION_TOP = ${prefix}/etc/dt |
---|
250 | CDE_INSTALLATION_TOP = ${prefix}/dt |
---|
251 | CFLAGS = -pipe -Os -arch x86_64 -arch i386 -Wall -g -fno-strict-aliasing -Wno-unused -Wno-comment -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include -I/opt/local/include/freetype2 -I/opt/local/include |
---|
252 | CONFDIR = ${confdir} |
---|
253 | CPP = /usr/bin/clang -E |
---|
254 | CPPFLAGS = -I/opt/local/include -I/opt/local/include |
---|
255 | CURRENT = 4 |
---|
256 | CYGPATH_W = echo |
---|
257 | DEFS = -DHAVE_CONFIG_H |
---|
258 | DEPDIR = .deps |
---|
259 | DLLTOOL = false |
---|
260 | DSYMUTIL = dsymutil |
---|
261 | DUMPBIN = |
---|
262 | ECHO_C = \c |
---|
263 | ECHO_N = |
---|
264 | ECHO_T = |
---|
265 | EGREP = /usr/bin/grep -E |
---|
266 | EXEEXT = |
---|
267 | FC_DEFAULT_FONTS = /usr/share/fonts |
---|
268 | FGREP = /usr/bin/grep -F |
---|
269 | FONTCONFIG_CFLAGS = |
---|
270 | FONTCONFIG_LIBS = |
---|
271 | FREETYPE_CFLAGS = -I/opt/local/include/freetype2 |
---|
272 | GREP = /usr/bin/grep |
---|
273 | INCDIR = ${prefix}/include/X11 |
---|
274 | INSTALL = /usr/bin/install -c |
---|
275 | INSTALL_DATA = ${INSTALL} -m 644 |
---|
276 | INSTALL_PROGRAM = ${INSTALL} |
---|
277 | INSTALL_SCRIPT = ${INSTALL} |
---|
278 | INSTALL_STRIP_PROGRAM = $(install_sh) -c -s |
---|
279 | LD = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld |
---|
280 | LDFLAGS = -L/opt/local/lib -Wl,-headerpad_max_install_names -arch x86_64 -arch i386 |
---|
281 | LEX = flex |
---|
282 | LEXLIB = |
---|
283 | LEX_OUTPUT_ROOT = lex.yy |
---|
284 | LIBDIR = ${exec_prefix}/lib/X11 |
---|
285 | LIBOBJS = |
---|
286 | LIBS = -lXp -liconv -L/opt/local/lib -lXft -lXrender -L/opt/local/lib -lXft -ljpeg -lpng |
---|
287 | LIBTOOL = $(SHELL) $(top_builddir)/libtool |
---|
288 | LIB_XP = -lXp |
---|
289 | LIPO = lipo |
---|
290 | LN_S = ln -s |
---|
291 | LTLIBOBJS = |
---|
292 | MAKEINFO = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/missing makeinfo |
---|
293 | MANIFEST_TOOL = : |
---|
294 | MKDIR_P = ../.././install-sh -c -d |
---|
295 | MWMRCDIR = ${exec_prefix}/lib/X11 |
---|
296 | NM = /usr/bin/nm |
---|
297 | NMEDIT = nmedit |
---|
298 | OBJDUMP = false |
---|
299 | OBJEXT = o |
---|
300 | OM22_COMPATIBILITY_FALSE = ! |
---|
301 | OM22_COMPATIBILITY_TRUE = |
---|
302 | OTOOL = otool |
---|
303 | OTOOL64 = : |
---|
304 | PACKAGE = motif |
---|
305 | PACKAGE_BUGREPORT = |
---|
306 | PACKAGE_NAME = |
---|
307 | PACKAGE_STRING = |
---|
308 | PACKAGE_TARNAME = |
---|
309 | PACKAGE_URL = |
---|
310 | PACKAGE_VERSION = |
---|
311 | PATH_SEPARATOR = : |
---|
312 | PRINTING_SUPPORTED_FALSE = ! |
---|
313 | PRINTING_SUPPORTED_TRUE = |
---|
314 | RANLIB = ranlib |
---|
315 | REVISION = 4 |
---|
316 | RM = rm -f |
---|
317 | SED = /usr/bin/sed |
---|
318 | SET_MAKE = |
---|
319 | SHELL = /bin/sh |
---|
320 | SPLINT = |
---|
321 | STRIP = strip |
---|
322 | VERSION = 2.3.4 |
---|
323 | XMBINDDIR_FALLBACK = ${exec_prefix}/lib/X11/bindings |
---|
324 | XMKMF = |
---|
325 | XMTHEME_DIST = |
---|
326 | XRENDER_CFLAGS = -I/opt/local/include |
---|
327 | XRENDER_LIBS = -L/opt/local/lib -lXft -lXrender |
---|
328 | X_CFLAGS = -I/opt/local/include |
---|
329 | X_EXTRA_LIBS = |
---|
330 | X_LIBS = -L/opt/local/lib |
---|
331 | X_PRE_LIBS = -lSM -lICE |
---|
332 | X_XMU = -lXmu |
---|
333 | YACC = /opt/local/bin/bison -y |
---|
334 | abs_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/tools/wml |
---|
335 | abs_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/tools/wml |
---|
336 | abs_top_builddir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4 |
---|
337 | abs_top_srcdir = /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4 |
---|
338 | ac_ct_AR = ar |
---|
339 | ac_ct_CC = /usr/bin/clang |
---|
340 | ac_ct_DUMPBIN = |
---|
341 | am__include = include |
---|
342 | am__leading_dot = . |
---|
343 | am__quote = |
---|
344 | am__tar = $${TAR-tar} chof - "$$tardir" |
---|
345 | am__untar = $${TAR-tar} xf - |
---|
346 | bindir = ${exec_prefix}/bin |
---|
347 | build = x86_64-apple-darwin13.3.0 |
---|
348 | build_alias = |
---|
349 | build_cpu = x86_64 |
---|
350 | build_os = darwin13.3.0 |
---|
351 | build_vendor = apple |
---|
352 | builddir = . |
---|
353 | confdir = |
---|
354 | datadir = ${datarootdir} |
---|
355 | datarootdir = ${prefix}/share |
---|
356 | docdir = ${datarootdir}/doc/${PACKAGE} |
---|
357 | dvidir = ${docdir} |
---|
358 | exec_prefix = ${prefix} |
---|
359 | fc_config = no |
---|
360 | ft_config = freetype-config |
---|
361 | host = x86_64-apple-darwin13.3.0 |
---|
362 | host_alias = |
---|
363 | host_cpu = x86_64 |
---|
364 | host_os = darwin13.3.0 |
---|
365 | host_vendor = apple |
---|
366 | htmldir = ${docdir} |
---|
367 | includedir = ${prefix}/include |
---|
368 | infodir = ${datarootdir}/info |
---|
369 | install_sh = ${SHELL} /opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_x11_openmotif/openmotif/work/motif-2.3.4/install-sh |
---|
370 | libdir = ${exec_prefix}/lib |
---|
371 | libexecdir = ${exec_prefix}/libexec |
---|
372 | localedir = ${datarootdir}/locale |
---|
373 | localstatedir = ${prefix}/var |
---|
374 | mandir = ${datarootdir}/man |
---|
375 | mkdir_p = $(MKDIR_P) |
---|
376 | oldincludedir = /usr/include |
---|
377 | pdfdir = ${docdir} |
---|
378 | prefix = /opt/local |
---|
379 | program_transform_name = s,x,x, |
---|
380 | psdir = ${docdir} |
---|
381 | sbindir = ${exec_prefix}/sbin |
---|
382 | sharedstatedir = ${prefix}/com |
---|
383 | srcdir = . |
---|
384 | sysconfdir = ${prefix}/etc |
---|
385 | target = x86_64-apple-darwin13.3.0 |
---|
386 | target_alias = |
---|
387 | target_cpu = x86_64 |
---|
388 | target_os = darwin13.3.0 |
---|
389 | target_vendor = apple |
---|
390 | top_build_prefix = ../../ |
---|
391 | top_builddir = ../.. |
---|
392 | top_srcdir = ../.. |
---|
393 | MAINTAINERCLEANFILES = Makefile.in |
---|
394 | EXTRA_DIST = Imakefile README wmllex.c wmllex.l motif.wml Uil.y Uil.c Uil.h UilLexPars.h UilLexPars.c |
---|
395 | AM_YFLAGS = -d |
---|
396 | #AM_LFLAGS = -l |
---|
397 | WMLTARGETS = UilConst.h UilKeyTab.h \ |
---|
398 | UilSymArTa.h UilSymArTy.h UilSymCSet.h UilSymCtl.h \ |
---|
399 | UilSymEnum.h UilSymGen.h UilSymNam.h UilSymRArg.h \ |
---|
400 | UilSymReas.h UilTokName.h UilUrmClas.h UilSymChCl.h \ |
---|
401 | UilSymChTa.h |
---|
402 | |
---|
403 | TABLE = motif.wml |
---|
404 | WMDTABLE = motif.wmd |
---|
405 | WMLTOOLS = wml wmluiltok |
---|
406 | REPORT = wml.report |
---|
407 | wmldir = $(includedir)/uil |
---|
408 | wml_HEADERS = UilDBDef.h |
---|
409 | noinst_HEADERS = wml.h wmlparse.h $(WMLTARGETS) |
---|
410 | wmluiltok_SOURCES = wmluiltok.l |
---|
411 | wmluiltok_LDADD = |
---|
412 | wml_SOURCES = wml.c |
---|
413 | wml_LDADD = -L. -lwml |
---|
414 | wml_DEPENDENCIES = libwml.a |
---|
415 | wmldbcreate_LDADD = ../../lib/Xm/libXm.la |
---|
416 | INCLUDES = -I../../lib -I$(srcdir)/../../lib -I$(srcdir)/../../include ${X_CFLAGS} |
---|
417 | noinst_LIBRARIES = libwml.a |
---|
418 | libwml_a_SOURCES = wmlparse.y wml.c wmloutkey.c wmlouth.c wmloutmm.c wmloutp1.c wmlresolve.c wmlsynbld.c wmlutils.c |
---|
419 | all: all-am |
---|
420 | |
---|
421 | .SUFFIXES: |
---|
422 | .SUFFIXES: .c .l .lo .o .obj .y |
---|
423 | $(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps) |
---|
424 | @for dep in $?; do \ |
---|
425 | case '$(am__configure_deps)' in \ |
---|
426 | *$$dep*) \ |
---|
427 | ( cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh ) \ |
---|
428 | && { if test -f $@; then exit 0; else break; fi; }; \ |
---|
429 | exit 1;; \ |
---|
430 | esac; \ |
---|
431 | done; \ |
---|
432 | echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign tools/wml/Makefile'; \ |
---|
433 | $(am__cd) $(top_srcdir) && \ |
---|
434 | $(AUTOMAKE) --foreign tools/wml/Makefile |
---|
435 | .PRECIOUS: Makefile |
---|
436 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status |
---|
437 | @case '$?' in \ |
---|
438 | *config.status*) \ |
---|
439 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \ |
---|
440 | *) \ |
---|
441 | echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \ |
---|
442 | cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \ |
---|
443 | esac; |
---|
444 | |
---|
445 | $(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) |
---|
446 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
447 | |
---|
448 | $(top_srcdir)/configure: $(am__configure_deps) |
---|
449 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
450 | $(ACLOCAL_M4): $(am__aclocal_m4_deps) |
---|
451 | cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh |
---|
452 | $(am__aclocal_m4_deps): |
---|
453 | |
---|
454 | clean-noinstLIBRARIES: |
---|
455 | -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES) |
---|
456 | wmlparse.h: wmlparse.c |
---|
457 | @if test ! -f $@; then rm -f wmlparse.c; else :; fi |
---|
458 | @if test ! -f $@; then $(MAKE) $(AM_MAKEFLAGS) wmlparse.c; else :; fi |
---|
459 | |
---|
460 | libwml.a: $(libwml_a_OBJECTS) $(libwml_a_DEPENDENCIES) $(EXTRA_libwml_a_DEPENDENCIES) |
---|
461 | $(AM_V_at)-rm -f libwml.a |
---|
462 | $(AM_V_AR)$(libwml_a_AR) libwml.a $(libwml_a_OBJECTS) $(libwml_a_LIBADD) |
---|
463 | $(AM_V_at)$(RANLIB) libwml.a |
---|
464 | |
---|
465 | clean-noinstPROGRAMS: |
---|
466 | @list='$(noinst_PROGRAMS)'; test -n "$$list" || exit 0; \ |
---|
467 | echo " rm -f" $$list; \ |
---|
468 | rm -f $$list || exit $$?; \ |
---|
469 | test -n "$(EXEEXT)" || exit 0; \ |
---|
470 | list=`for p in $$list; do echo "$$p"; done | sed 's/$(EXEEXT)$$//'`; \ |
---|
471 | echo " rm -f" $$list; \ |
---|
472 | rm -f $$list |
---|
473 | |
---|
474 | wml$(EXEEXT): $(wml_OBJECTS) $(wml_DEPENDENCIES) $(EXTRA_wml_DEPENDENCIES) |
---|
475 | @rm -f wml$(EXEEXT) |
---|
476 | $(AM_V_CCLD)$(LINK) $(wml_OBJECTS) $(wml_LDADD) $(LIBS) |
---|
477 | |
---|
478 | wmldbcreate$(EXEEXT): $(wmldbcreate_OBJECTS) $(wmldbcreate_DEPENDENCIES) $(EXTRA_wmldbcreate_DEPENDENCIES) |
---|
479 | @rm -f wmldbcreate$(EXEEXT) |
---|
480 | $(AM_V_CCLD)$(LINK) $(wmldbcreate_OBJECTS) $(wmldbcreate_LDADD) $(LIBS) |
---|
481 | |
---|
482 | wmluiltok$(EXEEXT): $(wmluiltok_OBJECTS) $(wmluiltok_DEPENDENCIES) $(EXTRA_wmluiltok_DEPENDENCIES) |
---|
483 | @rm -f wmluiltok$(EXEEXT) |
---|
484 | $(AM_V_CCLD)$(LINK) $(wmluiltok_OBJECTS) $(wmluiltok_LDADD) $(LIBS) |
---|
485 | |
---|
486 | mostlyclean-compile: |
---|
487 | -rm -f *.$(OBJEXT) |
---|
488 | |
---|
489 | distclean-compile: |
---|
490 | -rm -f *.tab.c |
---|
491 | |
---|
492 | #include ./$(DEPDIR)/wml.Po |
---|
493 | #include ./$(DEPDIR)/wmldbcreate.Po |
---|
494 | #include ./$(DEPDIR)/wmlouth.Po |
---|
495 | #include ./$(DEPDIR)/wmloutkey.Po |
---|
496 | #include ./$(DEPDIR)/wmloutmm.Po |
---|
497 | #include ./$(DEPDIR)/wmloutp1.Po |
---|
498 | #include ./$(DEPDIR)/wmlparse.Po |
---|
499 | #include ./$(DEPDIR)/wmlresolve.Po |
---|
500 | #include ./$(DEPDIR)/wmlsynbld.Po |
---|
501 | #include ./$(DEPDIR)/wmluiltok.Po |
---|
502 | #include ./$(DEPDIR)/wmlutils.Po |
---|
503 | |
---|
504 | .c.o: |
---|
505 | # $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
506 | # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
507 | # $(AM_V_CC)source='$<' object='$@' libtool=no |
---|
508 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) |
---|
509 | $(AM_V_CC)$(COMPILE) -c -o $@ $< |
---|
510 | |
---|
511 | .c.obj: |
---|
512 | # $(AM_V_CC)$(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'` |
---|
513 | # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po |
---|
514 | # $(AM_V_CC)source='$<' object='$@' libtool=no |
---|
515 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) |
---|
516 | $(AM_V_CC)$(COMPILE) -c -o $@ `$(CYGPATH_W) '$<'` |
---|
517 | |
---|
518 | .c.lo: |
---|
519 | # $(AM_V_CC)$(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $< |
---|
520 | # $(AM_V_at)$(am__mv) $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo |
---|
521 | # $(AM_V_CC)source='$<' object='$@' libtool=yes |
---|
522 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) |
---|
523 | $(AM_V_CC)$(LTCOMPILE) -c -o $@ $< |
---|
524 | |
---|
525 | wmldbcreate.o: $(srcdir)/wmldbcreate.c |
---|
526 | # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wmldbcreate.o -MD -MP -MF $(DEPDIR)/wmldbcreate.Tpo -c -o wmldbcreate.o `test -f '$(srcdir)/wmldbcreate.c' || echo '$(srcdir)/'`$(srcdir)/wmldbcreate.c |
---|
527 | # $(AM_V_at)$(am__mv) $(DEPDIR)/wmldbcreate.Tpo $(DEPDIR)/wmldbcreate.Po |
---|
528 | # $(AM_V_CC)source='$(srcdir)/wmldbcreate.c' object='wmldbcreate.o' libtool=no |
---|
529 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) |
---|
530 | $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wmldbcreate.o `test -f '$(srcdir)/wmldbcreate.c' || echo '$(srcdir)/'`$(srcdir)/wmldbcreate.c |
---|
531 | |
---|
532 | wmldbcreate.obj: $(srcdir)/wmldbcreate.c |
---|
533 | # $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -MT wmldbcreate.obj -MD -MP -MF $(DEPDIR)/wmldbcreate.Tpo -c -o wmldbcreate.obj `if test -f '$(srcdir)/wmldbcreate.c'; then $(CYGPATH_W) '$(srcdir)/wmldbcreate.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wmldbcreate.c'; fi` |
---|
534 | # $(AM_V_at)$(am__mv) $(DEPDIR)/wmldbcreate.Tpo $(DEPDIR)/wmldbcreate.Po |
---|
535 | # $(AM_V_CC)source='$(srcdir)/wmldbcreate.c' object='wmldbcreate.obj' libtool=no |
---|
536 | # DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) |
---|
537 | $(AM_V_CC)$(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) -c -o wmldbcreate.obj `if test -f '$(srcdir)/wmldbcreate.c'; then $(CYGPATH_W) '$(srcdir)/wmldbcreate.c'; else $(CYGPATH_W) '$(srcdir)/$(srcdir)/wmldbcreate.c'; fi` |
---|
538 | |
---|
539 | .l.c: |
---|
540 | $(AM_V_LEX)$(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE) |
---|
541 | |
---|
542 | .y.c: |
---|
543 | $(AM_V_YACC)$(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h `echo $@ | $(am__yacc_c2h)` y.output $*.output -- $(YACCCOMPILE) |
---|
544 | |
---|
545 | mostlyclean-libtool: |
---|
546 | -rm -f *.lo |
---|
547 | |
---|
548 | clean-libtool: |
---|
549 | -rm -rf .libs _libs |
---|
550 | install-wmlHEADERS: $(wml_HEADERS) |
---|
551 | @$(NORMAL_INSTALL) |
---|
552 | @list='$(wml_HEADERS)'; test -n "$(wmldir)" || list=; \ |
---|
553 | if test -n "$$list"; then \ |
---|
554 | echo " $(MKDIR_P) '$(DESTDIR)$(wmldir)'"; \ |
---|
555 | $(MKDIR_P) "$(DESTDIR)$(wmldir)" || exit 1; \ |
---|
556 | fi; \ |
---|
557 | for p in $$list; do \ |
---|
558 | if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \ |
---|
559 | echo "$$d$$p"; \ |
---|
560 | done | $(am__base_list) | \ |
---|
561 | while read files; do \ |
---|
562 | echo " $(INSTALL_HEADER) $$files '$(DESTDIR)$(wmldir)'"; \ |
---|
563 | $(INSTALL_HEADER) $$files "$(DESTDIR)$(wmldir)" || exit $$?; \ |
---|
564 | done |
---|
565 | |
---|
566 | uninstall-wmlHEADERS: |
---|
567 | @$(NORMAL_UNINSTALL) |
---|
568 | @list='$(wml_HEADERS)'; test -n "$(wmldir)" || list=; \ |
---|
569 | files=`for p in $$list; do echo $$p; done | sed -e 's|^.*/||'`; \ |
---|
570 | dir='$(DESTDIR)$(wmldir)'; $(am__uninstall_files_from_dir) |
---|
571 | |
---|
572 | ID: $(am__tagged_files) |
---|
573 | $(am__define_uniq_tagged_files); mkid -fID $$unique |
---|
574 | tags: tags-am |
---|
575 | TAGS: tags |
---|
576 | |
---|
577 | tags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
578 | set x; \ |
---|
579 | here=`pwd`; \ |
---|
580 | $(am__define_uniq_tagged_files); \ |
---|
581 | shift; \ |
---|
582 | if test -z "$(ETAGS_ARGS)$$*$$unique"; then :; else \ |
---|
583 | test -n "$$unique" || unique=$$empty_fix; \ |
---|
584 | if test $$# -gt 0; then \ |
---|
585 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
586 | "$$@" $$unique; \ |
---|
587 | else \ |
---|
588 | $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \ |
---|
589 | $$unique; \ |
---|
590 | fi; \ |
---|
591 | fi |
---|
592 | ctags: ctags-am |
---|
593 | |
---|
594 | CTAGS: ctags |
---|
595 | ctags-am: $(TAGS_DEPENDENCIES) $(am__tagged_files) |
---|
596 | $(am__define_uniq_tagged_files); \ |
---|
597 | test -z "$(CTAGS_ARGS)$$unique" \ |
---|
598 | || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \ |
---|
599 | $$unique |
---|
600 | |
---|
601 | GTAGS: |
---|
602 | here=`$(am__cd) $(top_builddir) && pwd` \ |
---|
603 | && $(am__cd) $(top_srcdir) \ |
---|
604 | && gtags -i $(GTAGS_ARGS) "$$here" |
---|
605 | cscopelist: cscopelist-am |
---|
606 | |
---|
607 | cscopelist-am: $(am__tagged_files) |
---|
608 | list='$(am__tagged_files)'; \ |
---|
609 | case "$(srcdir)" in \ |
---|
610 | [\\/]* | ?:[\\/]*) sdir="$(srcdir)" ;; \ |
---|
611 | *) sdir=$(subdir)/$(srcdir) ;; \ |
---|
612 | esac; \ |
---|
613 | for i in $$list; do \ |
---|
614 | if test -f "$$i"; then \ |
---|
615 | echo "$(subdir)/$$i"; \ |
---|
616 | else \ |
---|
617 | echo "$$sdir/$$i"; \ |
---|
618 | fi; \ |
---|
619 | done >> $(top_builddir)/cscope.files |
---|
620 | |
---|
621 | distclean-tags: |
---|
622 | -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags |
---|
623 | |
---|
624 | distdir: $(DISTFILES) |
---|
625 | @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
626 | topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \ |
---|
627 | list='$(DISTFILES)'; \ |
---|
628 | dist_files=`for file in $$list; do echo $$file; done | \ |
---|
629 | sed -e "s|^$$srcdirstrip/||;t" \ |
---|
630 | -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \ |
---|
631 | case $$dist_files in \ |
---|
632 | */*) $(MKDIR_P) `echo "$$dist_files" | \ |
---|
633 | sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \ |
---|
634 | sort -u` ;; \ |
---|
635 | esac; \ |
---|
636 | for file in $$dist_files; do \ |
---|
637 | if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \ |
---|
638 | if test -d $$d/$$file; then \ |
---|
639 | dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \ |
---|
640 | if test -d "$(distdir)/$$file"; then \ |
---|
641 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
642 | fi; \ |
---|
643 | if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \ |
---|
644 | cp -fpR $(srcdir)/$$file "$(distdir)$$dir" || exit 1; \ |
---|
645 | find "$(distdir)/$$file" -type d ! -perm -700 -exec chmod u+rwx {} \;; \ |
---|
646 | fi; \ |
---|
647 | cp -fpR $$d/$$file "$(distdir)$$dir" || exit 1; \ |
---|
648 | else \ |
---|
649 | test -f "$(distdir)/$$file" \ |
---|
650 | || cp -p $$d/$$file "$(distdir)/$$file" \ |
---|
651 | || exit 1; \ |
---|
652 | fi; \ |
---|
653 | done |
---|
654 | check-am: all-am |
---|
655 | check: check-am |
---|
656 | all-am: Makefile $(LIBRARIES) $(PROGRAMS) $(HEADERS) |
---|
657 | installdirs: |
---|
658 | for dir in "$(DESTDIR)$(wmldir)"; do \ |
---|
659 | test -z "$$dir" || $(MKDIR_P) "$$dir"; \ |
---|
660 | done |
---|
661 | install: install-am |
---|
662 | install-exec: install-exec-am |
---|
663 | install-data: install-data-am |
---|
664 | uninstall: uninstall-am |
---|
665 | |
---|
666 | install-am: all-am |
---|
667 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am |
---|
668 | |
---|
669 | installcheck: installcheck-am |
---|
670 | install-strip: |
---|
671 | if test -z '$(STRIP)'; then \ |
---|
672 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
673 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
674 | install; \ |
---|
675 | else \ |
---|
676 | $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \ |
---|
677 | install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \ |
---|
678 | "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'" install; \ |
---|
679 | fi |
---|
680 | mostlyclean-generic: |
---|
681 | |
---|
682 | clean-generic: |
---|
683 | |
---|
684 | distclean-generic: |
---|
685 | -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES) |
---|
686 | -test . = "$(srcdir)" || test -z "$(CONFIG_CLEAN_VPATH_FILES)" || rm -f $(CONFIG_CLEAN_VPATH_FILES) |
---|
687 | |
---|
688 | maintainer-clean-generic: |
---|
689 | @echo "This command is intended for maintainers to use" |
---|
690 | @echo "it deletes files that may require special tools to rebuild." |
---|
691 | -rm -f wmlparse.c |
---|
692 | -rm -f wmlparse.h |
---|
693 | -rm -f wmluiltok.c |
---|
694 | -test -z "$(MAINTAINERCLEANFILES)" || rm -f $(MAINTAINERCLEANFILES) |
---|
695 | clean: clean-am |
---|
696 | |
---|
697 | clean-am: clean-generic clean-libtool clean-local \ |
---|
698 | clean-noinstLIBRARIES clean-noinstPROGRAMS mostlyclean-am |
---|
699 | |
---|
700 | distclean: distclean-am |
---|
701 | -rm -rf ./$(DEPDIR) |
---|
702 | -rm -f Makefile |
---|
703 | distclean-am: clean-am distclean-compile distclean-generic \ |
---|
704 | distclean-tags |
---|
705 | |
---|
706 | dvi: dvi-am |
---|
707 | |
---|
708 | dvi-am: |
---|
709 | |
---|
710 | html: html-am |
---|
711 | |
---|
712 | html-am: |
---|
713 | |
---|
714 | info: info-am |
---|
715 | |
---|
716 | info-am: |
---|
717 | |
---|
718 | install-data-am: install-wmlHEADERS |
---|
719 | |
---|
720 | install-dvi: install-dvi-am |
---|
721 | |
---|
722 | install-dvi-am: |
---|
723 | |
---|
724 | install-exec-am: |
---|
725 | |
---|
726 | install-html: install-html-am |
---|
727 | |
---|
728 | install-html-am: |
---|
729 | |
---|
730 | install-info: install-info-am |
---|
731 | |
---|
732 | install-info-am: |
---|
733 | |
---|
734 | install-man: |
---|
735 | |
---|
736 | install-pdf: install-pdf-am |
---|
737 | |
---|
738 | install-pdf-am: |
---|
739 | |
---|
740 | install-ps: install-ps-am |
---|
741 | |
---|
742 | install-ps-am: |
---|
743 | |
---|
744 | installcheck-am: |
---|
745 | |
---|
746 | maintainer-clean: maintainer-clean-am |
---|
747 | -rm -rf ./$(DEPDIR) |
---|
748 | -rm -f Makefile |
---|
749 | maintainer-clean-am: distclean-am maintainer-clean-generic |
---|
750 | |
---|
751 | mostlyclean: mostlyclean-am |
---|
752 | |
---|
753 | mostlyclean-am: mostlyclean-compile mostlyclean-generic \ |
---|
754 | mostlyclean-libtool |
---|
755 | |
---|
756 | pdf: pdf-am |
---|
757 | |
---|
758 | pdf-am: |
---|
759 | |
---|
760 | ps: ps-am |
---|
761 | |
---|
762 | ps-am: |
---|
763 | |
---|
764 | uninstall-am: uninstall-wmlHEADERS |
---|
765 | |
---|
766 | .MAKE: install-am install-strip |
---|
767 | |
---|
768 | .PHONY: CTAGS GTAGS TAGS all all-am check check-am clean clean-generic \ |
---|
769 | clean-libtool clean-local clean-noinstLIBRARIES \ |
---|
770 | clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean \ |
---|
771 | distclean-compile distclean-generic distclean-libtool \ |
---|
772 | distclean-tags distdir dvi dvi-am html html-am info info-am \ |
---|
773 | install install-am install-data install-data-am install-dvi \ |
---|
774 | install-dvi-am install-exec install-exec-am install-html \ |
---|
775 | install-html-am install-info install-info-am install-man \ |
---|
776 | install-pdf install-pdf-am install-ps install-ps-am \ |
---|
777 | install-strip install-wmlHEADERS installcheck installcheck-am \ |
---|
778 | installdirs maintainer-clean maintainer-clean-generic \ |
---|
779 | mostlyclean mostlyclean-compile mostlyclean-generic \ |
---|
780 | mostlyclean-libtool pdf pdf-am ps ps-am tags tags-am uninstall \ |
---|
781 | uninstall-am uninstall-wmlHEADERS |
---|
782 | |
---|
783 | |
---|
784 | wmlparse.c: wmllex.c |
---|
785 | |
---|
786 | wmllex.c: wmllex.l |
---|
787 | |
---|
788 | wmlsynbld.c: wmlparse.h |
---|
789 | |
---|
790 | $(srcdir)/wmldbcreate.c: $(WMLTARGETS) UilLexPars.h |
---|
791 | |
---|
792 | UilLexPars.h: UilLexPars.c |
---|
793 | |
---|
794 | UilLexPars.c: Uil.c |
---|
795 | $(LN_S) Uil.h UilLexPars.h |
---|
796 | $(LN_S) Uil.c UilLexPars.c |
---|
797 | |
---|
798 | $(WMLTARGETS): wml-uil.mm |
---|
799 | |
---|
800 | wml-uil.mm: wmluiltok wml UilLexPars.c $(TABLE) |
---|
801 | $(RM) $(WMLTARGETS) wml.report wml-uil.mm |
---|
802 | ./wmluiltok <$(srcdir)/Uil.y >tokens.dat |
---|
803 | $(RM) wml-uil.mm |
---|
804 | ./wml $(srcdir)/$(TABLE) |
---|
805 | $(RM) tokens.dat |
---|
806 | |
---|
807 | all: motif.wmd |
---|
808 | |
---|
809 | motif.wmd: wmldbcreate |
---|
810 | ./wmldbcreate -o motif.wmd |
---|
811 | |
---|
812 | clean-local: |
---|
813 | $(RM) $(WMLTARGETS) $(WMDTABLE) $(REPORT) lex.yy.c libwml.a wml \ |
---|
814 | *.mm *.sdml *.txt wmlparse.c wmlparse.h wmluiltok wmllex.c \ |
---|
815 | tokens.dat DONE wmluiltok.c Uil.c Uil.h wml.report UilLexPars.[ch] ylwrap |
---|
816 | |
---|
817 | # Tell versions [3.59,3.63) of GNU make to not export all variables. |
---|
818 | # Otherwise a system limit (for SysV at least) may be exceeded. |
---|
819 | .NOEXPORT: |
---|