diff options
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 7 | ||||
| -rw-r--r-- | Makefile.legacy | 7 |
2 files changed, 14 insertions, 0 deletions
| @@ -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 | ||
| 3 | build: | 10 | build: |
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 | |||
| 1 | OBJS:=$(patsubst %.cpp,%.o,$(wildcard src/*.cpp)) | 8 | OBJS:=$(patsubst %.cpp,%.o,$(wildcard src/*.cpp)) |
| 2 | USRCS:=$(wildcard src/unit/*.cpp) | 9 | USRCS:=$(wildcard src/unit/*.cpp) |
| 3 | UOBJS:=$(patsubst %.cpp,%.o,$(USRCS)) | 10 | UOBJS:=$(patsubst %.cpp,%.o,$(USRCS)) |
