aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--Makefile7
-rw-r--r--Makefile.legacy7
2 files changed, 14 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 7e45c16..27e59f5 100644
--- a/Makefile
+++ b/Makefile
@@ -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
1.PHONY: build 8.PHONY: build
2 9
3build: 10build:
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))