xref: /minix3/external/bsd/flex/dist/examples/manual/Makefile.am (revision 357f1050293be536ca8309aae20889945ce99fc1)
1*357f1050SThomas Veerman# This file is part of flex.
2*357f1050SThomas Veerman
3*357f1050SThomas Veerman# Redistribution and use in source and binary forms, with or without
4*357f1050SThomas Veerman# modification, are permitted provided that the following conditions
5*357f1050SThomas Veerman# are met:
6*357f1050SThomas Veerman
7*357f1050SThomas Veerman# 1. Redistributions of source code must retain the above copyright
8*357f1050SThomas Veerman#    notice, this list of conditions and the following disclaimer.
9*357f1050SThomas Veerman# 2. Redistributions in binary form must reproduce the above copyright
10*357f1050SThomas Veerman#    notice, this list of conditions and the following disclaimer in the
11*357f1050SThomas Veerman#    documentation and/or other materials provided with the distribution.
12*357f1050SThomas Veerman
13*357f1050SThomas Veerman# Neither the name of the University nor the names of its contributors
14*357f1050SThomas Veerman# may be used to endorse or promote products derived from this software
15*357f1050SThomas Veerman# without specific prior written permission.
16*357f1050SThomas Veerman
17*357f1050SThomas Veerman# THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
18*357f1050SThomas Veerman# IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
19*357f1050SThomas Veerman# WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
20*357f1050SThomas Veerman# PURPOSE.
21*357f1050SThomas Veerman
22*357f1050SThomas VeermanEXTRA_DIST = \
23*357f1050SThomas Veerman	ChangeLog \
24*357f1050SThomas Veerman	Makefile.examples \
25*357f1050SThomas Veerman	README \
26*357f1050SThomas Veerman	cat.lex   \
27*357f1050SThomas Veerman	dates.lex \
28*357f1050SThomas Veerman	datetest.dat \
29*357f1050SThomas Veerman	eof_rules.lex \
30*357f1050SThomas Veerman	eof_test01.txt \
31*357f1050SThomas Veerman	eof_test02.txt \
32*357f1050SThomas Veerman	eof_test03.txt \
33*357f1050SThomas Veerman	expr.lex \
34*357f1050SThomas Veerman	expr.y \
35*357f1050SThomas Veerman	front.lex \
36*357f1050SThomas Veerman	front.y \
37*357f1050SThomas Veerman	j2t.lex \
38*357f1050SThomas Veerman	myname.lex \
39*357f1050SThomas Veerman	myname.txt \
40*357f1050SThomas Veerman	myname2.lex \
41*357f1050SThomas Veerman	numbers.lex \
42*357f1050SThomas Veerman	pas_include.lex \
43*357f1050SThomas Veerman	pascal.lex \
44*357f1050SThomas Veerman	reject.lex \
45*357f1050SThomas Veerman	replace.lex \
46*357f1050SThomas Veerman	string1.lex \
47*357f1050SThomas Veerman	string2.lex \
48*357f1050SThomas Veerman	strtest.dat \
49*357f1050SThomas Veerman	unput.lex \
50*357f1050SThomas Veerman	user_act.lex \
51*357f1050SThomas Veerman	userinit.lex \
52*357f1050SThomas Veerman	wc.lex \
53*357f1050SThomas Veerman	yymore.lex \
54*357f1050SThomas Veerman	yymore2.lex \
55*357f1050SThomas Veerman	yymoretest.dat
56