|
|
| File: [Development] / projects / failsafe / FailSafe-mgr / misc / Makefile.am (download)
Revision 1.5, Mon Sep 11 22:44:53 2000 UTC (17 years, 1 month ago) by rusty
removing fsmgr.chest. |
# 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