-
Notifications
You must be signed in to change notification settings - Fork 17
/
Makefile.dep
29 lines (28 loc) · 1.28 KB
/
Makefile.dep
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
###############################################################################
# libBIL build dependency file #
# #
# Copyright (c) 2014, Sang Kil Cha #
# All rights reserved. #
# This software is free software; you can redistribute it and/or #
# modify it under the terms of the GNU Library General Public #
# License version 2, with the special exception on linking #
# described in file LICENSE. #
# #
# This software is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. #
###############################################################################
# check binaries
bin,ocamlbuild
bin,camlidl
bin,g++
# check libraries
lib,unix
lib,str
lib,yojson
lib,batteries
lib,mysql
lib,bz2
lib,curses
# check headers
header+,boost/dynamic_bitset.hpp