On 14.04.22 13:17, Richard Weinberger wrote: > On Thu, Apr 14, 2022 at 1:12 PM Jan Kiszka via Xenomai > <[email protected]> wrote: >> With only up to here applied: >> >> make[2]: Entering directory 'xenomai/build/testsuite/alchemytests' >> make[2]: *** No rule to make target 'alchemytest_driver.c', needed by >> 'alchemytest_driver.o'. Stop. > > Ah, alchemytest_driver.c comes in a follow up patch. > Will be fixed in a later series.
Upps, this was on v1 - but it seems v2 was not different in this regard. > >>> +task10_SOURCES = task-10.c >>> +task10_CPPFLAGS = $(alchemycppflags) >>> +task10_LDADD = $(alchemyldadd) -lpthread -lrt -lm >>> +task10_LDFLAGS = @XENO_AUTOINIT_LDFLAGS@ >> >> Lots of repetitions. Can we use at least some macro for them, or can't > > My automake-fu is weak. Does automake support something like that? I would have to dig this up myself, but I would be surprised if there is nothing like that. > >> we assign CPPFLAGS, LDADD and LDFLAGS globally (in this file)? > > I can give this a try. So far I didn't use global variables because building > the tests and the test driver is slightly different and may change. > Ah, that is the reason. Jan -- Siemens AG, Technology Competence Center Embedded Linux
