[llvm-commits] CVS: llvm/projects/Stacker/lib/compiler/Makefile
Reid Spencer
reid at x10sys.com
Wed Oct 27 18:25:39 PDT 2004
Changes in directory llvm/projects/Stacker/lib/compiler:
Makefile updated: 1.4 -> 1.5
---
Log message:
Get rid of drivel.
Ensure the lex/yacc output are specified as BUILT_SOURCES so they get
built first.
---
Diffs of the changes: (+3 -12)
Index: llvm/projects/Stacker/lib/compiler/Makefile
diff -u llvm/projects/Stacker/lib/compiler/Makefile:1.4 llvm/projects/Stacker/lib/compiler/Makefile:1.5
--- llvm/projects/Stacker/lib/compiler/Makefile:1.4 Fri Oct 22 16:02:08 2004
+++ llvm/projects/Stacker/lib/compiler/Makefile Wed Oct 27 20:25:28 2004
@@ -1,18 +1,9 @@
##===- projects/Stacker/lib/compiler/Makefile --------------*- Makefile -*-===##
-#
-# Indicate where we are relative to the top of the source tree.
-#
-LEVEL=../..
+LEVEL := ../..
+LIBRARYNAME := stkr_compiler
+BUILT_SOURCES := StackerParser.cpp StackerParser.h Lexer.cpp
-#
-# Give the name of a library. This will build a dynamic version.
-#
-LIBRARYNAME=stkr_compiler
-
-#
-# Include Makefile.common so we know what to do.
-#
include $(LEVEL)/Makefile.common
ifdef PARSE_DEBUG
More information about the llvm-commits
mailing list