16 lines
224 B
Makefile
16 lines
224 B
Makefile
# Makefile libsc/fs
|
|
#
|
|
# $Revision: 1.3 $
|
|
|
|
SCDEPTH=..
|
|
include ${SCDEPTH}/libscdefs
|
|
|
|
#
|
|
# Set up to build endian dependent objects
|
|
OBJECTDIR=$(TARGETDIR)
|
|
LIBPATH=$(LIBNAME)
|
|
|
|
CFILES= efs.c is_vh.c sdvh.c
|
|
|
|
include $(LIBSCRULES)
|