forked from Imagelibrary/rtems
14 lines
228 B
Plaintext
14 lines
228 B
Plaintext
AC_INIT(gensize.c)
|
|
AC_CONFIG_AUX_DIR(../../../../../..)
|
|
|
|
RTEMS_TOP(../../../../../..)
|
|
RTEMS_CANONICAL_TARGET_CPU
|
|
|
|
AM_INIT_AUTOMAKE(rtems-exec-score-tools-unix,$RTEMS_VERSION,no)
|
|
|
|
AC_PROG_CC
|
|
|
|
RTEMS_TOOLPATHS
|
|
|
|
AC_OUTPUT(Makefile)
|