| Greg Clayton | c982c76 | 2010-07-09 20:39:50 +0000 | [diff] [blame] | 1 | ##===- 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 |  | 
|  | 10 | LLDB_LEVEL := .. | 
| Filipe Cabecinhas | 276a08b | 2013-01-29 22:20:20 +0000 | [diff] [blame^] | 11 | DIRS := API Breakpoint Commands Core DataFormatters Expression Host Interpreter Plugins Symbol Target Utility | 
| Greg Clayton | c982c76 | 2010-07-09 20:39:50 +0000 | [diff] [blame] | 12 | LIBRARYNAME := lldbInitAndLog | 
|  | 13 | BUILD_ARCHIVE = 1 | 
|  | 14 |  | 
|  | 15 | BUILT_SOURCES = LLDB_vers.c | 
| Filipe Cabecinhas | 3f4b843 | 2012-05-29 14:03:55 +0000 | [diff] [blame] | 16 | SOURCES := lldb-log.cpp lldb.cpp | 
| Greg Clayton | c982c76 | 2010-07-09 20:39:50 +0000 | [diff] [blame] | 17 |  | 
|  | 18 | include $(LLDB_LEVEL)/Makefile | 
|  | 19 |  | 
| Greg Clayton | c8e11e1 | 2010-07-12 23:14:00 +0000 | [diff] [blame] | 20 | LLDB_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 |