/**/#	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	"@(#)dtadmin:dtamlib/Imakefile	1.16"

#define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)'

         SRCS = \
		dtamgettxt.c\
		dtamICCCM.c\
		dtambuf.c\
		getent.c\
		owner.c\
		p3open.c

         OBJS = \
		dtamgettxt.o\
		dtamICCCM.o\
		dtambuf.o\
		getent.o\
		owner.o\
		p3open.o

      HEADERS = \
		owner.h\
		dtamlib.h 

     DTADMINSRC = $(USLCLIENTSRC)/dtadmin
     DTAMLIBSRC = $(DTADMINSRC)/dtamlib
        DTAMLIB = $(DTAMLIBSRC)/libdtam.a
    GIZMOLIBSRC = $(LIBSRC)/Gizmo
       GIZMOLIB = $(GIZMOLIBSRC)/libGizmo.so


     INCLUDES = -I$(LIBSRC) -I$(LIBSRC)/Xol -I$(USLCLIENTSRC)/libDtI -I$(GIZMOLIBSRC)
     LOCAL_LIBRARIES =  $(GIZMOLIB) XolClientLibs
     DEPLIBS =  $(GIZMOLIB) XolClientDepLibs
  SYS_LIBRARIES =   -lgen

NormalLibraryTarget(dtam,$(OBJS))

DependTarget()

install:: all
