From 59e4442bcb87a0729d3a706acd847c95b8072c52 Mon Sep 17 00:00:00 2001 From: David McMackins II Date: Mon, 7 Aug 2017 07:02:45 -0500 Subject: Remove unnecessary Makefile.am --- Makefile.am | 43 ------------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 Makefile.am diff --git a/Makefile.am b/Makefile.am deleted file mode 100644 index bcaabe0..0000000 --- a/Makefile.am +++ /dev/null @@ -1,43 +0,0 @@ -ACLOCAL_AMFLAGS = -I m4 --install -dist_doc_DATA = README.md - -noinst_LIBRARIES = libtib.a -bin_PROGRAMS = liberti tibencode tibdecode - -COMMON_CFLAGS = -Wall -Wextra -Wunreachable-code -ftrapv -std=c11 - -libtib_a_CFLAGS = $(COMMON_CFLAGS) $(gsl_CFLAGS) -libtib_a_SOURCES = src/tibchar.c \ - src/tiberr.c \ - src/tibeval.c \ - src/tibexpr.c \ - src/tibfunction.c \ - src/tiblst.c \ - src/tibtranscode.c \ - src/tibtype.c \ - src/tibvar.c \ - src/util.c - -liberti_CFLAGS = $(COMMON_CFLAGS) $(sdl2_CFLAGS) -liberti_LDADD = libtib.a $(gsl_LIBS) $(libconfig_LIBS) $(pfxtree_LIBS) \ - $(sdl2_LIBS) -lSDL2_image -liberti_SOURCES = src/colors.c \ - src/font.c \ - src/keys.c \ - src/liberti.c \ - src/log.c \ - src/mode_default.c \ - src/screen.c \ - src/skin.c \ - src/state.c - -tibencode_CFLAGS = $(COMMON_CFLAGS) -tibencode_LDADD = libtib.a $(gsl_LIBS) $(pfxtree_LIBS) -tibencode_SOURCES = src/tibencode.c - -tibdecode_CFLAGS = $(COMMON_CFLAGS) -tibdecode_LDADD = libtib.a $(gsl_LIBS) $(pfxtree_LIBS) -tibdecode_SOURCES = src/tibdecode.c - -AM_CFLAGS = $(DEPS_CFLAGS) -AM_LIBS = $(DEPS_LIBS) -- cgit v1.2.3