fixes to get vpath builds working (necessary for `make distcheck').

This commit is contained in:
crs 2002-07-31 17:34:05 +00:00
parent fae797e220
commit 5bb5542a13
14 changed files with 58 additions and 44 deletions

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = . DEPTH = .
VDEPTH = ./$(VPATH)
SUBDIRS = \ SUBDIRS = \
lib \ lib \

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = .. DEPTH = ..
VDEPTH = ./$(VPATH)/$(DEPTH)
SUBDIRS = \ SUBDIRS = \
synergy \ synergy \

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
synergy.dsp \ synergy.dsp \
@ -32,11 +33,11 @@ synergy_LDADD = \
$(X_EXTRA_LIBS) \ $(X_EXTRA_LIBS) \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
-I$(DEPTH)/lib/net \ -I$(VDEPTH)/lib/net \
-I$(DEPTH)/lib/synergy \ -I$(VDEPTH)/lib/synergy \
-I$(DEPTH)/lib/platform \ -I$(VDEPTH)/lib/platform \
-I$(DEPTH)/lib/client \ -I$(VDEPTH)/lib/client \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
synergyd.dsp \ synergyd.dsp \
@ -33,12 +34,12 @@ synergyd_LDADD = \
$(X_EXTRA_LIBS) \ $(X_EXTRA_LIBS) \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
-I$(DEPTH)/lib/http \ -I$(VDEPTH)/lib/http \
-I$(DEPTH)/lib/net \ -I$(VDEPTH)/lib/net \
-I$(DEPTH)/lib/synergy \ -I$(VDEPTH)/lib/synergy \
-I$(DEPTH)/lib/platform \ -I$(VDEPTH)/lib/platform \
-I$(DEPTH)/lib/server \ -I$(VDEPTH)/lib/server \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = .. DEPTH = ..
VDEPTH = ./$(VPATH)/$(DEPTH)
SUBDIRS = \ SUBDIRS = \
base \ base \

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
base.dsp \ base.dsp \

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
client.dsp \ client.dsp \
@ -25,10 +26,10 @@ libclient_a_SOURCES = \
ISecondaryScreenFactory.h \ ISecondaryScreenFactory.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
-I$(DEPTH)/lib/net \ -I$(VDEPTH)/lib/net \
-I$(DEPTH)/lib/synergy \ -I$(VDEPTH)/lib/synergy \
-I$(DEPTH)/lib/platform \ -I$(VDEPTH)/lib/platform \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
http.dsp \ http.dsp \
@ -18,7 +19,7 @@ libhttp_a_SOURCES = \
XHTTP.h \ XHTTP.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
io.dsp \ io.dsp \
@ -29,6 +30,6 @@ libio_a_SOURCES = \
XIO.h \ XIO.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
mt.dsp \ mt.dsp \
@ -27,5 +28,5 @@ libmt_a_SOURCES = \
XThread.h \ XThread.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
net.dsp \ net.dsp \
@ -32,7 +33,7 @@ libnet_a_SOURCES = \
XSocket.h \ XSocket.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
makehook.dsp \ makehook.dsp \
@ -54,7 +55,7 @@ EXTRA_libplatform_a_SOURCES = \
CUnixPlatform.cpp \ CUnixPlatform.cpp \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/synergy \ -I$(VDEPTH)/lib/synergy \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
server.dsp \ server.dsp \
@ -33,11 +34,11 @@ libserver_a_SOURCES = \
IPrimaryScreenFactory.h \ IPrimaryScreenFactory.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
-I$(DEPTH)/lib/http \ -I$(VDEPTH)/lib/http \
-I$(DEPTH)/lib/net \ -I$(VDEPTH)/lib/net \
-I$(DEPTH)/lib/synergy \ -I$(VDEPTH)/lib/synergy \
-I$(DEPTH)/lib/platform \ -I$(VDEPTH)/lib/platform \
$(NULL) $(NULL)

View File

@ -1,6 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
NULL = NULL =
DEPTH = ../.. DEPTH = ../..
VDEPTH = ./$(VPATH)/$(DEPTH)
EXTRA_DIST = \ EXTRA_DIST = \
libsynergy.dsp \ libsynergy.dsp \
@ -38,8 +39,8 @@ libsynergy_a_SOURCES = \
XSynergy.h \ XSynergy.h \
$(NULL) $(NULL)
INCLUDES = \ INCLUDES = \
-I$(DEPTH)/lib/base \ -I$(VDEPTH)/lib/base \
-I$(DEPTH)/lib/mt \ -I$(VDEPTH)/lib/mt \
-I$(DEPTH)/lib/io \ -I$(VDEPTH)/lib/io \
-I$(DEPTH)/lib/net \ -I$(VDEPTH)/lib/net \
$(NULL) $(NULL)