File: Makefile.am

package info (click to toggle)
grcompiler 5.2.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 24,020 kB
  • sloc: cpp: 48,200; ansic: 7,670; sh: 4,427; makefile: 197; xml: 190; perl: 127; sed: 21
file content (70 lines) | stat: -rw-r--r-- 1,849 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
AM_CPPFLAGS = -I@srcdir@/Generic -I@srcdir@/Grammar

SUBDIRS = Generic Grammar
LIBS = @LIBS@ @LIBICONV@ -LGeneric -LGrammar -lgeneric -lparser -llz4
EXTRA_DIST = resource.h GrCompiler.rc GrpParser.g GrpParser_readme.txt GrpParserTokenTypes.txt stddef.gdh

bin_PROGRAMS = grcompiler
pkgdata_DATA = stddef.gdh

grcompiler_SOURCES = \
        Compiler.cpp \
        constants.h \
        ErrorCheckClasses.cpp \
        ErrorCheckFeatures.cpp \
        ErrorCheckRules.cpp \
        Fsm.cpp \
        Fsm.h \
        GlyphBoundaries.cpp \
        GlyphBoundaries.h \
        GdlExpression.cpp \
        GdlExpression.h \
        GdlFeatures.cpp \
        GdlFeatures.h \
        GdlGlyphClassDefn.cpp \
        GdlGlyphClassDefn.h \
        GdlGlyphDefn.h \
        GdlNameDefn.h \
        GdlObject.h \
        GdlRenderer.cpp \
        GdlRenderer.h \
        GdlRule.cpp \
        GdlRule.h \
        GdlTablePass.cpp \
        GdlTablePass.h \
        GrcBinaryStream.h \
        GrcEnv.h \
        GrcErrorList.cpp \
        GrcErrorList.h \
        GrcFont.cpp \
        GrcFont.h \
        GrcGlyphAttrMatrix.cpp \
        GrcGlyphAttrMatrix.h \
        GrcManager.cpp \
        GrcManager.h \
        GrcMasterTable.cpp \
        GrcMasterTable.h \
        GrcSymTable.cpp \
        GrcSymTable.h \
        GrpASTNode.hpp \
        GrpExtensions.cpp \
        Grp.h \
        GrpLexer.cpp \
        GrpLexer.hpp \
        GrpLineAndFile.hpp \
        GrpParser.cpp \
        GrpParserDebug.cpp \
        GrpParser.hpp \
        GrpParserTokenTypes.hpp \
        GrpToken.hpp \
        GrpTokenStreamFilter.hpp \
        LgCharPropsStub.h \
        main.cpp \
        main.h \
        OutputToFont.cpp \
        ParserTreeWalker.cpp \
        PostParser.cpp \
        StrAnsiHash.h \
        TtfUtil.cpp \
        TtfUtil.h \
        TtfTypes.h