Changeset 20381 for juggler/branches/2.2/Makefile.docs
- Timestamp:
- 06/28/07 15:11:01 (1 year ago)
- Files:
-
- juggler/branches/2.2/Makefile.docs (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
juggler/branches/2.2/Makefile.docs
r19754 r20381 40 40 # TWEEK_BASE_DIR - The root directory of a Tweek Java API installation 41 41 # (using <buildir>/instlinks works fine). 42 # TWEEK_VERSION - The version of the Tweek Java API installation (see 43 # modules/tweek/VERSION). 42 44 # JCCL_BASE_DIR - The root directory of a JCCL Java API installation 43 45 # (using <buildir>/instlinks works fine). 46 # JCCL_VERSION - The version of the JCCL Java API installation (see 47 # modules/jackal/VERSION). 44 48 # 45 49 # Furthermore, the 'doxygen' command must be in the user's path, and it is … … 84 88 $(warning TWEEK_BASE_DIR is not set) 85 89 endif 90 ifndef TWEEK_VERSION 91 $(warning TWEEK_VERSION is not set) 92 endif 86 93 ifndef JCCL_BASE_DIR 87 94 $(warning JCCL_BASE_DIR is not set) 95 endif 96 ifndef JCCL_VERSION 97 $(warning JCCL_VERSION is not set) 88 98 endif 89 99 @for dir in $(SUBDIR) ; do \
