aboutsummaryrefslogtreecommitdiff
path: root/Makefile.legacy
diff options
context:
space:
mode:
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))