xref: /minix3/external/bsd/flex/dist/examples/fastwc/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	wc5.l \
24*357f1050SThomas Veerman	wc4.l \
25*357f1050SThomas Veerman	wc3.l \
26*357f1050SThomas Veerman	wc2.l \
27*357f1050SThomas Veerman	wc1.l \
28*357f1050SThomas Veerman	mywc.c \
29*357f1050SThomas Veerman	README
30