diff options
author | Mike Buland <eichlan@xagasoft.com> | 2012-07-19 21:23:46 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2012-07-19 21:23:46 +0000 |
commit | 5193bfd48f3698d2340310f3609d65eede76dbbe (patch) | |
tree | 7aaaf7e7bb733f386deb6ce2477fe8b2049b30ad /Makefile | |
parent | 5e2db821d6486f9f8df541dd1e2ca6e5ddd15a51 (diff) | |
download | libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.gz libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.bz2 libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.tar.xz libbu++-5193bfd48f3698d2340310f3609d65eede76dbbe.zip |
Included compat dir in makefile for windows.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ | |||
6 | # | 6 | # |
7 | 7 | ||
8 | PREFIX := /home/eichlan/testroot | 8 | PREFIX := /home/eichlan/testroot |
9 | OBJECTS := $(patsubst %.cpp,%.o,$(wildcard src/stable/*.cpp src/unstable/*.cpp src/experimental/*.cpp)) | 9 | OBJECTS := $(patsubst %.cpp,%.o,$(wildcard src/stable/*.cpp src/unstable/*.cpp src/experimental/*.cpp src/compat/*.cpp)) |
10 | HEADERS := bu/signals.h bu/autoconfig.h bu/version.h bu/config.h $(foreach fn,$(wildcard src/stable/*.h src/unstable/*.h src/experimental/*.h),bu/$(notdir ${fn})) $(patsubst src/%,bu/%,$(wildcard src/compat/*.h)) | 10 | HEADERS := bu/signals.h bu/autoconfig.h bu/version.h bu/config.h $(foreach fn,$(wildcard src/stable/*.h src/unstable/*.h src/experimental/*.h),bu/$(notdir ${fn})) $(patsubst src/%,bu/%,$(wildcard src/compat/*.h)) |
11 | TOOLS := $(patsubst src/tools/%.cpp,%,$(wildcard src/tools/*.cpp)) | 11 | TOOLS := $(patsubst src/tools/%.cpp,%,$(wildcard src/tools/*.cpp)) |
12 | UNITS := $(patsubst src/unit/%.unit,unit/%,$(wildcard src/unit/*.unit)) | 12 | UNITS := $(patsubst src/unit/%.unit,unit/%,$(wildcard src/unit/*.unit)) |