- added svn props for newly added files
[openocd.git] / src / Makefile.am
1 bin_PROGRAMS = openocd
2
3 if ECOSBOARD
4 MAINFILE = ecosboard.c
5 else
6 MAINFILE = openocd.c
7 endif
8
9
10 openocd_SOURCES = $(MAINFILE)
11
12 # set the include path found by configure
13 INCLUDES = -I$(top_srcdir)/src/helper \
14 -I$(top_srcdir)/src/jtag -I$(top_srcdir)/src/target -I$(top_srcdir)/src/xsvf -I$(top_srcdir)/src/server \
15 -I$(top_srcdir)/src/flash -I$(top_srcdir)/src/pld $(all_includes)
16
17 # pass path to prefix path
18 openocd_CPPFLAGS = \
19 -DPKGLIBDIR=\"$(pkglibdir)\" \
20 -DPKGBLDDATE=\"`date +%F-%R`\" \
21 -DPKGBLDREV=\"`$(top_srcdir)/guess-rev.sh`\" \
22 @CPPFLAGS@
23
24 # the library search path.
25 openocd_LDFLAGS = $(all_libraries)
26 SUBDIRS = helper jtag xsvf target server flash pld
27
28 if IS_MINGW
29 MINGWLDADD = -lwsock32
30 else
31 MINGWLDADD =
32 endif
33
34 if FT2232_LIBFTDI
35 FTDI2232LIB = -lftdi
36 else
37 if PRESTO_LIBFTDI
38 FTDI2232LIB = -lftdi
39 else
40 FTDI2232LIB =
41 endif
42 endif
43
44 if USBPROG
45 LIBUSB = -lusb
46 else
47 LIBUSB =
48 endif
49
50 if IS_WIN32
51 if FTD2XXDIR
52 FTD2XXLDADD = @WITH_FTD2XX@/FTD2XX.lib
53 else
54 FTD2XXLDADD = -lftd2xx
55 endif
56 else
57 FTD2XXLDADD = -lftd2xx
58 endif
59
60 if FT2232_FTD2XX
61 FTD2XXLIB = $(FTD2XXLDADD)
62 else
63 if PRESTO_FTD2XX
64 FTD2XXLIB = $(FTD2XXLDADD)
65 else
66 FTD2XXLIB =
67 endif
68 endif
69
70 openocd_LDADD = $(top_builddir)/src/xsvf/libxsvf.a \
71 $(top_builddir)/src/target/libtarget.a $(top_builddir)/src/jtag/libjtag.a \
72 $(top_builddir)/src/helper/libhelper.a \
73 $(top_builddir)/src/server/libserver.a $(top_builddir)/src/helper/libhelper.a \
74 $(top_builddir)/src/flash/libflash.a $(top_builddir)/src/target/libtarget.a \
75 $(top_builddir)/src/pld/libpld.a \
76 $(FTDI2232LIB) $(FTD2XXLIB) $(MINGWLDADD) $(LIBUSB)

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)