ticket #1: Remove the autotools files done
This commit is contained in:
parent
76d8dac2fd
commit
6d04ba9d32
37 changed files with 0 additions and 998 deletions
|
|
@ -1,23 +0,0 @@
|
|||
|
||||
noinst_PROGRAMS = FirstBitEA FirstRealEA exercise2.3
|
||||
|
||||
|
||||
FirstBitEA_SOURCES = FirstBitEA.cpp
|
||||
|
||||
FirstRealEA_SOURCES = FirstRealEA.cpp
|
||||
|
||||
exercise2_3_SOURCES = exercise2.3.cpp
|
||||
|
||||
|
||||
noinst_HEADERS = binary_value.h \
|
||||
real_value.h
|
||||
|
||||
extra_DIST = Makefile.simple
|
||||
|
||||
|
||||
LDADD = -L$(top_builddir)/src -L$(top_builddir)/src/ga -L$(top_builddir)/src/utils
|
||||
|
||||
LIBS = -lga -leo -leoutils
|
||||
|
||||
INCLUDES = -I$(top_srcdir)/src
|
||||
|
||||
Reference in a new issue