Skip to content

Commit

Permalink
Adding autoconf/automake build system needed to detect libraries and …
Browse files Browse the repository at this point in the history
…-march=native compiler switch.
  • Loading branch information
bingmann committed May 26, 2013
1 parent adcfc5d commit d67ae47
Show file tree
Hide file tree
Showing 10 changed files with 7,806 additions and 16 deletions.
15 changes: 0 additions & 15 deletions Makefile

This file was deleted.

9 changes: 9 additions & 0 deletions Makefile.am
@@ -0,0 +1,9 @@
# Makefile for pmbw

bin_PROGRAMS = pmbw stats2gnuplot

pmbw_SOURCES = pmbw.cc funcs_x86_32.h funcs_x86_64.h funcs_arm.h

stats2gnuplot_SOURCES = stats2gnuplot.cc

AM_CXXFLAGS = -W -Wall

0 comments on commit d67ae47

Please sign in to comment.