mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-09 02:48:54 +00:00
Small cleanups to Makefile.libogc
This commit is contained in:
parent
7156de52c4
commit
7ca508d516
@ -34,7 +34,6 @@ export BTEDIR := $(BASEDIR)/wii/libogc/lwbt
|
||||
export WIIUSEDIR := $(BASEDIR)/wii/libogc/wiiuse
|
||||
export LIBWIIKEYB := $(BASEDIR)/wii/libogc/libwiikeyboard
|
||||
export STUBSDIR := $(BASEDIR)/wii/libogc/lockstubs
|
||||
export DEPS := $(BASEDIR)/wii/libogc/deps
|
||||
export LIBS := $(BASEDIR)/wii/libogc/libs
|
||||
|
||||
export INCDIR := $(BASEDIR)/wii/libogc/include
|
||||
@ -44,7 +43,6 @@ else
|
||||
#---------------------------------------------------------------------------------
|
||||
|
||||
export LIBDIR := $(LIBS)/$(PLATFORM)
|
||||
export DEPSDIR := $(DEPS)/$(PLATFORM)
|
||||
|
||||
#---------------------------------------------------------------------------------
|
||||
endif
|
||||
@ -155,7 +153,6 @@ wii: $(BASEDIR)/wii/libogc/include/ogc/libversion.h
|
||||
#---------------------------------------------------------------------------------
|
||||
@[ -d $(INCDIR) ] || mkdir -p $(INCDIR)
|
||||
@[ -d $(LIBS)/wii ] || mkdir -p $(LIBS)/wii
|
||||
@[ -d $(DEPS)/wii ] || mkdir -p $(DEPS)/wii
|
||||
@[ -d wii ] || mkdir -p wii
|
||||
@$(MAKE) PLATFORM=wii libs -C wii -f $(CURDIR)/Makefile.libogc
|
||||
|
||||
@ -164,7 +161,6 @@ cube: $(BASEDIR)/wii/libogc/include/ogc/libversion.h
|
||||
#---------------------------------------------------------------------------------
|
||||
@[ -d $(INCDIR) ] || mkdir -p $(INCDIR)
|
||||
@[ -d $(LIBS)/cube ] || mkdir -p $(LIBS)/cube
|
||||
@[ -d $(DEPS)/cube ] || mkdir -p $(DEPS)/cube
|
||||
@[ -d cube ] || mkdir -p cube
|
||||
@$(MAKE) PLATFORM=cube libs -C cube -f $(CURDIR)/Makefile.libogc
|
||||
|
||||
@ -265,5 +261,3 @@ clean:
|
||||
docs: install-headers
|
||||
#---------------------------------------------------------------------------------
|
||||
doxygen libogc.dox
|
||||
|
||||
-include $(DEPSDIR)/*.d
|
||||
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user