2003-10-21 14:33:46 +00:00
|
|
|
##===- docs/Makefile ---------------------------------------*- Makefile -*-===##
|
|
|
|
#
|
|
|
|
# The LLVM Compiler Infrastructure
|
|
|
|
#
|
2007-12-29 20:11:13 +00:00
|
|
|
# This file is distributed under the University of Illinois Open Source
|
|
|
|
# License. See LICENSE.TXT for details.
|
2003-10-21 14:33:46 +00:00
|
|
|
#
|
|
|
|
##===----------------------------------------------------------------------===##
|
2002-01-30 21:20:23 +00:00
|
|
|
|
2010-05-06 23:45:43 +00:00
|
|
|
LEVEL = ..
|
|
|
|
DIRS = main api
|
2006-07-06 00:36:52 +00:00
|
|
|
|
2004-11-29 04:47:35 +00:00
|
|
|
include $(LEVEL)/Makefile.common
|