summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/asn.1
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1997-02-23 07:29:48 +0000
committerRichard Basch <probe@mit.edu>1997-02-23 07:29:48 +0000
commit172880487c95a8ac00e1d02687a6b5b3c56fcfc9 (patch)
tree85923892091b98f9995a57dc398dc7b63e6c3f5e /src/lib/krb5/asn.1
parent06f89c3aeaf734c5df82d3ee98f4e2fe9b05f6e1 (diff)
downloadkrb5-172880487c95a8ac00e1d02687a6b5b3c56fcfc9.tar.gz
krb5-172880487c95a8ac00e1d02687a6b5b3c56fcfc9.tar.xz
krb5-172880487c95a8ac00e1d02687a6b5b3c56fcfc9.zip
Moved some of the library list file build logic from the individual Makefiles
to config/win-post.in git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@9964 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib/krb5/asn.1')
-rw-r--r--src/lib/krb5/asn.1/ChangeLog5
-rw-r--r--src/lib/krb5/asn.1/Makefile.in15
2 files changed, 9 insertions, 11 deletions
diff --git a/src/lib/krb5/asn.1/ChangeLog b/src/lib/krb5/asn.1/ChangeLog
index 266e982ae..54a0ca7ca 100644
--- a/src/lib/krb5/asn.1/ChangeLog
+++ b/src/lib/krb5/asn.1/ChangeLog
@@ -1,3 +1,8 @@
+Sat Feb 22 22:13:35 1997 Richard Basch <basch@lehman.com>
+
+ * Makefile.in: Use some of the new library list build rules in
+ win-post.in
+
Thu Nov 21 11:55:16 EST 1996 Richard Basch <basch@lehman.com>
* Makefile.in: win32 build
diff --git a/src/lib/krb5/asn.1/Makefile.in b/src/lib/krb5/asn.1/Makefile.in
index 07cba37cb..babb6b926 100644
--- a/src/lib/krb5/asn.1/Makefile.in
+++ b/src/lib/krb5/asn.1/Makefile.in
@@ -1,8 +1,8 @@
CFLAGS=$(CCOPTS) $(DEFS)
-##DOSBUILDTOP = ..\..\..
-##DOSMYDIR=asn.1
-##DOSOBJFILE=..\asn1.lst
+##DOS##BUILDTOP = ..\..\..
+##DOS##PREFIXDIR=asn.1
+##DOS##OBJFILE=..\asn1.lst
##WIN16##LIBNAME=..\krb5.lib
EHDRDIR=$(BUILDTOP)/include/krb5/asn.1
@@ -43,15 +43,8 @@ OBJS= \
asn1_k_encode.$(OBJEXT)\
asn1_misc.$(OBJEXT)
-all-windows:: $(OBJFILE)
+##DOS##LIBOBJS = $(OBJS)
-##DOS$(OBJFILE): $(OBJS)
-##DOS $(RM) $(OBJFILE)
-##WIN16## $(CP) nul: $(OBJFILE)
-##WIN32## $(LIBECHO) -p $(MYDIR)\ *.obj > $(OBJFILE)
all-unix:: all-libobjs
clean-unix:: clean-libobjs
-
-clean-windows::
- $(RM) $(OBJFILE)