diff options
| author | Mike Buland <eichlan@xagasoft.com> | 2008-10-05 07:47:52 +0000 |
|---|---|---|
| committer | Mike Buland <eichlan@xagasoft.com> | 2008-10-05 07:47:52 +0000 |
| commit | 7a24c204179306f09b7348371c5c3574a72bbc63 (patch) | |
| tree | 1ae0d43d7b7066503abbc05dc0f21218fe6b6569 | |
| parent | 5eccbb9e2b3f5c70975b7e64ccdc0689e7cf4d5d (diff) | |
| download | build-7a24c204179306f09b7348371c5c3574a72bbc63.tar.gz build-7a24c204179306f09b7348371c5c3574a72bbc63.tar.bz2 build-7a24c204179306f09b7348371c5c3574a72bbc63.tar.xz build-7a24c204179306f09b7348371c5c3574a72bbc63.zip | |
Yeah...the Makefile was including exceptions.{cpp,h} still, go figure. It's
been fixed.
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -1,4 +1,4 @@ | |||
| 1 | LIBBU:=$(foreach f,paramproc.h paramproc.cpp fstring.h fstring.cpp exceptions.h exceptions.cpp exceptionbase.cpp exceptionbase.h archive.cpp archive.h archival.cpp archival.h plugger.h plugger.cpp singleton.h hash.cpp hash.h file.h file.cpp stream.h stream.cpp list.h list.cpp set.h set.cpp trace.h trace.cpp util.h,src/$f) | 1 | LIBBU:=$(foreach f,paramproc.h paramproc.cpp fstring.h fstring.cpp exceptionbase.cpp exceptionbase.h archive.cpp archive.h archival.cpp archival.h plugger.h plugger.cpp singleton.h hash.cpp hash.h file.h file.cpp stream.h stream.cpp list.h list.cpp set.h set.cpp trace.h trace.cpp util.h,src/$f) |
| 2 | SRC:=$(sort $(wildcard src/*.cpp) $(patsubst src/%,src/bu/%,$(filter %.cpp,$(LIBBU)))) | 2 | SRC:=$(sort $(wildcard src/*.cpp) $(patsubst src/%,src/bu/%,$(filter %.cpp,$(LIBBU)))) |
| 3 | OBJ:=src/build.yy.o src/build.tab.o $(patsubst %.cpp,%.o,$(SRC)) | 3 | OBJ:=src/build.yy.o src/build.tab.o $(patsubst %.cpp,%.o,$(SRC)) |
| 4 | REV:=$(shell svn info | grep "Revision" | cut -d\ -f2) | 4 | REV:=$(shell svn info | grep "Revision" | cut -d\ -f2) |
