blob: e985fc06ccc4a38c6267a40075c91fe8e1ea5a72 [file] [log] [blame]
Greg Clayton54e7afa2010-07-09 20:39:50 +00001##===- source/Makefile -------------------------------------*- Makefile -*-===##
2#
3# The LLVM Compiler Infrastructure
4#
5# This file is distributed under the University of Illinois Open Source
6# License. See LICENSE.TXT for details.
7#
8##===----------------------------------------------------------------------===##
9
10LLDB_LEVEL := ..
11DIRS := API Breakpoint Commands Core Expression Host Interpreter Plugins Symbol Target Utility
12LIBRARYNAME := lldbInitAndLog
13BUILD_ARCHIVE = 1
14
15BUILT_SOURCES = LLDB_vers.c
16
17include $(LLDB_LEVEL)/Makefile
18
Greg Clayton980d0672010-07-12 23:14:00 +000019LLDB_vers.c: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj
20 "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl" "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj" > LLDB_vers.c