xref: /minix3/external/bsd/flex/dist/mkskel.sh (revision 357f1050293be536ca8309aae20889945ce99fc1)
1*357f1050SThomas Veerman#! /bin/sh
2*357f1050SThomas Veerman
3*357f1050SThomas Veerman#  This file is part of flex.
4*357f1050SThomas Veerman
5*357f1050SThomas Veerman#  Redistribution and use in source and binary forms, with or without
6*357f1050SThomas Veerman#  modification, are permitted provided that the following conditions
7*357f1050SThomas Veerman#  are met:
8*357f1050SThomas Veerman
9*357f1050SThomas Veerman#  1. Redistributions of source code must retain the above copyright
10*357f1050SThomas Veerman#     notice, this list of conditions and the following disclaimer.
11*357f1050SThomas Veerman#  2. Redistributions in binary form must reproduce the above copyright
12*357f1050SThomas Veerman#     notice, this list of conditions and the following disclaimer in the
13*357f1050SThomas Veerman#     documentation and/or other materials provided with the distribution.
14*357f1050SThomas Veerman
15*357f1050SThomas Veerman#  Neither the name of the University nor the names of its contributors
16*357f1050SThomas Veerman#  may be used to endorse or promote products derived from this software
17*357f1050SThomas Veerman#  without specific prior written permission.
18*357f1050SThomas Veerman
19*357f1050SThomas Veerman#  THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
20*357f1050SThomas Veerman#  IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
21*357f1050SThomas Veerman#  WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
22*357f1050SThomas Veerman#  PURPOSE.
23*357f1050SThomas Veerman
24*357f1050SThomas Veermancat <<!
25*357f1050SThomas Veerman/* File created from flex.skl via mkskel.sh */
26*357f1050SThomas Veerman
27*357f1050SThomas Veerman#include "flexdef.h"
28*357f1050SThomas Veerman
29*357f1050SThomas Veermanconst char *skel[] = {
30*357f1050SThomas Veerman!
31*357f1050SThomas Veerman
32*357f1050SThomas Veermansed 's/\\/&&/g' | sed 's/"/\\"/g' | sed 's/.*/  "&",/'
33*357f1050SThomas Veerman
34*357f1050SThomas Veermancat <<!
35*357f1050SThomas Veerman  0
36*357f1050SThomas Veerman};
37*357f1050SThomas Veerman!
38