mirror of
https://github.com/pspdev/pspsdk.git
synced 2026-01-04 22:30:34 +00:00
Modernize autotools usage (fix warnings)
This commit is contained in:
@@ -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/user \
|
||||
-I$(top_srcdir)/src/net \
|
||||
-I$(top_srcdir)/src/utility \
|
||||
-I$(top_srcdir)/src/debug
|
||||
CFLAGS = @PSPSDK_CFLAGS@
|
||||
CCASFLAGS = $(CFLAGS) $(INCLUDES)
|
||||
CCASFLAGS = $(CFLAGS) $(CPPFLAGS)
|
||||
|
||||
libpspsdkincludedir = @PSPSDK_INCLUDEDIR@
|
||||
libpspsdkinclude_HEADERS = pspsdk.h
|
||||
|
||||
Reference in New Issue
Block a user