#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
#	Copyright (c) 1984, 1985, 1986, 1987, 1988, 1989, 1990 Novell, Inc. All Rights Reserved.
#	  All Rights Reserved

#	THIS IS UNPUBLISHED PROPRIETARY SOURCE CODE OF Novell Inc.
#	The copyright notice above does not evidence any
#	actual or intended publication of such source code.

#ident	"@(#)oamintf:common/cmd/oamintf/syssetup/Makefile	1.4.10.3"
#ident "$Header: Makefile 2.0 91/07/12 $"

include $(CMDRULES)

HELPFILES=Help nodename.Help datetime.Help password.Help \
	filemaint.Help setup.Help

HELPDEST=syssetup/Help nodename/Help datetime/Help password/Help \
	file_maint/Help setup/Help

O_SHFILES=\
	dateset gettz syspwck syspwend datechk pswdstat
O_MSGFILES=\
	nextstep
O_DFILES=\
	syssetup.menu \
	datetime.menu nodename.menu \
	Form.datetime Menu.timezones Text.datenok Text.dateok \
	Form.nodename Text.nodenotok Text.nodeokay \
	Form.syspasswd Form.chgpasswd Menu.syspasswd Text.nologins \
	Text.setup Form.setup3 Form.setup4 Text.setup2 \
        Form.addpswd Menu.pgrp Menu.sgrp \
	Text.apswdok Text.apswdnok Text.allpasswd \
	Form.dateset Text.datedisp Form.nodeset Text.nodedisp \
	Form.setadmps Form.setchgps Text.ausrnok Text.dterr \
	Text.dtok Text.nderr Text.ndok Text.pserr Text.psok \
	Text.setlogerr Text.setpserr Text.setpsok Text.nochgs \
	Form.maint Text.mnok Text.mok

.MUTEX: all xinstall

all: $(O_SHFILES) $(O_MSGFILES)

$(O_MSGFILES):
	grep -v "^#ident" id.$(@) > $(@)

clean:

clobber: clean
	rm -f $(O_SHFILES) $(O_MSGFILES) 

lintit:
	:

size strip: all
	:

install: all xinstall

PROTO=Prototype
OBJECTS=$(HELPFILES) $(O_SHFILES) $(O_DFILES) $(O_MSGFILES) 
OBJDEST=$(HELPDEST)

include ../Install
