blob: ac7c4a195395a59a4f85a82d71b7abb4a5cdd609 [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
include $(LEVEL)/Makefile.common
CXX.Flags += -I$(PROJ_SRC_DIR)/../VMCore