ftdi: Remove unnecessary cast
[openocd.git] / Makefile.am
1 # not a GNU package. You can remove this line, if
2 # have all needed files, that a GNU package needs
3 AUTOMAKE_OPTIONS = gnu 1.6
4
5 # make sure we pass the correct jimtcl flags to distcheck
6 DISTCHECK_CONFIGURE_FLAGS = --disable-install-jim
7
8 nobase_dist_pkgdata_DATA = \
9 contrib/libdcc/dcc_stdio.c \
10 contrib/libdcc/dcc_stdio.h \
11 contrib/libdcc/example.c \
12 contrib/libdcc/README \
13 contrib/openocd.udev
14
15 if INTERNAL_JIMTCL
16 SUBDIRS = jimtcl
17 else
18 SUBDIRS =
19 endif
20
21 SUBDIRS += src doc
22
23 EXTRA_DIST = \
24 BUGS \
25 HACKING \
26 NEWTAPS \
27 README.Windows \
28 README.OSX \
29 Doxyfile.in \
30 tools/logger.pl \
31 contrib/loaders
32
33 libtool: $(LIBTOOL_DEPS)
34 $(SHELL) ./config.status --recheck
35
36 docs: pdf html doxygen
37
38 Doxyfile: $(srcdir)/Doxyfile.in
39 @echo "Creating $@ from $<..."
40 @( \
41 echo "### @@@ -= DO NOT EDIT THIS FILE =- @@@ ###" && \
42 echo "### @@@ Make changes to Doxyfile.in @@@ ###" && \
43 sed -e 's,@srcdir\@,$(srcdir),' \
44 -e 's,@builddir\@,$(builddir),' \
45 -e 's,@doxygen_as_html\@,$(doxygen_as_html),' \
46 -e 's,@doxygen_as_pdf\@,$(doxygen_as_pdf),' $< \
47 ) > $@
48
49 THE_MANUAL = doxygen/latex/refman.pdf
50
51 doxygen::
52 $(MAKE) Doxyfile
53 doxygen Doxyfile 2>&1 | perl $(srcdir)/tools/logger.pl > doxygen.log
54 @if [ -f doxygen/latex/refman.tex ]; then \
55 echo "Creating $(THE_MANUAL)..."; \
56 $(MAKE) $(THE_MANUAL); \
57 else \
58 echo "Skipping Doxygen PDF..."; \
59 fi
60
61 $(THE_MANUAL): %.pdf: %.tex
62 -cd $$(dirname $*) && pdflatex $$(basename $*)
63 -cd $$(dirname $*) && pdflatex $$(basename $*)
64
65 TCL_PATH = tcl
66 # command to find paths of script files, relative to TCL_PATH
67 TCL_FILES = find $(srcdir)/$(TCL_PATH) -name '*.cfg' -o -name '*.tcl' -o -name '*.txt' | \
68 sed -e 's,^$(srcdir)/$(TCL_PATH),,'
69
70 dist-hook:
71 if test -d $(srcdir)/.git -a \( ! -e $(distdir)/ChangeLog -o -w $(distdir)/ChangeLog \) ; then \
72 git --git-dir $(srcdir)/.git log | $(srcdir)/tools/git2cl/git2cl > $(distdir)/ChangeLog ; \
73 fi
74 for i in $$($(TCL_FILES)); do \
75 j="$(distdir)/$(TCL_PATH)/$$i" && \
76 mkdir -p "$$(dirname $$j)" && \
77 $(INSTALL_DATA) $(srcdir)/$(TCL_PATH)/$$i $$j; \
78 done
79
80 install-data-hook:
81 for i in $$($(TCL_FILES)); do \
82 j="$(DESTDIR)$(pkgdatadir)/scripts/$$i" && \
83 mkdir -p "$$(dirname $$j)" && \
84 $(INSTALL_DATA) $(srcdir)/$(TCL_PATH)/$$i $$j; \
85 done
86
87 uninstall-hook:
88 rm -rf $(DESTDIR)$(pkgdatadir)/scripts
89
90 distclean-local:
91 rm -rf Doxyfile doxygen
92 rm -f $(srcdir)/jimtcl/configure.gnu
93
94 DISTCLEANFILES = doxygen.log
95
96 MAINTAINERCLEANFILES = \
97 $(srcdir)/INSTALL \
98 $(srcdir)/configure \
99 $(srcdir)/Makefile.in \
100 $(srcdir)/depcomp \
101 $(srcdir)/config.guess \
102 $(srcdir)/config.sub \
103 $(srcdir)/config.h.in \
104 $(srcdir)/config.h.in~ \
105 $(srcdir)/compile \
106 $(srcdir)/ltmain.sh \
107 $(srcdir)/missing \
108 $(srcdir)/aclocal.m4 \
109 $(srcdir)/install-sh

Linking to existing account procedure

If you already have an account and want to add another login method you MUST first sign in with your existing account and then change URL to read https://review.openocd.org/login/?link to get to this page again but this time it'll work for linking. Thank you.

SSH host keys fingerprints

1024 SHA256:YKx8b7u5ZWdcbp7/4AeXNaqElP49m6QrwfXaqQGJAOk gerrit-code-review@openocd.zylin.com (DSA)
384 SHA256:jHIbSQa4REvwCFG4cq5LBlBLxmxSqelQPem/EXIrxjk gerrit-code-review@openocd.org (ECDSA)
521 SHA256:UAOPYkU9Fjtcao0Ul/Rrlnj/OsQvt+pgdYSZ4jOYdgs gerrit-code-review@openocd.org (ECDSA)
256 SHA256:A13M5QlnozFOvTllybRZH6vm7iSt0XLxbA48yfc2yfY gerrit-code-review@openocd.org (ECDSA)
256 SHA256:spYMBqEYoAOtK7yZBrcwE8ZpYt6b68Cfh9yEVetvbXg gerrit-code-review@openocd.org (ED25519)
+--[ED25519 256]--+
|=..              |
|+o..   .         |
|*.o   . .        |
|+B . . .         |
|Bo. = o S        |
|Oo.+ + =         |
|oB=.* = . o      |
| =+=.+   + E     |
|. .=o   . o      |
+----[SHA256]-----+
2048 SHA256:0Onrb7/PHjpo6iVZ7xQX2riKN83FJ3KGU0TvI0TaFG4 gerrit-code-review@openocd.zylin.com (RSA)