Skip to content

Commit 0419aba

Browse files
committed
fix: removed gentable2 stuff
1 parent d828d63 commit 0419aba

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

Singular/Makefile.am

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,7 @@ endif
160160
#########################################################
161161
# handle all the generated *.inc
162162

163-
noinst_PROGRAMS = gentable2 gentable1 feOptGen feOptES feOptTS
164-
165-
gentable2_SOURCES = gentable2.cc grammar.h tok.h table.h
166-
gentable2_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}
167-
gentable2_CXXFLAGS = -O3 -fomit-frame-pointer -Wextra -Wall -Wno-long-long ${PIPE} $(CXXTEMPLFLAGS)
168-
gentable2_CPPFLAGS = ${AM_CPPFLAGS} -DHAVE_CONFIG_H -DNDEBUG -DOM_NDEBUG
169-
163+
noinst_PROGRAMS = gentable1 feOptGen feOptES feOptTS
170164

171165
gentable1_SOURCES = gentable.cc grammar.h tok.h table.h
172166
gentable1_CFLAGS = -O3 -fomit-frame-pointer ${PIPE}

0 commit comments

Comments
 (0)