summaryrefslogtreecommitdiff
path: root/h/zephyr
diff options
context:
space:
mode:
authorGravatar Richard Basch <probe@mit.edu>1993-11-19 10:48:24 +0000
committerGravatar Richard Basch <probe@mit.edu>1993-11-19 10:48:24 +0000
commitfe427157e208b26b06132b5a1aa6ff06f28b451d (patch)
treedfca8ea1be9408f7579cce36397334a9bb094017 /h/zephyr
parente1927b1a1929fabdc50269a91ff1fc56a13cfc68 (diff)
New Athena imake rules
Diffstat (limited to 'h/zephyr')
-rw-r--r--h/zephyr/Imakefile16
1 files changed, 8 insertions, 8 deletions
diff --git a/h/zephyr/Imakefile b/h/zephyr/Imakefile
index ecefcd3..a1b33ef 100644
--- a/h/zephyr/Imakefile
+++ b/h/zephyr/Imakefile
@@ -11,14 +11,14 @@ SRCDIR= ${SRCTOP}/include/zephyr
HDRS= acl.h mit-copyright.h zephyr.h zephyr_conf.h zephyr_internal.h zsyslog.h
CODE= ${HDRS} Imakefile
-all:: zephyr_paths.h
+all depend:: zephyr_paths.h
-depend:: zephyr_paths.h
+clean::
+ $(RM) zephyr_paths.h
#ifdef KERBEROS
HaveKerberos=yes
#endif
-
#ifdef HESIOD
HaveHesiod=yes
#endif
@@ -26,10 +26,10 @@ HaveHesiod=yes
#define export_as(var,name) name=$(var) ; export name
#define export_var(var) export_as(var,var)
-zephyr_paths.h: $(BUILDTOP)/config/config.Imakefile
- @ export_var(ETCATHDIR) ; \
- export_as (ACLDIR,LIBDIR) ; \
- export_var(CLIENTDIR) ; \
+zephyr_paths.h:
+ @ export_as(ATHETCDIR,ETCATHDIR) ; \
+ export_as(ZLIBDIR,LIBDIR) ; \
+ export_as(ATHBINDIR,CLIENTDIR) ; \
export_var(HaveKerberos) ; \
export_var(HaveHesiod) ; \
- $(BUILDTOP)/tools/makepaths > zephyr_paths.h
+ $(PTOP)/tools/makepaths > zephyr_paths.h