Changeset 179
- Timestamp:
- Jun 2, 2010 10:05:48 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
wxmtxy/trunk/Makefile
r178 r179 21 21 HOST := $(shell uname -n) 22 22 PYTHON := $(shell which python) 23 PYDOC := $(shell which pydoc) 23 24 ifeq ("$(HOST)", "regitte") 24 25 # regitte runs cygwin … … 30 31 # usaxscontrol.xor.aps.anl.gov needs APSshare version 31 32 PYTHON := /APSshare/bin/python 33 PYDOC := /APSshare/bin/pydoc 34 endif 35 ifeq ("$(HOST)", "gov.aps.anl.gov") 36 # gov.aps.anl.gov needs APSshare version 37 PYTHON := /APSshare/bin/python 38 PYDOC := /APSshare/bin/pydoc 32 39 endif 33 40 … … 47 54 48 55 pydoc :: 49 pydoc-w ./56 $(PYDOC) -w ./
Note: See TracChangeset
for help on using the changeset viewer.