use same build path way also for prospero
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# Makefile for Prospero Directory Service ARDP library.
|
||||
SOURCEBASE = ../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
CFLAGS += -I$(ARCHIE_ROOT)/include
|
||||
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# Makefile for Prospero Directory Service ARDP library.
|
||||
SOURCEBASE = ../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
CFILES = ardp_abort.c \
|
||||
ardp_accept.c \
|
||||
|
||||
@@ -3,8 +3,7 @@
|
||||
# where client-side filters are not loadable.
|
||||
# This is the default distributed version.
|
||||
|
||||
SOURCEBASE=../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
CFILES = \
|
||||
nl_apply_fil.c
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SOURCEBASE = ../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
# There used to be a lib/pcompat/Makefile.pcompat and a separate
|
||||
# lib/pcompat/Makefile.nopcompat.
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
#
|
||||
# Makefile for Prospero Directory Service PFS library.
|
||||
SOURCEBASE = ../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
CFILES = \
|
||||
acalloc.c \
|
||||
@@ -248,7 +247,7 @@ ${PFS_LIB}: ${OBJECTS}
|
||||
$(RANLIB) ${PFS_LIB}
|
||||
|
||||
## This will cuse there to be too many dependencies for TAGS and ETAGS
|
||||
## include $(SOURCEBASE)/Makefile.boilerplate
|
||||
## include $(PROSPERO_ROOT)/Makefile.boilerplate
|
||||
|
||||
# Dependencies
|
||||
acalloc.o : ../../include/pmachine.h \
|
||||
|
||||
@@ -1,7 +1,6 @@
|
||||
# Makefile for LIB/PSRV
|
||||
|
||||
SOURCEBASE = ../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
SUBDIRS =
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SOURCEBASE = ../../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
CFILES = \
|
||||
glalloc.c \
|
||||
|
||||
@@ -12,8 +12,7 @@
|
||||
# this file has different configuration ideas from the rest of Prospero.
|
||||
# this is a problem.
|
||||
|
||||
SOURCEBASE=../../..
|
||||
include $(SOURCEBASE)/Makefile.config
|
||||
include $(PROSPERO_ROOT)/Makefile.config
|
||||
|
||||
# Note that not all versions of make will support this construct.
|
||||
CFLAGS += $(WCFLAGS)
|
||||
|
||||
Reference in New Issue
Block a user