source:
vmdshow/trunk/Makefile.in
@
5065
Last change on this file since 5065 was 5065, checked in by ldelgass, 10 years ago | |
---|---|
File size: 179 bytes |
Line | |
---|---|
1 | LOGDIR=@LOGDIR@ |
2 | STATSDIR=@STATSDIR@ |
3 | RPDIR=@prefix@ |
4 | |
5 | install: |
6 | install -m 0644 vmdserver.tcl $(RPDIR)/lib/vmd |
7 | |
8 | clean: |
9 | $(RM) *~ |
10 | |
11 | distclean: clean |
12 | $(RM) -r autom4te.cache Makefile |
Note: See TracBrowser
for help on using the repository browser.