mirror of
https://github.com/adrcs/ip400.git
synced 2025-07-05 19:35:45 +03:00
added utils
This commit is contained in:
parent
a9a3f739b4
commit
a9b13d2c39
85 changed files with 9213 additions and 0 deletions
33
rpi/stm32flash/configure.ac
Normal file
33
rpi/stm32flash/configure.ac
Normal file
|
@ -0,0 +1,33 @@
|
|||
# -*- Autoconf -*-
|
||||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.68])
|
||||
AC_INIT([stm32flash], [0.7], [])
|
||||
|
||||
# Checks for programs.
|
||||
AM_INIT_AUTOMAKE([foreign -Wall])
|
||||
AC_PROG_CC
|
||||
AM_PROG_CC_C_O
|
||||
AM_PROG_AR
|
||||
AM_PROG_AS
|
||||
LT_INIT
|
||||
AC_CONFIG_MACRO_DIR([m4])
|
||||
|
||||
# Checks for programs.
|
||||
|
||||
# Checks for libraries.
|
||||
|
||||
# Checks for header files.
|
||||
|
||||
# Checks for typedefs, structures, and compiler characteristics.
|
||||
|
||||
# Checks for library functions.
|
||||
|
||||
|
||||
AC_CONFIG_FILES(
|
||||
[
|
||||
Makefile
|
||||
parsers/Makefile
|
||||
])
|
||||
|
||||
AC_OUTPUT
|
Loading…
Add table
Add a link
Reference in a new issue