mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-27 06:58:19 +00:00
14 lines
231 B
Plaintext
14 lines
231 B
Plaintext
AC_INIT(genoffsets.c)
|
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
|
|
|
RTEMS_TOP(../../../../../..)
|
|
RTEMS_CANONICAL_TARGET_CPU
|
|
|
|
AM_INIT_AUTOMAKE(rtems-exec-score-tools-hppa,$RTEMS_VERSION,no)
|
|
|
|
AC_PROG_CC
|
|
|
|
RTEMS_TOOLPATHS
|
|
|
|
AC_OUTPUT(Makefile)
|