/* Copyright 1990 Network Computing Devices, Inc.  All rights reserved. */

/**/#ident "$NCDId: @(#)Imakefile,v 14.5 1991/04/03 13:02:23 jim Exp $"

#if (HasSunOSSharedLibraries == YES)
    LDOPTIONS = -Bstatic
#endif

      DEPLIBS = $(DEPXLIB)
LOCAL_LIBRARIES = $(XLIB)
         SRCS = xinitremote.c $(NCDVERSIONSRC)
         OBJS = xinitremote.o $(NCDVERSIONOBJ)
      DEFINES = -DTCPCONN -DBINDIR=\"$(BINDIR)\"

NCDMakeVersion(xinitremote)
ComplexProgramTarget(xinitremote)

