use same build path way also for prospero

This commit is contained in:
Mario Fetka
2024-05-27 17:24:46 +02:00
parent 1898d83f0a
commit d3589cd843
23 changed files with 68 additions and 73 deletions

View File

@@ -1,7 +1,6 @@
# Makefile for LIB/PSRV
SOURCEBASE = ../..
include $(SOURCEBASE)/Makefile.config
include $(PROSPERO_ROOT)/Makefile.config
SUBDIRS =

View File

@@ -1,5 +1,4 @@
SOURCEBASE = ../../..
include $(SOURCEBASE)/Makefile.config
include $(PROSPERO_ROOT)/Makefile.config
CFILES = \
glalloc.c \

View File

@@ -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)