ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/SCRAM/src/Py-main.mk
Revision: 1.2
Committed: Fri Dec 10 13:57:46 2004 UTC (20 years, 5 months ago) by sashby
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
State: FILE REMOVED
Error occurred while calculating annotation data.
Log Message:
*** empty log message ***

File Contents

# Content
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