1
0
Files
irix-657m-src/eoe/cmd/xfs/fsr/Makefile
T
2022-09-29 17:59:04 +03:00

25 lines
586 B
Makefile

#!smake
#ident "$Id: Makefile,v 1.2 1999/03/06 18:22:28 cwf Exp $"
include ${ROOT}/usr/include/make/commondefs
CFILES= fsr_xfs.c jdm.c
TARGETS= fsr_xfs
LCDEFS = -D_SGI_SOURCE -D_SGI_MP_SOURCE -D_SGI_REENTRANT_FUNCTIONS -DCLRMTAUD -DEXTATTR -DBASED -DDOSOCKS -DINVCONVFIX -DSIZEEST -DPIPEINVFIX -DBANYAN -DFICUS -DNDEBUG
LLDLIBS= -B static -ldm
LCOPTS= -fullwarn
default: ${TARGETS}
include ${COMMONRULES}
fsr_xfs: ${OBJECTS}
${CCF} ${OBJECTS} ${LDFLAGS} -o $@
fsrtst: fsrtst.c
${CCF} fsrtst.c -o $@
install: $(TARGETS)
$(INSTALL) -u root -g sys -m 755 -F /usr/etc $(TARGETS)