FYI: Reply from HP-UX
[git/dscho.git] / flex-2.5.33 / tests / test-lineno-r / Makefile
blob5927ae1fc184027b83252d8720907d27447ddef9
1 # Makefile.in generated by automake 1.7.5 from Makefile.am.
2 # tests/test-lineno-r/Makefile. Generated from Makefile.in by configure.
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003
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.
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.
17 # This file is part of flex.
19 # Redistribution and use in source and binary forms, with or without
20 # modification, are permitted provided that the following conditions
21 # are met:
23 # 1. Redistributions of source code must retain the above copyright
24 # notice, this list of conditions and the following disclaimer.
25 # 2. Redistributions in binary form must reproduce the above copyright
26 # notice, this list of conditions and the following disclaimer in the
27 # documentation and/or other materials provided with the distribution.
29 # Neither the name of the University nor the names of its contributors
30 # may be used to endorse or promote products derived from this software
31 # without specific prior written permission.
33 # THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
34 # IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
35 # WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
36 # PURPOSE.
38 srcdir = .
39 top_srcdir = ../..
41 pkgdatadir = $(datadir)/flex
42 pkglibdir = $(libdir)/flex
43 pkgincludedir = $(includedir)/flex
44 top_builddir = ../..
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = ../.././install-sh -c
48 install_sh_DATA = $(install_sh) -c -m 644
49 install_sh_PROGRAM = $(install_sh) -c
50 install_sh_SCRIPT = $(install_sh) -c
51 INSTALL_HEADER = $(INSTALL_DATA)
52 transform = $(program_transform_name)
53 NORMAL_INSTALL = :
54 PRE_INSTALL = :
55 POST_INSTALL = :
56 NORMAL_UNINSTALL = :
57 PRE_UNINSTALL = :
58 POST_UNINSTALL = :
59 host_triplet = ia64-hp-hpux11.31
60 ACLOCAL = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run aclocal-1.7
61 AMDEP_FALSE = #
62 AMDEP_TRUE =
63 AMTAR = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run tar
64 AUTOCONF = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run autoconf
65 AUTOHEADER = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run autoheader
66 AUTOMAKE = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run automake-1.7
67 AWK = gawk
68 BISON = /usr/local/bin/bison
69 CC = cc
70 CCDEPMODE = depmode=none
71 CFLAGS = -O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901
72 CPP = cc -E
73 CPPFLAGS = -O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901
74 CXX = aCC -AA
75 CXXDEPMODE = depmode=none
76 CXXFLAGS = -O +z -I/usr/local/include -D_INCLUDE_STDC__SOURCE_199901
77 CYGPATH_W = echo
78 DEFS = -DHAVE_CONFIG_H
79 DEPDIR = .deps
80 ECHO_C = \c
81 ECHO_N =
82 ECHO_T =
83 EGREP = grep -E
84 EXEEXT =
85 GMSGFMT = /usr/local/bin/msgfmt
86 HELP2MAN = help2man
87 INDENT = /usr/local/bin/indent
88 INSTALL_DATA = ${INSTALL} -m 644
89 INSTALL_PROGRAM = ${INSTALL} -s
90 INSTALL_SCRIPT = ${INSTALL} -m 755
91 INSTALL_STRIP_PROGRAM = ${SHELL} $(install_sh) -c -s
92 INTLLIBS = -L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libintl.so /usr/local/lib/hpux32/libiconv.so
93 LDFLAGS = -Wl,+b -Wl,/usr/local/lib/hpux32
94 LEX = flex
95 LEXLIB = -lfl
96 LEX_OUTPUT_ROOT = lex.yy
97 LIBICONV = -L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libiconv.so
98 LIBINTL = -L/usr/local/lib/hpux32 /usr/local/lib/hpux32/libintl.so /usr/local/lib/hpux32/libiconv.so
99 LIBOBJS =
100 LIBS = -lm
101 LN_S = ln -s
102 LTLIBICONV = -L/usr/local/lib/hpux32 -liconv -R/usr/local/lib/hpux32
103 LTLIBINTL = -L/usr/local/lib/hpux32 -lintl -L/usr/local/lib/hpux32 -liconv -R/usr/local/lib/hpux32
104 LTLIBOBJS =
105 M4 = /usr/local/bin/m4
106 MAKEINFO = ${SHELL} /users/tech/rkl/ia64/flex-2.5.33/missing --run makeinfo
107 MKINSTALLDIRS = $(top_builddir)/./mkinstalldirs
108 MSGFMT = /usr/local/bin/msgfmt
109 MSGMERGE = /usr/local/bin/msgmerge
110 OBJEXT = o
111 PACKAGE = flex
112 PACKAGE_BUGREPORT = flex-help@lists.sourceforge.net
113 PACKAGE_NAME = flex
114 PACKAGE_STRING = flex 2.5.33
115 PACKAGE_TARNAME = flex
116 PACKAGE_VERSION = 2.5.33
117 PATH_SEPARATOR = :
118 POSUB = po
119 RANLIB = /bin/true
120 SET_MAKE =
121 SHELL = /bin/sh
122 STRIP =
123 USE_NLS = yes
124 VERSION = 2.5.33
125 XGETTEXT = /usr/local/bin/xgettext
126 YACC = bison -y
127 ac_ct_CC = cc
128 ac_ct_CXX =
129 ac_ct_RANLIB = /bin/true
130 ac_ct_STRIP =
131 am__fastdepCC_FALSE =
132 am__fastdepCC_TRUE = #
133 am__fastdepCXX_FALSE =
134 am__fastdepCXX_TRUE = #
135 am__include = include
136 am__leading_dot = .
137 am__quote =
138 bindir = ${exec_prefix}/bin
139 build = ia64-hp-hpux11.31
140 build_alias =
141 build_cpu = ia64
142 build_os = hpux11.31
143 build_vendor = hp
144 datadir = ${prefix}/share
145 exec_prefix = ${prefix}
146 host = ia64-hp-hpux11.31
147 host_alias =
148 host_cpu = ia64
149 host_os = hpux11.31
150 host_vendor = hp
151 includedir = ${prefix}/include
152 infodir = ${prefix}/info
153 install_sh = /users/tech/rkl/ia64/flex-2.5.33/install-sh
154 libdir = /usr/local/lib/hpux32
155 libexecdir = ${exec_prefix}/libexec
156 localstatedir = ${prefix}/var
157 mandir = ${prefix}/man
158 oldincludedir = /usr/include
159 prefix = /usr/local
160 program_transform_name = s,x,x,
161 sbindir = ${exec_prefix}/sbin
162 sharedstatedir = ${prefix}/com
163 sysconfdir = ${prefix}/etc
164 target_alias =
166 FLEX = $(top_builddir)/flex
168 EXTRA_DIST = scanner.l test.input
169 CLEANFILES = scanner.c test-lineno-r OUTPUT $(OBJS)
170 OBJS = scanner.o
172 AM_CPPFLAGS = -I$(srcdir) -I$(top_srcdir) -I$(top_builddir)
174 testname = test-lineno-r
175 subdir = tests/test-lineno-r
176 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
177 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
178 CONFIG_HEADER = $(top_builddir)/config.h
179 CONFIG_CLEAN_FILES =
180 DIST_SOURCES =
181 DIST_COMMON = Makefile.am Makefile.in
182 all: all-am
184 .SUFFIXES:
185 .SUFFIXES: .c .o
186 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
187 cd $(top_srcdir) && \
188 $(AUTOMAKE) --gnu tests/test-lineno-r/Makefile
189 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
190 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
191 uninstall-info-am:
192 tags: TAGS
193 TAGS:
195 ctags: CTAGS
196 CTAGS:
198 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
200 top_distdir = ../..
201 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
203 distdir: $(DISTFILES)
204 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
205 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
206 list='$(DISTFILES)'; for file in $$list; do \
207 case $$file in \
208 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
209 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
210 esac; \
211 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
212 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
213 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
214 dir="/$$dir"; \
215 $(mkinstalldirs) "$(distdir)$$dir"; \
216 else \
217 dir=''; \
218 fi; \
219 if test -d $$d/$$file; then \
220 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
221 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
222 fi; \
223 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
224 else \
225 test -f $(distdir)/$$file \
226 || cp -p $$d/$$file $(distdir)/$$file \
227 || exit 1; \
228 fi; \
229 done
230 check-am: all-am
231 check: check-am
232 all-am: Makefile
234 installdirs:
235 install: install-am
236 install-exec: install-exec-am
237 install-data: install-data-am
238 uninstall: uninstall-am
240 install-am: all-am
241 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
243 installcheck: installcheck-am
244 install-strip:
245 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
246 INSTALL_STRIP_FLAG=-s \
247 `test -z '$(STRIP)' || \
248 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
249 mostlyclean-generic:
251 clean-generic:
252 -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
254 distclean-generic:
255 -rm -f Makefile $(CONFIG_CLEAN_FILES)
257 maintainer-clean-generic:
258 @echo "This command is intended for maintainers to use"
259 @echo "it deletes files that may require special tools to rebuild."
260 clean: clean-am
261 -rm -f config.cache
263 clean-am: clean-generic mostlyclean-am
265 distclean: distclean-am
267 distclean-am: clean-am distclean-generic
269 dvi: dvi-am
271 dvi-am:
273 info: info-am
275 info-am:
277 install-data-am:
279 install-exec-am:
281 install-info: install-info-am
283 install-man:
285 installcheck-am:
287 maintainer-clean: maintainer-clean-am
289 maintainer-clean-am: distclean-am maintainer-clean-generic
291 mostlyclean: mostlyclean-am
293 mostlyclean-am: mostlyclean-generic
295 pdf: pdf-am
297 pdf-am:
299 ps: ps-am
301 ps-am:
303 uninstall-am: uninstall-info-am
305 .PHONY: all all-am check check-am clean clean-generic distclean \
306 distclean-generic distdir dvi dvi-am info info-am install \
307 install-am install-data install-data-am install-exec \
308 install-exec-am install-info install-info-am install-man \
309 install-strip installcheck installcheck-am installdirs \
310 maintainer-clean maintainer-clean-generic mostlyclean \
311 mostlyclean-generic pdf pdf-am ps ps-am uninstall uninstall-am \
312 uninstall-info-am
315 scanner.c: $(srcdir)/scanner.l
316 $(FLEX) $(LFLAGS) $<
318 $(testname)$(EXEEXT): $(OBJS)
319 $(CC) -o $@ $(LDFLAGS) $(OBJS) $(LOADLIBES)
321 test: $(testname)$(EXEEXT)
322 test `./$(testname)$(EXEEXT) < $(srcdir)/test.input` -eq \
323 `./$(testname)$(EXEEXT) 1 < $(srcdir)/test.input` || exit 1
325 .c.o:
326 $(CC) -c -o $@ $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) $<
327 # Tell versions [3.59,3.63) of GNU make to not export all variables.
328 # Otherwise a system limit (for SysV at least) may be exceeded.
329 .NOEXPORT: