diff options
| author | Mark Eichin <eichin@mit.edu> | 1994-06-23 04:15:53 +0000 |
|---|---|---|
| committer | Mark Eichin <eichin@mit.edu> | 1994-06-23 04:15:53 +0000 |
| commit | fae1a55ec55988c93311ecdabdb1f91c4e787820 (patch) | |
| tree | 4558d8e178f275fbf5864bc6c81055a87dbe86d8 /src | |
| parent | 19ebf3fdf455610c14bd3f47f5419747120e0a91 (diff) | |
| download | krb5-fae1a55ec55988c93311ecdabdb1f91c4e787820.tar.gz krb5-fae1a55ec55988c93311ecdabdb1f91c4e787820.tar.xz krb5-fae1a55ec55988c93311ecdabdb1f91c4e787820.zip | |
clean version.*
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3899 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
| -rw-r--r-- | src/isode/compat/Makefile.in | 3 | ||||
| -rw-r--r-- | src/isode/pepsy/Makefile.in | 6 | ||||
| -rw-r--r-- | src/isode/psap/Makefile.in | 3 | ||||
| -rw-r--r-- | src/isode/support/Makefile.in | 2 |
4 files changed, 14 insertions, 0 deletions
diff --git a/src/isode/compat/Makefile.in b/src/isode/compat/Makefile.in index b1e82ac3e..2e79c6019 100644 --- a/src/isode/compat/Makefile.in +++ b/src/isode/compat/Makefile.in @@ -111,6 +111,9 @@ libcompat.a: compatvrsn.o compatvrsn.c: $(OFILES) @$(UTILDIR)version.sh compat > $@ +clean:: + $(RM) version.major version.minor version.local + l-libcompat:; $(LINT) $(LFLAGS) -DBINPATH=\"$(BINDIR)\" \ -DETCPATH=\"$(ETCDIR)\" -DSBINPATH=\"$(SBINDIR)\" \ -DLOGPATH=\"$(LOGDIR)\" $(CFILES) compatvrsn.c \ diff --git a/src/isode/pepsy/Makefile.in b/src/isode/pepsy/Makefile.in index 67ebadc9d..3996c6206 100644 --- a/src/isode/pepsy/Makefile.in +++ b/src/isode/pepsy/Makefile.in @@ -125,6 +125,12 @@ pepsy.o: pepsy.c pepsydefs.h $(HFILES) pepsyvrsn.c: $(PEPSY-O) $(UTILDIR)version.sh pepsy > $@ +clean:: + $(RM) version.major version.minor version.local + +clean:: + $(RM) pepsy pepsy.old xpepsy + pepsy-yacc.o: pepsy-yacc.c lex.c $(CC) $(CFLAGS) -c pepsy-yacc.c diff --git a/src/isode/psap/Makefile.in b/src/isode/psap/Makefile.in index c0653db35..ade691f16 100644 --- a/src/isode/psap/Makefile.in +++ b/src/isode/psap/Makefile.in @@ -136,6 +136,9 @@ libpsap.a: psapvrsn.o psapvrsn.c: $(OFILES) @$(UTILDIR)version.sh psap > $@ +clean:: + $(RM) version.major version.minor version.local + l-libpsap:; $(LINT) $(LFLAGS) $(CFILES) psapvrsn.c $(LLIBS) \ | grep -v "warning: possible pointer alignment problem" diff --git a/src/isode/support/Makefile.in b/src/isode/support/Makefile.in index f85470458..14c257b78 100644 --- a/src/isode/support/Makefile.in +++ b/src/isode/support/Makefile.in @@ -109,6 +109,8 @@ llib-lisode: $(LLIBS) isodevrsn.c: $(LIBES) @$(UTILDIR)version.sh isode > $@ +clean:: + $(RM) version.major version.minor version.local ################################################################ # clean |
