#!/bin/sh src_dir="$1" dst_file="$2" cat < "$dst_file" /* SPDX-License-Identifier: LGPL-2.1-or-later */ /* This file is auto-generated, do not edit! */ /* * Copyright (C) 2018-2019, Google Inc. * * libcamera.h - libcamera public API */ #ifndef __LIBCAMERA_LIBCAMERA_H__ #define __LIBCAMERA_LIBCAMERA_H__ EOF headers=$(for header in "$src_dir"/*.h ; do header=$(basename "$header") echo "$header" done ; echo "version.h" | sort) for header in $headers ; do echo "#include " >> "$dst_file" done cat <> "$dst_file" #endif /* __LIBCAMERA_LIBCAMERA_H__ */ EOF ogo' rowspan='2'>cgit logo index : libcamera/jmondi/libcamera.git
Jacopo Mondi's clone of libcameragit repository hosting on libcamera.org
summaryrefslogtreecommitdiff
blob: cebed7b1882600e4059221870f3167fd4392d29e (plain)
1
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-bluetooth"><polyline points="6.5 6.5 17.5 17.5 12 23 12 1 17.5 6.5 6.5 17.5"></polyline></svg>