-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMakefile.am
58 lines (56 loc) · 989 Bytes
/
Makefile.am
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
# -*- makefile -*-
# build the current directory first, then the test directory since we
# want to test the objects in this directory
if CPPUNIT
SUBDIRS = test
endif
# distribute the following files in any case:
EXTRA_DIST = bitcode.cpp \
bitcode.h \
builtins.h \
byteorder.h \
chunk-alloc.cpp \
chunk-alloc.h \
configs.cpp \
configs.h \
configs-inner.h \
dag-alloc.cpp \
dag-alloc.h \
dag-arced.cpp \
dag-arced.h \
dag-common.cpp \
dag-common.h \
dag-io.cpp \
dag-simple.cpp \
dag-simple.h \
dag.h \
dagprinter.cpp \
dagprinter.h \
dumper.cpp \
dumper.h \
errors.h \
getopt.h \
grammar-dump.cpp \
grammar-dump.h \
hash.cpp \
hash.h \
hashing.h \
lex-io.cpp \
lex-io.h \
lex-tdl.cpp \
lex-tdl.h \
list-int.h \
logging.cpp \
logging.h \
mfile.c \
mfile.h \
settings.cpp \
settings.h \
typecache.h \
types.cpp \
types.h \
utility.cpp \
utility.h \
vcg_print.h \
version.h \
Makefile.common