mirror of
https://github.com/stefanocasazza/ULib.git
synced 2025-09-28 19:05:55 +08:00
11 lines
343 B
Makefile
11 lines
343 B
Makefile
## Makefile.am -- Process this file with automake to produce Makefile.in
|
|
|
|
AUTOMAKE_OPTIONS = no-dependencies
|
|
EXTRA_DIST = $(M4)
|
|
MAINTAINERCLEANFILES = Makefile.in
|
|
|
|
M4 = ac_check_package.m4 ac_compilation_environment.m4 ac_compilation_options.m4 \
|
|
socket_SO_RCVTIMEO.m4 ac_cxx_old_iostream.m4 ac_try_flag.m4 ac_fallocate.m4
|
|
|
|
SOURCES = $(M4)
|