-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMakefile.am
More file actions
54 lines (49 loc) · 1.11 KB
/
Makefile.am
File metadata and controls
54 lines (49 loc) · 1.11 KB
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
### Copyright (C) David Anderson
### This code is public domain and can be freely used or copied.
ACLOCAL_AMFLAGS = -I m4
SUBDIRS = src test
CLEANFILES = config.h.in~ junk*
MAINTAINERCLEANFILES = \
Makefile.in \
aclocal.m4 \
ar-lib \
compile \
config.guess \
config.h.in \
config.h.in~ \
config.sub \
configure \
depcomp \
install-sh \
ltmain.sh \
m4/readobj_compiler.m4 \
m4/libtool.m4 \
m4/ltoptions.m4 \
m4/ltsugar.m4 \
m4/ltversion.m4 \
m4/lt~obsolete.m4 \
missing
EXTRA_DIST = \
COPYING \
ChangeLog \
ChangeLog2018 \
ChangeLog2019 \
ChangeLog2020 \
ChangeLog2022 \
NEWS \
README \
autogen.sh \
SHALIAS.sh \
scripts/build_access.py \
scripts/build_all_relocs.sh \
scripts/machotype.py \
scripts/raw_elf_definesdwarf_reloc_386.h \
scripts/raw_elf_definesdwarf_reloc_aarch64.h \
scripts/raw_elf_definesdwarf_reloc_arm.h \
scripts/raw_elf_definesdwarf_reloc_mips.h \
scripts/raw_elf_definesdwarf_reloc_ppc64.h \
scripts/raw_elf_definesdwarf_reloc_ppc.h \
scripts/raw_elf_definesdwarf_reloc_sparc.h \
scripts/raw_elf_definesdwarf_reloc_x86_64.h \
.travis.yml
# AUTHORS, ChangeLog and COPYING must be present