diff options
| author | Keith Vetter <keithv@fusion.com> | 1995-06-03 02:46:46 +0000 |
|---|---|---|
| committer | Keith Vetter <keithv@fusion.com> | 1995-06-03 02:46:46 +0000 |
| commit | a6193eaae4caab349681cf43405cf9fc323efabc (patch) | |
| tree | 4e49c0c0ec9e03ebb429f23f2572617d786150ef /src/lib/crypto/des | |
| parent | a6eae6d985a95bd46e0ae18727258e1c1b2d555c (diff) | |
Made the shared library makefile changes not apply to the PC
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5938 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/des')
| -rw-r--r-- | src/lib/crypto/des/Makefile.in | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/src/lib/crypto/des/Makefile.in b/src/lib/crypto/des/Makefile.in index 45f91ec52..b50f30e01 100644 --- a/src/lib/crypto/des/Makefile.in +++ b/src/lib/crypto/des/Makefile.in @@ -45,7 +45,11 @@ SRCS= $(srcdir)/cs_entry.c \ $(srcdir)/weak_key.c \ $(OTHERSRCS) -all:: shared $(OBJS) +all:: all-$(WHAT) $(OBJS) + +all-unix:: shared +all-mac:: shared +all-windows:: shared: mkdir shared @@ -76,6 +80,11 @@ check-unix:: destest verify check-windows:: -clean:: +clean:: clean-$(what) $(RM) destest$(EXEEXT) verify$(EXEEXT) destest.$(OBJEXT) verify.$(OBJEXT) + +clean-unix:: + $(RM) shared/* +clean-mac:: $(RM) shared/* +clean-windows:: |
