2008-07-27 05:32:24 +08:00
|
|
|
##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
|
|
|
|
2010-05-07 07:46:27 +08:00
|
|
|
LEVEL = ../../..
|
|
|
|
DIRS = main api
|
2008-07-27 05:32:24 +08:00
|
|
|
|
|
|
|
include $(LEVEL)/Makefile.common
|