1a9612c0539e9c0a664be88f819d020484331c0a
[openocd.git] / testing / build.test1 / Makefile.libftdi
1 # -*- mode: makefile -*-
2 default: _complain_
3 include ./local.uses
4
5 TARFILE_LOCAL = ${VIRGINS}/libftdi-${LIBFTDI_VERSION}.tar.gz
6 TARFILE_URL = http://www.intra2net.com/de/produkte/opensource/ftdi/TGZ/libftdi-${LIBFTDI_VERSION}.tar.gz
7
8 LIBFTDI_SRC_DIR = ${HERE}/libftdi-${LIBFTDI_VERSION}
9 LIBFTDI_BUILD_DIR= ${HERE}/libftdi-build
10
11 download:
12 mkdir -p virgins
13 wget -O ${TARFILE_LOCAL} ${TARFILE_URL}
14
15 clean::
16 rm -rf ${LIBFTDI_SRC_DIR}
17
18 unpack:
19 tar xf ${TARFILE_LOCAL}
20
21 PATH := ${EXEC_PREFIX}/bin:${PATH}
22 export PATH
23
24 clean::
25 rm -rf ${LIBFTDI_BUILD_DIR}
26
27 configure:
28 rm -rf ${LIBFTDI_BUILD_DIR}
29 mkdir -p ${LIBFTDI_BUILD_DIR}
30 cd ${LIBFTDI_BUILD_DIR} && ${LIBFTDI_SRC_DIR}/configure \
31 --prefix=${PREFIX} \
32 --exec-prefix=${EXEC_PREFIX}
33
34 build:
35 cd ${LIBFTDI_BUILD_DIR} && ${MAKE}
36
37 install:
38 cd ${LIBFTDI_BUILD_DIR} && ${MAKE} install
39
40 all: unpack configure build install
41
42 .PHONY: install
43
44 _complain_:
45 @echo ""
46 @echo "Please try one of these targets: bootstrap, clean, configure, build, install"
47 @echo " Or read the makefile and learn about the permutation test targets"
48 @echo ""
49 @echo "You also might find the download and unpack targets helpful."
50 @echo ""
51 @exit 1

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)