diff options
| author | John Kohl <jtkohl@mit.edu> | 1991-03-12 16:48:58 +0000 |
|---|---|---|
| committer | John Kohl <jtkohl@mit.edu> | 1991-03-12 16:48:58 +0000 |
| commit | d52d527df4698638d0e6b4e1228de3e40b9ccb3b (patch) | |
| tree | a595579e741ac3172d59d059b5026bca150cf1e5 /src/config | |
| parent | 6d3d0301b88767c3b9df1b751a0360c578eed0e6 (diff) | |
pepsy changes
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1881 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/config')
| -rw-r--r-- | src/config/Project.tmpl | 33 | ||||
| -rw-r--r-- | src/config/site.def | 11 |
2 files changed, 18 insertions, 26 deletions
diff --git a/src/config/Project.tmpl b/src/config/Project.tmpl index ab3ffc1b8..dd5a03b7c 100644 --- a/src/config/Project.tmpl +++ b/src/config/Project.tmpl @@ -30,17 +30,12 @@ #ifndef ComErrLib #define ComErrLib -lcom_err #endif -#ifndef PosyFlags -#define PosyFlags -f -h2 -a -s +#ifndef PepsyFlags +#define PepsyFlags -f -h0 -a -s +/* -h2 breaks pepsy, ARRGH! */ #endif -#ifndef PepyFlags -#define PepyFlags -a PY_advise -P -s -r -#endif -#ifndef PepyCmd -#define PepyCmd pepy -#endif -#ifndef PosyCmd -#define PosyCmd posy +#ifndef PepsyCmd +#define PepsyCmd pepsy #endif #ifndef ArAddCmd #define ArAddCmd ar cruv @@ -59,12 +54,14 @@ #define DesDefines YouMustFigureOutYourDesDefines #endif -#ifndef PepyPosyRules -#define PepyPosyRules() @@\ +#ifndef PepsyTarget +#define PepsyTarget(basename) @@\ .SUFFIXES: .py @@\ -.py.c: @@\ - $(PEPY) $(PYFLAGS) $< -#endif /* PepyPosyRules */ +basename/**/_tables.c: basename-asn.py @@\ + @echo '***Ignore the warning message "Warning: Can'\''t find UNIV.ph failed"' @@\ + $(PEPSY) $(PSYFLAGS) basename-asn.py @@\ +basename-types.h: basename/**/_tables.c +#endif /* PepsyTarget */ #ifndef ErrorTableObjectRule @@ -255,10 +252,8 @@ P_PROTOS=-UUseNarrowPrototypes TOP_INCLUDES = -I$(TOP)/include $(STDC_TOP_INCLUDES) CONFIGSRC = $(TOP)/config ISODE = IsodeDir - POFLAGS = PosyFlags - PYFLAGS = PepyFlags - PEPY = PepyCmd - POSY = PosyCmd + PSYFLAGS = PepsyFlags + PEPSY = PepsyCmd TOUCH = TouchCmd IMAKE = ImakeCmd DEPEND = DependCmd diff --git a/src/config/site.def b/src/config/site.def index 3a276c1ac..14de28837 100644 --- a/src/config/site.def +++ b/src/config/site.def @@ -78,15 +78,12 @@ library. This might want to be -lisode if you have it installed. IsodeDir is put into the 'make' variable ISODE. */ -#define IsodeLib -L/mit/isode/isode-6.0/@sys/lib -lisode -#define IsodeDir /mit/isode/isode-6.0 +#define IsodeLib -L/mit/isode/isode-6.8/@sys/lib -lisode +#define IsodeDir /mit/isode/isode-6.8 -/* Re-define PepyCmd and PosyCmd if pepy & posy aren't in your search - path. */ - -#define PepyCmd $(ISODE)/@sys/bin/pepy -#define PosyCmd $(ISODE)/@sys/bin/posy +/* Re-define PepsyCmd if pepsy isn't in your search path. */ +#define PepsyCmd $(ISODE)/@sys/bin/pepsy #define UseImakeInstalled /* -- turn on if you have imake installed */ #define UseMakedependInstalled /* -- turn on if you have makedepend installed */ |
