/**/# @(#)Imakefile	1.4 11/16/93

/**/# Note: Sun users should use the supplied Makefile.  But if you need
/**/# to use imake, uncomment this line if you are compiling for Solaris 2.
/**/# SOLARIS2 = -DSYSV

/**/# Set this to the manual section where you want to install workmandb.man
DBMANSECTION = 5

/**/# And you shouldn't need to touch anything below this.


#include <XView.tmpl>
#include "WorkMan.tmpl"

#define HasInfoFiles YES

DEFINES = $(SOLARIS2)
DEPLIBS = XViewClientDepLibs

#ifdef SonyArchitecture
LOCAL_LIBRARIES = XViewClientLibs -lCD
#else
LOCAL_LIBRARIES = XViewClientLibs
#endif

INFOFILES = workman.info

SRCS = cdinfo.c database.c display.c hardware.c setup.c ui_cdinfo.c \
	workman_stubs.c

OBJS = cdinfo.o database.o display.o hardware.o setup.o ui_cdinfo.o \
	workman_stubs.o

ComplexProgramTarget(workman)

InstallSpecialManPage(workmandb,$(DBMANSECTION))

#ifdef UltrixArchitecture
SpecialObjectRule(database.o,database.c,-Olimit 600);
#endif

#include <XView.prog>

