aboutsummaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorAaronMatthewBrown <devnull@localhost>2009-12-08 21:36:24 +0000
committerAaronMatthewBrown <devnull@localhost>2009-12-08 21:36:24 +0000
commitf4a3ddaae6e4e7f0f6f5f2128ad4d87ea0f87121 (patch)
treea7461af2e395a6eead7f4eb85c36d822e209f2af /Makefile.am
parentd768f73dcef0741ffeb69b467fc7759d78d99b10 (diff)
downloadiperf3-f4a3ddaae6e4e7f0f6f5f2128ad4d87ea0f87121.tar.gz
Add an initial autotools setup.
The main iperf binary is compiled, along with a static libiperf, the unit tests, and a profiled iperf binary. The tests, and the profiled iperf binary do not get installed. To compile, run: ./bootstrap.sh ./configure make It has all the normal make options (they come mostly for free). e.g.: You can run "make install" to install it. You can run "make dist" which will create a distribution tarball. You can run "make check" to run all the tests. I backed up the existing Makefile as "src/Makefile.old" in case folks want to use that still.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am
new file mode 100644
index 0000000..af437a6
--- /dev/null
+++ b/Makefile.am
@@ -0,0 +1 @@
+SUBDIRS = src