/**
 ** File:   Imakefile
 ** Date:   Sun Oct 15 1995
 ** Author: Merijn de Jonge
 ** Email:  mdejonge@fwi.uva.nl
 **
 ** This file is part of the modem communication package.
 **
 ** Copyright (C) 1995 Merijn de Jonge.
 **
 ** THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR IMPLIED
 ** WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF
 ** MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 ** 
 ** Redistribution and use in source and binary forms are permitted provided
 ** that: (1) source distributions retain this entire copyright notice and
 ** comment, and (2) distributions may not be sold for profit on physical
 ** media such as disks, tapes, and CD-ROMS, without expressed written
 ** permission.
 ** 
 **/
SRCS=dialI.c dialingI.c errorI.c\
     statusI.c loginI.c interface.c\
     loginMsgI.c xmio.c
OBJS=dialI.o dialingI.o errorI.o\
     statusI.o loginI.o interface.o\
     loginMsgI.o xmio.o

DEFINES=
INCLUDES=-I.

NormalLibraryTarget(dialogs,$(OBJS))
DependTarget()

/* EOF Imakefile */
