blob: 7f23af8f77dbd9551350ef9e72e758266aa350e4 [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
Filipe Cabecinhas1377f382012-05-29 14:03:55 +000016SOURCES := lldb-log.cpp lldb.cpp
Greg Clayton54e7afa2010-07-09 20:39:50 +000017
18include $(LLDB_LEVEL)/Makefile
19
Greg Clayton980d0672010-07-12 23:14:00 +000020LLDB_vers.c: $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl $(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj
21 "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/scripts/generate-vers.pl" "$(PROJ_SRC_DIR)/$(LLDB_LEVEL)/lldb.xcodeproj/project.pbxproj" > LLDB_vers.c