mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 10:40:19 -04:00
15 lines
531 B
Makefile
15 lines
531 B
Makefile
##===- lib/Makefile ----------------------------------------*- Makefile -*-===##
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file is distributed under the University of Illinois Open Source
|
|
# License. See LICENSE.TXT for details.
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
LEVEL = ..
|
|
|
|
PARALLEL_DIRS = VMCore AsmParser Bitcode Archive Analysis Transforms CodeGen \
|
|
Target ExecutionEngine Debugger Linker CompilerDriver
|
|
|
|
include $(LEVEL)/Makefile.common
|
|
|