1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-01-31 12:41:49 +01:00
llvm-mirror/Makefile

23 lines
613 B
Makefile
Raw Normal View History

#===- ./Makefile -------------------------------------------*- Makefile -*--===#
#
# The LLVM Compiler Infrastructure
#
# This file was developed by the LLVM research group and is distributed under
# the University of Illinois Open Source License. See LICENSE.TXT for details.
#
#===------------------------------------------------------------------------===#
2001-06-06 20:29:01 +00:00
LEVEL = .
DIRS = lib/System lib/Support utils lib tools
2001-06-06 20:29:01 +00:00
ifneq ($(MAKECMDGOALS),tools-only)
DIRS += runtime
OPTIONAL_DIRS = examples projects
endif
2001-06-06 20:29:01 +00:00
include $(LEVEL)/Makefile.common
test :: all
cd test; $(MAKE)
tools-only: all