build: add build/src to include path
[openocd.git] / src / Makefile.am
1 SUBDIRS = \
2 helper \
3 jtag \
4 target \
5 flash \
6 svf \
7 xsvf \
8 pld \
9 server
10
11 lib_LTLIBRARIES = libopenocd.la
12 bin_PROGRAMS = openocd
13
14 if ECOSBOARD
15 MAINFILE = ecosboard.c
16 else
17 MAINFILE = main.c
18 endif
19
20 openocd_SOURCES = $(MAINFILE)
21 openocd_LDADD = libopenocd.la
22
23 libopenocd_la_SOURCES = \
24 hello.c \
25 openocd.c \
26 startup_tcl.c
27
28 noinst_HEADERS = \
29 hello.h \
30 openocd.h
31
32
33 # set the include path found by configure
34 AM_CPPFLAGS = \
35 -I$(top_srcdir)/src \
36 -I$(top_builddir)/src
37
38 libopenocd_la_CPPFLAGS = -DPKGBLDDATE=\"`date +%F-%R`\"
39
40 # banner output includes RELSTR appended to $VERSION from the configure script
41 # guess-rev.sh returns either a repository version ID or "-snapshot"
42 if RELEASE
43 libopenocd_la_CPPFLAGS += -DRELSTR=\"\"
44 else
45 libopenocd_la_CPPFLAGS += -DRELSTR=\"`$(top_srcdir)/guess-rev.sh $(top_srcdir)`\"
46 endif
47
48 # add default CPPFLAGS
49 libopenocd_la_CPPFLAGS += $(AM_CPPFLAGS) $(CPPFLAGS)
50
51 # the library search path.
52 libopenocd_la_LDFLAGS = $(all_libraries)
53
54 if IS_MINGW
55 MINGWLDADD = -lws2_32
56 else
57 MINGWLDADD =
58 endif
59
60 if FT2232_LIBFTDI
61 FTDI2232LIB = -lftdi -lusb
62 else
63 if PRESTO_LIBFTDI
64 FTDI2232LIB = -lftdi -lusb
65 else
66 FTDI2232LIB =
67 endif
68 endif
69
70 if USBPROG
71 LIBUSB = -lusb
72 else
73 if JLINK
74 LIBUSB = -lusb
75 else
76 if RLINK
77 LIBUSB = -lusb
78 else
79 if VSLLINK
80 LIBUSB = -lusb
81 else
82 LIBUSB =
83 endif
84 endif
85 endif
86 endif
87
88 libopenocd_la_LIBADD = \
89 $(top_builddir)/src/xsvf/libxsvf.la \
90 $(top_builddir)/src/svf/libsvf.la \
91 $(top_builddir)/src/pld/libpld.la \
92 $(top_builddir)/src/jtag/libjtag.la \
93 $(top_builddir)/src/flash/libflash.la \
94 $(top_builddir)/src/target/libtarget.la \
95 $(top_builddir)/src/server/libserver.la \
96 $(top_builddir)/src/helper/libhelper.la \
97 $(FTDI2232LIB) $(MINGWLDADD) $(LIBUSB)
98
99 if HTTPD
100 libopenocd_la_LIBADD += -lmicrohttpd
101 endif
102
103 STARTUP_TCL_SRCS = \
104 $(srcdir)/helper/startup.tcl \
105 $(srcdir)/jtag/startup.tcl \
106 $(srcdir)/target/startup.tcl \
107 $(srcdir)/flash/startup.tcl \
108 $(srcdir)/server/startup.tcl
109
110 EXTRA_DIST = $(STARTUP_TCL_SRCS)
111
112 BUILT_SOURCES = startup.tcl
113
114 startup.tcl: $(STARTUP_TCL_SRCS)
115 cat $^ > $@
116
117 BIN2C = $(top_builddir)/src/helper/bin2char$(EXEEXT_FOR_BUILD)
118
119 # Convert .tcl to cfile
120 startup_tcl.c: startup.tcl $(BIN2C)
121 $(BIN2C) openocd_startup_tcl < $< > $@ || rm -f $@
122
123 # add startup_tcl.c to make clean list
124 CLEANFILES = startup.tcl startup_tcl.c
125
126
127 MAINTAINERCLEANFILES = $(srcdir)/Makefile.in
128
129 # The "quick" target builds executables & reinstalls the executables
130 # Primary use: developer types to quicken the edit/compile/debug
131 # cycle. by not requiring a "full build and full install". Note the
132 # assumption is: You are only rebuilding the EXE.... and everything
133 # else is/was previously installed.
134 #
135 # use at your own risk
136 quick: all install-binPROGRAMS
137

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)