/**/#	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	"@(#)dtedit:Imakefile	1.24"

#ifdef Release5
#include <sv4Lib.tmpl>
#endif

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

           STAR = *
      DNDLIBSRC = $(LIBSRC)/DnD
       DTLIBSRC = $(LIBSRC)/Dt
      DTILIBSRC = $(USLCLIENTSRC)/libDtI
          DTLIB = $(DTLIBSRC)/libDt.so
         DTILIB = $(DTILIBSRC)/libDtI.so
       GIZMOSRC = $(LIBSRC)/Gizmo
       GIZMOLIB = $(GIZMOSRC)/libGizmo.so


          DEBUG = 

          SRCS1 = \
		 Margin.c \
		 editor.c \
                 menu.c \
                 file.c \
                 edit.c \
                 view.c \
                 help.c \
                 prop.c \
                 find.c \
                 quit.c

          OBJS1 = \
		 Margin.o \
		 editor.o \
                 menu.o \
                 file.o \
                 edit.o \
                 view.o \
                 help.o \
                 prop.o \
                 find.o \
                 quit.o

          HDRS1 = \
		 Margin.h \
		 editor.h \
                 menu.h \
                 file.h \
                 edit.h \
                 view.h \
                 help.h \
                 prop.h \
                 find.h \
                 quit.h

          PROG1 = dtedit

           OBJS = $(OBJS1)
           SRCS = $(SRCS1)
           HDRS = $(HDRS1)
          PROGS = $(PROG1)

       INCLUDES = -I./ -I$(LIBSRC) -I$(LIBSRC)/Xol \
                  -I$(DTLIBSRC) \
                  -I$(DNDLIBSRC) \
                  -I$(DTILIBSRC) \
                  -I$(GIZMOSRC)
LOCAL_LIBRARIES = $(DTLIB) $(DTILIB) $(GIZMOLIB) XolClientLibs
  SYS_LIBRARIES = -lgen
        DEPLIBS = $(DTLIB) $(DTILIB) $(GIZMOLIB) XolClientDepLibs

all:: $(PROGS)

ComplexProgramTarget($(PROG1))

/*
 * FIX: when the Imake rules are fixed
 */
clobber:: clean
	$(RM) $(PROGS)

InstallMsgCatalog(dtedit)
InstallDesktopClient($(BINDIR)/$(PROG1),$(DESKTOPDIR)/Applications/Text_Editor)
