GNUmakefile 822 Bytes
#!smake
#
# Makefile for pfs library subdirectory
#

SUBDIR=pfs

COMMONPREF=$(SUBDIR)

PRDEPTH=$(ROOT)/PR
include $(PRDEPTH)/PRdefs

LIBDEPTH=$(ROOT)/PR/libultra
include $(LIBDEPTH)/libdefs

sinclude ../companydefs

#LCOPTS = -non_shared -mips2 -fullwarn -G 0 -wlint,-f -woff 819,826,852
LCOPTS = -non_shared -mips2 -Wall -G 0
LCINCS = -I. -I$(LIBDEPTH)/include -I$(PRDEPTH)/include

CFILES = pfsreformat.c pfschecker.c pfsinit.c pfsallocatefile.c \
		pfsdeletefile.c pfsreadwritefile.c pfsfilestate.c \
		pfssearchfile.c pfssetlabel.c pfsgetlabel.c pfsisplug.c \
		pfsfreeblocks.c pfsnumfiles.c pfsinitpak.c \
		pfsrepairid.c pfsgetstatus.c pfsselectbank.c contpfs.c \
		contramread.c contramwrite.c

LDIRT = 

sinclude locdefs

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default

clobber clean: