Removed DEPTH, VDEPTH, and VPATH from makefiles.

This commit is contained in:
crs
2004-04-04 12:12:32 +00:00
parent ef908bf0bc
commit 083607345a
19 changed files with 94 additions and 132 deletions

View File

@@ -12,8 +12,6 @@
## Process this file with automake to produce Makefile.in
NULL =
DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \
makehook.dsp \
@@ -69,10 +67,10 @@ libplatform_a_SOURCES = \
CXWindowsUtil.h \
$(NULL)
INCLUDES = \
-I$(VDEPTH)/lib/common \
-I$(VDEPTH)/lib/arch \
-I$(VDEPTH)/lib/base \
-I$(VDEPTH)/lib/mt \
-I$(VDEPTH)/lib/io \
-I$(VDEPTH)/lib/synergy \
-I$(top_srcdir)/lib/common \
-I$(top_srcdir)/lib/arch \
-I$(top_srcdir)/lib/base \
-I$(top_srcdir)/lib/mt \
-I$(top_srcdir)/lib/io \
-I$(top_srcdir)/lib/synergy \
$(NULL)