blob: 0f02f2938a50a334508d0b2a8172371dec46d778 [file] [log] [blame]
Greg Claytonc982c762010-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 := ..
Filipe Cabecinhas276a08b2013-01-29 22:20:20 +000011DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility
Greg Claytonc982c762010-07-09 20:39:50 +000012LIBRARYNAME := lldbInitAndLog
13BUILD_ARCHIVE = 1
14
15BUILT_SOURCES = LLDB_vers.c
Filipe Cabecinhas3f4b8432012-05-29 14:03:55 +000016SOURCES := lldb-log.cpp lldb.cpp
Greg Claytonc982c762010-07-09 20:39:50 +000017
18include $(LLDB_LEVEL)/Makefile
19
Greg Claytonc8e11e12010-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