|
Lines 1-5
Link Here
|
| 1 |
--- ./Makefile.orig Mon Aug 8 02:18:41 2005 |
1 |
--- Makefile.orig 2005-08-08 04:18:41.000000000 +0400 |
| 2 |
+++ ./Makefile Sun Jun 10 12:13:59 2007 |
2 |
+++ Makefile 2008-06-12 06:27:26.000000000 +0400 |
| 3 |
@@ -22,7 +22,7 @@ |
3 |
@@ -22,7 +22,7 @@ |
| 4 |
# (Note that this is unable to delete the dumbask |
4 |
# (Note that this is unable to delete the dumbask |
| 5 |
# executable if the configuration is absent.) |
5 |
# executable if the configuration is absent.) |
|
Lines 55-57
Link Here
|
| 55 |
|
55 |
|
| 56 |
LDFLAGS := -s |
56 |
LDFLAGS := -s |
| 57 |
|
57 |
|
|
|
58 |
@@ -251,8 +248,8 @@ |
| 59 |
ALLEGRO_LIB_FILE_DEBUG := $(LIBDIR)/libaldmd.a |
| 60 |
|
| 61 |
|
| 62 |
-core: $(CORE_LIB_FILE_RELEASE) $(CORE_LIB_FILE_DEBUG) |
| 63 |
-allegro: $(ALLEGRO_LIB_FILE_RELEASE) $(ALLEGRO_LIB_FILE_DEBUG) |
| 64 |
+core: $(CORE_LIB_FILE_RELEASE) |
| 65 |
+allegro: $(ALLEGRO_LIB_FILE_RELEASE) |
| 66 |
|
| 67 |
core-examples: $(CORE_EXAMPLES_EXE) |
| 68 |
allegro-examples: $(ALLEGRO_EXAMPLES_EXE) |
| 69 |
@@ -263,11 +260,9 @@ |
| 70 |
|
| 71 |
install-core: core |
| 72 |
$(call COPY,$(CORE_LIB_FILE_RELEASE),$(LIB_INSTALL_PATH)) |
| 73 |
- $(call COPY,$(CORE_LIB_FILE_DEBUG),$(LIB_INSTALL_PATH)) |
| 74 |
|
| 75 |
install-allegro: allegro |
| 76 |
$(call COPY,$(ALLEGRO_LIB_FILE_RELEASE),$(LIB_INSTALL_PATH)) |
| 77 |
- $(call COPY,$(ALLEGRO_LIB_FILE_DEBUG),$(LIB_INSTALL_PATH)) |
| 78 |
|
| 79 |
ifeq "$(COMSPEC)" "" |
| 80 |
install-core-examples: core-examples |
| 81 |
@@ -321,12 +316,6 @@ |
| 82 |
ALLEGRO_LIB_FILE := $(LIBDIR)/libaldmb.a |
| 83 |
include make/Makefile.inc |
| 84 |
|
| 85 |
-OBJDIR := $(OBJDIR_BASE)/debug |
| 86 |
-CFLAGS := $(CFLAGS_DEBUG) |
| 87 |
-CORE_LIB_FILE := $(LIBDIR)/libdumbd.a |
| 88 |
-ALLEGRO_LIB_FILE := $(LIBDIR)/libaldmd.a |
| 89 |
-include make/Makefile.inc |
| 90 |
- |
| 91 |
|
| 92 |
$(CORE_EXAMPLES_EXE): examples/%$(EXE_SUFFIX): examples/%.o $(CORE_LIB_FILE_RELEASE) |
| 93 |
$(CC) $^ -o $@ $(LDFLAGS) $(LINK_MATH) |