GNUmakefile 671 Bytes
#!smake
#
# Makefile for bbcard file system library
#

SUBDIR=fs

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 -I$(LIBDEPTH)/bb/bbcard

CFILES = fscreate.c fsinit.c fsopen.c fsdelete.c fsclose.c fsread.c fswrite.c \
	fsshuffle.c fsstat.c fssync.c fsdir.c fsrename.c fsrepair.c

LDIRT = 

sinclude locdefs

include $(LIBDEPTH)/librules

include $(PRDEPTH)/PRrules

install: default

clobber clean: