Summary: public Create Makefile.config.in to hold paths to various source directories used in infer/annotations/Makefile. Reviewed By: jeremydubreil Differential Revision: D2702986 fb-gh-sync-id: b5eb5bfmaster
parent
1e3085e8b8
commit
dbfa1f7c69
@ -0,0 +1,15 @@
|
||||
# Copyright (c) 2015 - present Facebook, Inc.
|
||||
# All rights reserved.
|
||||
#
|
||||
# This source code is licensed under the BSD style license found in the
|
||||
# LICENSE file in the root directory of this source tree. An additional grant
|
||||
# of patent rights can be found in the PATENTS file in the same directory.
|
||||
|
||||
ABSOLUTE_ROOT_DIR = $(shell cd $(ROOT_DIR) && pwd)
|
||||
|
||||
INFER_DIR = $(ABSOLUTE_ROOT_DIR)/infer
|
||||
DEPENDENCIES_DIR = $(ABSOLUTE_ROOT_DIR)/dependencies
|
||||
|
||||
LIB_DIR = $(INFER_DIR)/lib
|
||||
|
||||
JAVA_LIB_DIR = $(LIB_DIR)/java
|
Loading…
Reference in new issue