qw_common is DEAD - removed cruft.

This commit is contained in:
Joseph Carter 2000-04-05 14:32:06 +00:00
parent 7c0eb6947d
commit 8ce9970c91
2 changed files with 0 additions and 9 deletions

View File

@ -3,7 +3,6 @@
COMMON_DIR := $(PROJECT_DIR)/common
TARGET_DIR := $(top_builddir)/targets
QW_COMMON_DIR := $(PROJECT_DIR)/qw_common
BUILD_DIR := $(TARGET_DIR)/$(MODULE)
OBJ_PATTERN += $(BUILD_DIR)/common_lib/%.@OBJEXT@ $(BUILD_DIR)/%.@OBJEXT@
@ -68,10 +67,3 @@ $(OBJ_PATTERN): $(COMMON_DIR)/%.s
@DIR=$(@D); $(MAKE_SURE_DIR)
$(CC) $(CFLAGS) -x assembler-with-cpp -o $@ -c $<
$(OBJ_PATTERN): $(QW_COMMON_DIR)/%.c
@DIR=$(@D); $(MAKE_SURE_DIR)
$(CC) $(CFLAGS) -o $@ -c $<
$(OBJ_PATTERN): $(QW_COMMON_DIR)/%.s
@DIR=$(@D); $(MAKE_SURE_DIR)
$(CC) $(CFLAGS) -x assembler-with-cpp -o $@ -c $<

View File

@ -144,7 +144,6 @@ CL_COMMON_SRC = $(MISC_SRC) $(CL_GUI_SRC) $(CL_SRC) \
# Directory specific stuff
#
CFLAGS += -DQUAKEWORLD
INCLUDES += -I$(QW_COMMON_DIR)
LDFLAGS += @SOUND_LIBS@
GENERAL_SRC = $(CL_COMMON_SRC) \