Skip to content
Snippets Groups Projects
Commit 45d7cebd authored by Thorsten Wißmann's avatar Thorsten Wißmann
Browse files

Remove redundancy from makefiles

parent 29b2e3f3
No related branches found
No related tags found
No related merge requests found
BISON = bison
LEX = flex
GCC = g++
GCCFLAGS = -Wall -Wno-deprecated
GCC = g++
GCCFLAGS = -Wall -Wno-deprecated
include ../config.mk
all: formula.o PML_formula.o GML_formula.o rational.o satisfyingassignment.o
......
GCC = g++
GCCFLAGS = -Wall -Wno-deprecated
include config.mk
POBJS = ./parser/lex.yy.o ./parser/mlf-parser.tab.o ./parser/mlf-driver.o
FOBJS = ./formulas/formula.o ./formulas/GML_formula.o ./formulas/PML_formula.o ./formulas/rational.o ./formulas/satisfyingassignment.o
......
BISON = bison
LEX = flex
GCC = g++
GCCFLAGS = -Wall -Wno-deprecated
include ../config.mk
.PHONY: all clean
......
GCC = g++
GCCFLAGS = -Wall -Wno-deprecated
include ../config.mk
all: premise.o GML_premise.o PML_premise.o valuation.o setofconclusions.o sizefunctions.o radixtree.o
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment