llvm-project/stacker/tools/Makefile

17 lines
542 B
Makefile
Raw Normal View History

#===-- projects/llvm-stacker/tools/Makefile -----------------*- Makefile -*-===#
2003-11-24 01:58:46 +08:00
#
# The LLVM Compiler Infrastructure
2003-11-24 01:58:46 +08:00
#
# This file was developed by Reid Spencer and is distributed under the
# University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
2003-11-24 01:58:46 +08:00
# Indicates our relative path to the top of the project's root directory.
LEVEL = ..
2003-11-24 01:58:46 +08:00
# Directories that need to be built.
2003-11-24 01:58:46 +08:00
DIRS = stkrc
include $(LEVEL)/Makefile.common