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. > > +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? > 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. -- Thanks, //richard
