You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
421 B
25 lines
421 B
ACLOCAL_AMFLAGS = -I m4 |
|
SUBDIRS = u_async src tests |
|
|
|
EXTRA_DIST = \ |
|
README.md \ |
|
AGENTS.md \ |
|
TASKS.md \ |
|
REQUIREDFS.md \ |
|
changelog.txt \ |
|
REQUIREMENTS.md \ |
|
utun_test.cfg \ |
|
net_emulator \ |
|
tinycrypt |
|
|
|
dist_doc_DATA = README.md changelog.txt |
|
|
|
# Release archive options |
|
dist-hook: |
|
@echo "Building release $(PACKAGE)-$(VERSION)" |
|
|
|
# Cleanup |
|
maintainer-clean-local: |
|
rm -rf autom4te.cache |
|
rm -f config.log config.status |
|
|
|
|