forked from OSchip/llvm-project
19 lines
585 B
Makefile
19 lines
585 B
Makefile
#===-- projects/llvm-stacker/Makefile -----------------------*- Makefile -*-===#
|
|
#
|
|
# The LLVM Compiler Infrastructure
|
|
#
|
|
# This file was developed by Reid Spencer and is distributed under the
|
|
# University of Illinois Open Source License. See LICENSE.TXT for details.
|
|
#
|
|
#===------------------------------------------------------------------------===#
|
|
#
|
|
# This is the Stacker top-level Makefile
|
|
#
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
LEVEL = .
|
|
DIRS = lib tools
|
|
EXTRA_DIST = test samples
|
|
|
|
include $(LEVEL)/Makefile.common
|