4725470a8cd2e52ef22f693e5c4b4a8882448cd2
[platform/upstream/doxygen.git] / vhdlparser / Makefile
1 #
2 # Copyright (C) 1997-2015 by Dimitri van Heesch.
3 #
4 # Permission to use, copy, modify, and distribute this software and its
5 # documentation under the terms of the GNU General Public License is hereby
6 # granted. No representations are made about the suitability of this software
7 # for any purpose. It is provided "as is" without express or implied warranty.
8 # See the GNU General Public License for more details.
9 #
10 # Documents produced by Doxygen are derivative works derived from the
11 # input used in their production; they are not affected by this license.
12 #
13
14 regenerate:
15         rm -f CharStream.cc CharStream.h ErrorHandler.h ParseException.cc ParseException.h \
16               Token.cc Token.h TokenManager.h TokenMgrError.cc TokenMgrError.h VhdlParser.cc VhdlParser.h \
17               VhdlParserConstants.h VhdlParserTokenManager.cc VhdlParserTokenManager.h \
18               JavaCC.h
19         javacc vhdlparser.jj
20         cp JavaCC.h.in JavaCC.h
21
22 FORCE: