aboutsummaryrefslogtreecommitdiff
path: root/Makefile.legacy
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
committerMike Buland <eichlan@xagasoft.com>2007-11-15 21:43:26 +0000
commit305d608fe508b8e2c31df9282cc6f987260a76b1 (patch)
treedfd4b585721f5ee6552dd4c3a3637e3b65110756 /Makefile.legacy
parent60704e94fd8cea25a2b2947710a7ba3b675acb33 (diff)
downloadlibbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.gz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.bz2
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.tar.xz
libbu++-305d608fe508b8e2c31df9282cc6f987260a76b1.zip
Final changes moving to the actually liscense-ified version, plus I fixed a
compile error I introduced last commit.
Diffstat (limited to 'Makefile.legacy')
-rw-r--r--Makefile.legacy7
1 files changed, 7 insertions, 0 deletions
diff --git a/Makefile.legacy b/Makefile.legacy
index 0afb4a0..02c233e 100644
--- a/Makefile.legacy
+++ b/Makefile.legacy
@@ -1,3 +1,10 @@
1#
2# Copyright (C) 2007 Xagasoft, All rights reserved.
3#
4# This file is part of the libbu++ library and is released under the
5# terms of the license contained in the file LICENSE.
6#
7
1OBJS:=$(patsubst %.cpp,%.o,$(wildcard src/*.cpp)) 8OBJS:=$(patsubst %.cpp,%.o,$(wildcard src/*.cpp))
2USRCS:=$(wildcard src/unit/*.cpp) 9USRCS:=$(wildcard src/unit/*.cpp)
3UOBJS:=$(patsubst %.cpp,%.o,$(USRCS)) 10UOBJS:=$(patsubst %.cpp,%.o,$(USRCS))