1 # Makefile.in generated by automake 1.7.5 from Makefile.am.
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
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
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
39 top_srcdir
= @top_srcdir@
41 pkgdatadir
= $(datadir)/@PACKAGE@
42 pkglibdir
= $(libdir)/@PACKAGE@
43 pkgincludedir
= $(includedir)/@PACKAGE@
46 am__cd
= CDPATH
="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
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
)
61 AMDEP_FALSE
= @AMDEP_FALSE@
62 AMDEP_TRUE
= @AMDEP_TRUE@
65 AUTOHEADER
= @AUTOHEADER@
70 CCDEPMODE
= @CCDEPMODE@
75 CXXDEPMODE
= @CXXDEPMODE@
77 CYGPATH_W
= @CYGPATH_W@
88 INSTALL_DATA
= @INSTALL_DATA@
89 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
90 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
91 INSTALL_STRIP_PROGRAM
= @INSTALL_STRIP_PROGRAM@
96 LEX_OUTPUT_ROOT
= @LEX_OUTPUT_ROOT@
102 LTLIBICONV
= @LTLIBICONV@
103 LTLIBINTL
= @LTLIBINTL@
104 LTLIBOBJS
= @LTLIBOBJS@
106 MAKEINFO
= @MAKEINFO@
107 MKINSTALLDIRS
= @MKINSTALLDIRS@
109 MSGMERGE
= @MSGMERGE@
112 PACKAGE_BUGREPORT
= @PACKAGE_BUGREPORT@
113 PACKAGE_NAME
= @PACKAGE_NAME@
114 PACKAGE_STRING
= @PACKAGE_STRING@
115 PACKAGE_TARNAME
= @PACKAGE_TARNAME@
116 PACKAGE_VERSION
= @PACKAGE_VERSION@
117 PATH_SEPARATOR
= @PATH_SEPARATOR@
120 SET_MAKE
= @SET_MAKE@
125 XGETTEXT
= @XGETTEXT@
127 ac_ct_CC
= @ac_ct_CC@
128 ac_ct_CXX
= @ac_ct_CXX@
129 ac_ct_RANLIB
= @ac_ct_RANLIB@
130 ac_ct_STRIP
= @ac_ct_STRIP@
131 am__fastdepCC_FALSE
= @am__fastdepCC_FALSE@
132 am__fastdepCC_TRUE
= @am__fastdepCC_TRUE@
133 am__fastdepCXX_FALSE
= @am__fastdepCXX_FALSE@
134 am__fastdepCXX_TRUE
= @am__fastdepCXX_TRUE@
135 am__include
= @am__include@
136 am__leading_dot
= @am__leading_dot@
137 am__quote
= @am__quote@
140 build_alias
= @build_alias@
141 build_cpu
= @build_cpu@
142 build_os
= @build_os@
143 build_vendor
= @build_vendor@
145 exec_prefix = @
exec_prefix@
147 host_alias
= @host_alias@
148 host_cpu
= @host_cpu@
150 host_vendor
= @host_vendor@
151 includedir = @
includedir@
153 install_sh
= @install_sh@
155 libexecdir
= @libexecdir@
156 localstatedir
= @localstatedir@
158 oldincludedir = @
oldincludedir@
160 program_transform_name
= @program_transform_name@
162 sharedstatedir
= @sharedstatedir@
163 sysconfdir
= @sysconfdir@
164 target_alias
= @target_alias@
166 FLEX
= $(top_builddir
)/flex
168 builddir
= @builddir@
170 EXTRA_DIST
= scanner.l
test.input main.c check-lines.awk
171 CLEANFILES
= scanner.c scanner.h test-linedir-r OUTPUT
$(OBJS
)
172 OBJS
= scanner.o main.o
174 AM_CPPFLAGS
= -I
$(srcdir) -I
$(top_srcdir
) -I
$(top_builddir
) -I
$(builddir
)
175 #LDFLAGS = $(top_srcdir)/libfl.a
176 LFLAGS
= --header
="scanner.h"
178 #YFLAGS = --defines --output=parser.c
179 testname
= test-linedir-r
180 subdir
= tests
/test-linedir-r
181 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
182 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
183 CONFIG_HEADER
= $(top_builddir
)/config.h
186 DIST_COMMON
= Makefile.am Makefile.in
191 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
192 cd
$(top_srcdir
) && \
193 $(AUTOMAKE
) --gnu tests
/test-linedir-r
/Makefile
194 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
195 cd
$(top_builddir
) && $(SHELL
) .
/config.status
$(subdir
)/$@
$(am__depfiles_maybe
)
203 DISTFILES
= $(DIST_COMMON
) $(DIST_SOURCES
) $(TEXINFOS
) $(EXTRA_DIST
)
206 distdir
= $(top_distdir
)/$(PACKAGE
)-$(VERSION
)
208 distdir
: $(DISTFILES
)
209 @srcdirstrip
=`echo "$(srcdir)" | sed 's|.|.|g'`; \
210 topsrcdirstrip
=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
211 list
='$(DISTFILES)'; for file in
$$list; do \
213 $(srcdir)/*) file
=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
214 $(top_srcdir
)/*) file
=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
216 if
test -f
$$file ||
test -d
$$file; then d
=.
; else d
=$(srcdir); fi
; \
217 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
218 if
test "$$dir" != "$$file" && test "$$dir" != "."; then \
220 $(mkinstalldirs
) "$(distdir)$$dir"; \
224 if
test -d
$$d/$$file; then \
225 if
test -d
$(srcdir)/$$file && test $$d != $(srcdir); then \
226 cp
-pR
$(srcdir)/$$file $(distdir
)$$dir || exit
1; \
228 cp
-pR
$$d/$$file $(distdir
)$$dir || exit
1; \
230 test -f
$(distdir
)/$$file \
231 || cp
-p
$$d/$$file $(distdir
)/$$file \
241 install-exec
: install-exec-am
242 install-data
: install-data-am
243 uninstall: uninstall-am
246 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
248 installcheck: installcheck-am
250 $(MAKE
) $(AM_MAKEFLAGS
) INSTALL_PROGRAM
="$(INSTALL_STRIP_PROGRAM)" \
251 INSTALL_STRIP_FLAG
=-s \
252 `test -z '$(STRIP)' || \
253 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
257 -test -z
"$(CLEANFILES)" ||
rm -f
$(CLEANFILES
)
260 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
262 maintainer-clean-generic
:
263 @echo
"This command is intended for maintainers to use"
264 @echo
"it deletes files that may require special tools to rebuild."
268 clean-am
: clean-generic mostlyclean-am
270 distclean: distclean-am
272 distclean-am
: clean-am distclean-generic
286 install-info
: install-info-am
292 maintainer-clean
: maintainer-clean-am
294 maintainer-clean-am
: distclean-am maintainer-clean-generic
296 mostlyclean: mostlyclean-am
298 mostlyclean-am
: mostlyclean-generic
308 uninstall-am
: uninstall-info-am
310 .PHONY
: all all-am
check check-am
clean clean-generic
distclean \
311 distclean-generic distdir
dvi dvi-am
info info-am
install \
312 install-am install-data install-data-am install-exec \
313 install-exec-am install-info install-info-am install-man \
314 install-strip
installcheck installcheck-am
installdirs \
315 maintainer-clean maintainer-clean-generic
mostlyclean \
316 mostlyclean-generic pdf pdf-am ps ps-am
uninstall uninstall-am \
320 scanner.c
: $(srcdir)/scanner.l
323 parser.c
: $(srcdir)/parser.y
324 $(BISON
) $(YFLAGS
) $<
326 $(testname
)$(EXEEXT
): $(OBJS
)
327 $(CC
) -o
$@
$(LDFLAGS
) $(OBJS
) $(LOADLIBES
)
329 test: $(testname
)$(EXEEXT
)
330 .
/$(testname
)$(EXEEXT
) < $(srcdir)/test.input
331 cat
-n scanner.c | grep
'#line' | grep scanner.c | awk
-f
$(srcdir)/check-lines.awk
332 cat
-n scanner.h | grep
'#line' | grep scanner.h | awk
-f
$(srcdir)/check-lines.awk
335 $(CC
) -c
-o
$@
$(AM_CPPFLAGS
) $(CPPFLAGS
) $(CFLAGS
) $<
339 # Tell versions [3.59,3.63) of GNU make to not export all variables.
340 # Otherwise a system limit (for SysV at least) may be exceeded.