Switch to autotools.

This commit is contained in:
2017-12-18 20:59:29 -08:00
parent a35b54f308
commit 06d3db4370
7 changed files with 61 additions and 94 deletions

7
src/Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
AM_CPPFLAGS = -Wall -Wextra -pedantic -Wshadow -Wpointer-arith -Wcast-align
AM_CPPFLAGS += -Wwrite-strings -Wmissing-declarations -Wno-long-long -Werror
AM_CPPFLAGS += -Wunused-variable -std=c++14 -D_XOPEN_SOURCE -O0 -g -I.
AM_CPPFLAGS += -fno-elide-constructors -Weffc++
bin_PROGRAMS := ch01ex01
ch01ex01_SOURCES := ch01ex01.cc