Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion audio-capture/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = audiocapture
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion audio-playback/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = audioplayback
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion axevent/send_event/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = send_event
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_event/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = subscribe_to_event
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion axevent/subscribe_to_events/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG = subscribe_to_events
PROG = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)

PKGS = glib-2.0 axevent
CFLAGS += $(shell PKG_CONFIG_PATH=$(PKG_CONFIG_PATH) pkg-config --cflags $(PKGS))
Expand Down
2 changes: 1 addition & 1 deletion axoverlay/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = axoverlay
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion axparameter/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = axparameter
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion axserialport/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = axserialport
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion axstorage/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = axstorage
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion bounding-box/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = bounding_box_example
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion curl-openssl/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = curl_openssl
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion hello-world/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = hello_world
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion licensekey/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = licensekey_handler
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion message-broker/consume-scene-metadata/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = consume_scene_metadata
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion object-detection-cv25/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = object_detection
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c argparse.c imgprovider.c imgutils.c postprocessing.c
PROGS = $(PROG1)
LIBDIR = lib
Expand Down
2 changes: 1 addition & 1 deletion object-detection-yolov5/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = object_detection_yolov5
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c argparse.c imgprovider.c model.c panic.c labelparse.c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion object-detection/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = object_detection
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c argparse.c imgprovider.c imgutils.c
PROGS = $(PROG1)
LIBDIR = lib
Expand Down
6 changes: 4 additions & 2 deletions remote-debug-example/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ RUN DEBIAN_FRONTEND=noninteractive \

# Build GDB server
ARG GDB_VERSION=9.2
ARG GDB_REPOSITORY=https://ftp.gnu.org/gnu/gdb
ARG GDB_ARCHIVE=gdb-${GDB_VERSION}.tar.gz
ARG GDB_BASE_DIR=/opt/build/gdb
ARG GDB_SOURCE_DIR=$GDB_BASE_DIR/src
Expand All @@ -29,7 +28,10 @@ ARG GDB_INSTALL_DIR=${GDB_BASE_DIR}
ARG GDB_SERVER_BIN_DIR=${GDB_BASE_DIR}/bin

WORKDIR $GDB_BASE_DIR
RUN curl -sSL -O $GDB_REPOSITORY/$GDB_ARCHIVE

# Download GDB with mirror fallback
RUN curl -sSL -O https://sourceware.org/pub/gdb/releases/$GDB_ARCHIVE || \
curl -sSL -O https://ftp.gnu.org/gnu/gdb/$GDB_ARCHIVE

WORKDIR $GDB_SOURCE_DIR
RUN tar -xf $GDB_BASE_DIR/$GDB_ARCHIVE -C $GDB_SOURCE_DIR --strip-components=1
Expand Down
2 changes: 1 addition & 1 deletion remote-debug-example/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = remote_debug
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
DEBUG_DIR = debug

Expand Down
2 changes: 1 addition & 1 deletion reproducible-package/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = reproducible_package
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
DEBUG_DIR = debug

Expand Down
2 changes: 1 addition & 1 deletion using-opencv/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROGS = opencv_app
PROGS = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJECTS = $(wildcard *.cpp)
DEBUG_DIR = debug

Expand Down
2 changes: 1 addition & 1 deletion utility-libraries/custom_lib_example/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = customlib_example
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion utility-libraries/openssl_curl_example/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = openssl_curl_example
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion vapix/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = vapix_example
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion vdo-larod/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = vdo_larod
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c imgprovider.c panic.c model.c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion vdo-opencl-filtering/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = vdo_cl_filter_demo
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion vdostream/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = vdoencodeclient
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
DEBUG_DIR = debug
Expand Down
2 changes: 1 addition & 1 deletion web-server-using-fastcgi/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = fastcgi_example
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c

PROGS = $(PROG1)
Expand Down
2 changes: 1 addition & 1 deletion web-server/app/Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
PROG1 = web_server_rev_proxy
PROG1 = $(shell jq -r '.acapPackageConf.setup.appName' manifest.json)
OBJS1 = $(PROG1).c
PROGS = $(PROG1)
LIBDIR = lib
Expand Down