source: vmdshow/trunk/Makefile.in @ 5065

Last change on this file since 5065 was 5065, checked in by ldelgass, 10 years ago

add configure/Makefile for vmdshow

File size: 179 bytes
Line 
1LOGDIR=@LOGDIR@
2STATSDIR=@STATSDIR@
3RPDIR=@prefix@
4
5install:
6        install -m 0644 vmdserver.tcl $(RPDIR)/lib/vmd
7
8clean:
9        $(RM) *~
10
11distclean: clean
12        $(RM) -r autom4te.cache Makefile
Note: See TracBrowser for help on using the repository browser.