ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Py-main.mk
Revision: 1.1
Committed: Tue Dec 11 10:05:04 2001 UTC (23 years, 5 months ago) by sashby
Branch: MAIN
CVS Tags: V0_19_7, V0_19_6, V0_19_6p1, V0_19_5, SFATEST, V0_19_4, V0_19_4_pre3, V0_19_4_pre2, V0_19_4_pre1, V0_19_3, V0_19_2, V0_19_1
Branch point for: SCRAM_V1_BRANCH, V0_19_4_B
Log Message:
*** empty log message ***

File Contents

# User Rev Content
1 sashby 1.1 #
2     # Python makefile (originally from VI)
3     #
4    
5     SYSDIR = ${RELEASETOP}/src/Utilities/Configuration/src
6     DUMMYVAR:= ${shell if [ -d ${RELEASETOP}/src/Utilities/Configuration/src ]; then echo "ok";fi;}
7    
8     ifneq ($(DUMMYVAR),ok)
9     SYSDIR = ${TOPDIR}/Utilities/Configuration/src
10     endif
11    
12     me :
13     @echo $(DUMMYVAR) ${SYSDIR}
14    
15    
16     include ${TOOL_HOME}/SWIG.mk
17    
18     all: $(WRAPPERS) $(PYMODULES)
19