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