diff options
author | Greg Hudson <ghudson@mit.edu> | 2010-11-28 01:36:42 +0000 |
---|---|---|
committer | Greg Hudson <ghudson@mit.edu> | 2010-11-28 01:36:42 +0000 |
commit | 505ae39e1f5ef32013b0e95ff487de28663680cf (patch) | |
tree | 34c0858af3f8934170366fcbc1f2e6744be37041 /src/lib/crypto/openssl/camellia/Makefile.in | |
parent | d5160f60f49585a6208c9107f9a65a7fdc2087ba (diff) | |
download | krb5-505ae39e1f5ef32013b0e95ff487de28663680cf.tar.gz krb5-505ae39e1f5ef32013b0e95ff487de28663680cf.tar.xz krb5-505ae39e1f5ef32013b0e95ff487de28663680cf.zip |
Use for loops for recursion in the Windows build, cutting down on the
verbiage in Makefile.in files. For correctness of output, every
Makefile.in mydir= definition is changed to use $(S) instead of /.
ticket: 6826
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@24536 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/crypto/openssl/camellia/Makefile.in')
-rw-r--r-- | src/lib/crypto/openssl/camellia/Makefile.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/lib/crypto/openssl/camellia/Makefile.in b/src/lib/crypto/openssl/camellia/Makefile.in index 5e36d50702..c300cd4550 100644 --- a/src/lib/crypto/openssl/camellia/Makefile.in +++ b/src/lib/crypto/openssl/camellia/Makefile.in @@ -2,15 +2,11 @@ # system currently assumes that all modules have the same directory # structure. -mydir=lib/crypto/openssl/camellia +mydir=lib$(S)crypto$(S)openssl$(S)camellia BUILDTOP=$(REL)..$(S)..$(S)..$(S).. LOCALINCLUDES = -I$(srcdir)/.. -I$(srcdir)/../../krb/dk -I$(srcdir)/../../../../include DEFS= -##DOS##BUILDTOP = ..\..\..\.. -##DOS##PREFIXDIR=camellia -##DOS##OBJFILE=..\$(OUTPRE)camellia.lst - PROG_LIBPATH=-L$(TOPLIBD) PROG_RPATH=$(KRB5_LIBDIR) @@ -21,20 +17,13 @@ OBJS= SRCS= -##DOS##LIBOBJS = $(OBJS) - all-unix:: all-libobjs includes:: depend depend:: $(SRCS) -check:: - - clean-unix:: clean-libobjs -clean:: - @libobj_frag@ |