Greg Clayton | 54e7afa | 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 := .. |
| 11 | DIRS := API Breakpoint Commands Core Expression Host Interpreter Plugins Symbol Target Utility |
| 12 | LIBRARYNAME := lldbInitAndLog |
| 13 | BUILD_ARCHIVE = 1 |
| 14 | |
| 15 | BUILT_SOURCES = LLDB_vers.c |
| 16 | |
| 17 | include $(LLDB_LEVEL)/Makefile |
| 18 | |
Greg Clayton | 980d067 | 2010-07-12 23:14:00 +0000 | [diff] [blame] | 19 | LLDB_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 |