mirror of
https://github.com/tailix/libkernaux.git
synced 2025-04-07 17:32:45 -04:00
Main: Makefile.am: add recursive targets
This commit is contained in:
parent
1e8ab9080b
commit
e0900b0777
1 changed files with 5 additions and 2 deletions
|
@ -1,5 +1,3 @@
|
|||
# FIXME: dependencies are not built automatically without --enable-split-*
|
||||
|
||||
include $(top_srcdir)/shared.am
|
||||
|
||||
ACLOCAL_AMFLAGS = -I m4
|
||||
|
@ -20,6 +18,11 @@ if ENABLE_TESTS
|
|||
SUBDIRS += examples tests
|
||||
endif
|
||||
|
||||
libc/libc.la:
|
||||
$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/libc libc.la
|
||||
libm/libm.la:
|
||||
$(MAKE) $(AM_MAKEFLAGS) -C $(top_builddir)/libm libm.la
|
||||
|
||||
lib_LTLIBRARIES = libkernaux.la
|
||||
|
||||
libkernaux_la_SOURCES = src/libc.h src/assert.c
|
||||
|
|
Loading…
Add table
Reference in a new issue