/**/#	Copyright (c) 1990, 1991, 1992, 1993, 1994 Novell, Inc. All Rights Reserved.
/**/#	Copyright (c) 1993 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	"@(#)olps:Imakefile	1.27"

          SRCS = \
		 callbacks.c \
		 dsimple.c \
		 dump.c \
		 error.c \
                 main.c \
		 misc.c \
		 prop.c \
                 undump.c

         OBJS = \
		 callbacks.o \
		 dsimple.o \
		 dump.o \
		 error.o \
                 main.o \
		 misc.o \
		 prop.o \
                 undump.o
       
       HEADERS = \
		 olps.icon \
		 window.curs \
		 area.curs \
		 externs.h \
		 main.h


         INCLUDES = -I$(LIBSRC) -I$(LIBSRC)/Xol -I$(INCLUDE_EXTENSION)
  LOCAL_LIBRARIES = XolClientLibs
          DEPLIBS = XolClientDepLibs
          DEFINES = 
    SYS_LIBRARIES = -lm


ComplexProgramTarget(olprintscreen)

InstallDesktopClient($(BINDIR)/olprintscreen,$(DESKTOPDIR)/Utilities/Screen_Dump)

install:: olps.ad
	$(INSTALL) $(INSTAPPFLAGS) olps.ad $(XAPPLOADDIR)
	$(MV) $(XAPPLOADDIR)/olps.ad $(XAPPLOADDIR)/olprintscreen

InstallAppDefaults(olps_msgs)
