WiiFlow_Lite/portlibs/sources/libcustomfat/Makefile
fix94.1 30bc03c9fa -updated libntfs-wii to version 2012.1.15
-updated libext2fs to e2fsprogs 1.42
-updated libfat to R4883
Thanks to USB Loader GX for the new libs
2012-04-22 17:40:21 +00:00

32 lines
586 B
Makefile

ifeq ($(strip $(DEVKITPRO)),)
$(error "Please set DEVKITPRO in your environment. export DEVKITPRO=<path to>devkitPro)
endif
export TOPDIR := $(CURDIR)
export LIBFAT_MAJOR := 1
export LIBFAT_MINOR := 0
export LIBFAT_PATCH := 10
export VERSTRING := $(LIBFAT_MAJOR).$(LIBFAT_MINOR).$(LIBFAT_PATCH)
default: release
all: release
release: include/libfatversion.h wii-release
wii-release:
$(MAKE) -C libogc PLATFORM=wii BUILD=wii_release
clean: ogc-clean
ogc-clean:
$(MAKE) -C libogc clean
install: ogc-install
ogc-install: cube-release wii-release
$(MAKE) -C libogc install