Modernize autotools usage (fix warnings)

This commit is contained in:
Carsten Teibes
2020-05-16 01:10:40 +02:00
parent 82fade4e35
commit 8c50361674
40 changed files with 641 additions and 582 deletions

View File

@@ -6,14 +6,14 @@ CCAS = $(CC)
AR = @PSP_AR@
RANLIB = @PSP_RANLIB@
INCLUDES = -I$(top_srcdir)/src/base \
CPPFLAGS = -I$(top_srcdir)/src/base \
-I$(top_srcdir)/src/kernel \
-I$(top_srcdir)/src/display \
-I$(top_srcdir)/src/ge \
-I$(top_srcdir)/src/user \
-I$(top_srcdir)/src/ctrl
CFLAGS = @PSPSDK_CFLAGS@
CCASFLAGS = $(CFLAGS) $(INCLUDES)
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
SCRPRINT_OBJS = pspDebugScreenInit.o pspDebugScreenPrintf.o pspDebugScreenKprintf.o