about summary refs log tree commit diff homepage
path: root/stp/simplifier/Makefile
blob: aba07e1b93438badea4e4bfb2cb86e8629bb91e1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
include ../Makefile.common

SRCS = simplifier.cpp bvsolver.cpp
OBJS = $(SRCS:.cpp=.o)

libsimplifier.a: $(OBJS)
	$(AR) rc $@ $^
	$(RANLIB) $@

clean:	
	rm -rf *.o *~ *.a .#*