head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2003.09.12.18.45.07;	author johns;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.12.18.30.46;	author johns;	state Exp;
branches;
next	;


desc
@@


1.2
log
@updated with info message
@
text
@##
## Makefile for Simple Interactive MD interface example program
##

CC = cc
CXX = CC

testimd : testimd.c vmdsock.c imd.h imd.c
	$(CC) $(CFLAGS) testimd.c vmdsock.c imd.c -o testimd  -lnsl -lsocket
	@@echo "See the README file for info on running this test code..."

clean :
	rm -f *.o testimd
@


1.1
log
@Initial revision
@
text
@d8 3
a10 2
testimd : testimd.c vmdsock.c imd.h imd.C
	$(CXX) $(CFLAGS) testimd.c vmdsock.c imd.C -o testimd  -lnsl -lsocket
a11 1

@
