Small utility collection for dealing with file archives that have dependencies
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.
|
ACLOCAL_AMFLAGS = -I m4 |
|
|
|
AM_CPPFLAGS = -I$(top_srcdir)/include -D_GNU_SOURCE |
|
AM_CFLAGS = $(WARN_CFLAGS) |
|
|
|
noinst_LIBRARIES = |
|
bin_PROGRAMS = |
|
|
|
EXTRA_DIST = autogen.sh LICENSE README.md |
|
|
|
include lib/Makemodule.am |
|
include main/Makemodule.am
|
|
|