File: Makefile

package info (click to toggle)
autodock-vina 1.1.2-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 896 kB
  • sloc: cpp: 6,512; makefile: 43; sh: 13
file content (9 lines) | stat: -rw-r--r-- 154 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
BASE=/usr
BOOST_VERSION=1_46
BOOST_INCLUDE = $(BASE)/include
C_PLATFORM= -pthread
GPP=g++
C_OPTIONS= -g
BOOST_LIB_VERSION=

include ../../makefile_common