# Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. include $(top_srcdir)/common.am fsProductAttrs_DATA = 1000.fs 1000.os # this is pretty lame. 1000.os: echo "os:`uname`" > $@ ## The original version link stuff created a different version number ## depending on whether this was cx or fs. install-exec-hook: @echo "Creating product version link" $(mkinstalldirs) $(DESTDIR)@FSPRODDIR@ rm -f $(DESTDIR)@FSPRODDIR@/version $(LN_S) $(VERSION) $(DESTDIR)@FSPRODDIR@/version EXTRA_DIST = 1000.fs fsmgr.chest