# $Source: /hpux/shared/supp//usr/src/cmd/fstyp/./makefile,v $
# $Revision: 78.3 $

# makefile for fstyp

# '+e' is extended ANSI/C mode.
FSTYP_FLAGS	= +e -Ae -D_HPUX_SOURCE -D_FILE_OFFSET_BITS=64 -D__STDC_EXT__

SRCS = fstyp.c hpux_rel.c

default: all

all:
	$(CC) -L. $(CFLAGS) $(LDFLAGS) $(FSTYP_FLAGS) -o fstyp $(SRCS) -lfs -lvxfs -lc
	gencat fstyp.cat fstyp.msg

clean: 
	rm -f *.o

clobber: clean
	rm -f fstyp fstyp.cat
