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

XCOMM $NCDId: @(#)Imakefile,v 14.6 1991/03/30 17:44:50 jim Exp $

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

INCLUDES = -I$(TOP)/server/include
DEFINES = -DBYTESTREAM_DAEMON

OBJS = \
	main.o \
	dixutils.o \
	osdep.o \
	ppp.o \
	compress_lzw.o \
	bytestream.o \
	bs_unix.o \
	$(NCDVERSIONOBJ) 

SRCS = \
	main.c \
	dixutils.c \
	osdep.c \
	ppp.c \
	compress_lzw.c \
	bytestream.c \
	bs_unix.c \
	$(NCDVERSIONSRC)

all::

depend:: bs_unix.c bytestream.c compress_lzw.c ppp.c ppp.h structs.h

LinkSourceFile(bs_unix.c,transports)
LinkSourceFile(bytestream.c,transports)
LinkSourceFile(compress_lzw.c,transports)
LinkSourceFile(ppp.c,transports)
LinkSourceFile(ppp.h,transports)
LinkSourceFile(structs.h,transports)

NCDMakeVersion(Xremote)
ComplexProgramTarget(Xremote)

