blob: a79f67b620fe7cdc5bc86456ba90e55f52bd8226 [file] [log] [blame]
##===- lib/N3/PNetLib/Makefile -----------------------------*- Makefile -*-===##
#
# The vmkit project
#
# This file is distributed under the University of Illinois Open Source
# License. See LICENSE.TXT for details.
#
##===----------------------------------------------------------------------===##
LEVEL = ../../..
include $(LEVEL)/Makefile.config
ifeq ($(WITH_LLVM_GCC), 1)
MODULE_NAME = PNetLib
else
LIBRARYNAME = PNetLib
endif
EXTRA_DIST = PNetPath.inc.in
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_SRC_DIR)/../VMCore