[BACK]Return to Makefile.am CVS log [TXT][DIR] Up to [Development] / failsafe / FailSafe-mgr / misc

File: [Development] / failsafe / FailSafe-mgr / misc / Makefile.am (download)

Revision 1.1, Wed Jun 7 04:26:11 2000 UTC (17 years, 4 months ago) by rusty
Branch: MAIN

copied from Makefile

all-local:
	@echo "WARNING!!!  misc/Makefile.am doesn't handle productAttrs and other stuff!"

###!smake
##
##RHDEPTH = ..
##include $(RHDEPTH)/rhdefs
##
##TARGETS = sgifsmgr.privnames
##
##default: $(TARGETS)
##
##include $(RHRULES)
##
###
### sgifsmgr.privnames maps executable names in /usr/sysadm/privbin to
### human-readable names for display in privmgr(1M).
###
##sgifsmgr.privnames: ../i18n/uxsgisafs.h
##	rm -f $@
##	$(MKPRIVNAMES) ../i18n/uxsgisafs.h $@
##
##install : default version
##	$(INSTALL) -F /usr/lib/X11/app-chests -idb DESKTOP -m 444 cxmgr.chest
##	$(INSTALL) -F /var/sysadm/products/com.sgi.fsmgr/productAttrs -idb CXSERVER -m 444 1000.cx
##	$(INSTALL) -F /var/sysadm/products/com.sgi.fsmgr/productAttrs -idb FSSERVER -m 444 1000.fs
##	$(INSTALL) -F $(RHPRIVNAMESDIR) -idb CXSERVER -m 444 -src sgifsmgr.privnames sgicxmgr.privnames
##	$(INSTALL) -F /usr/lib/X11/app-chests -idb FSDESKTOP -m 444 fsmgr.chest
##	$(INSTALL) -F $(RHPRIVNAMESDIR) -idb FSSERVER -m 444 sgifsmgr.privnames
##
###if $(PRODUCT_PREFIX) == "fs"
##version:
##	$(INSTALL) -F /var/sysadm/products/com.sgi.fsmgr -idb FSSERVER -lns 2.5 version
###else
##version:
##	$(INSTALL) -F /var/sysadm/products/com.sgi.fsmgr -idb CXSERVER -lns 1.2 version
###endif