summaryrefslogtreecommitdiff
path: root/src/prop/cryptominisat/Makefile.am
blob: 400d5df388be1ac0831331f6dd6836aa049c21a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# not a GNU package. You can remove this line, if
# have all needed files, that a GNU package needs
AUTOMAKE_OPTIONS = foreign 1.4
ACLOCAL_AMFLAGS = -I m4

SUBDIRS = Solver mtl MTRand man
EXTRA_DIST = HOWTO_VisualCpp HOWTO_MinGW32 \
	       LICENSE-GPL LICENSE-MIT TODO

all-local: Solver
	cp Solver/cryptominisat .

generated by cgit on debian on lair
contact matthew@masot.net with questions or feedback