|
|
| File: [Development] / failsafe / FailSafe-mgr / include / fsmgr / Makefile.am (download)
Revision 1.3, Mon Jul 24 22:36:22 2000 UTC (17 years, 3 months ago) by rusty
Added GPL/LGPL copyright headers & documentation for open source release, and removed CXFS stuff |
# Copyright (c) 2000 Silicon Graphics, Inc. All Rights Reserved. include $(top_srcdir)/common.am ### We want to install our config.h. It's DATA, not HEADERS, because it ### shouldn't be included in the distribution, and I think HEADERS might be. ##rhinc_DATA = config.h CLEANFILES += $(shell ls *.h) all-local: @headers='$(top_srcdir)/lib/*/*.h $(top_srcdir)/category/*/*.h $(top_srcdir)/association/*/*.h'; \ for header in $$headers; do \ if test -z "`echo $$header | fgrep fake/`" && \ test -e $$header && test ! -e `basename $$header`; then \ echo "$(LN_S) $$header ."; \ $(LN_S) $$header . ; \ fi; \ done