+Thu Jun 8 23:22:07 1995 <tytso@rsx-11.mit.edu>
+
+ * list_req.c, ss_internal.h: Clean up -Wall flames.
+
+ * configure.in: Don't install the internal ss include files.
+
Thu Jun 8 22:54:16 1995 Theodore Y. Ts'o <tytso@dcl>
* mk_cmds.c (main): Change mk_cmds so that the output file is
always created in the current directory, instead of in the
directory where the source file is located.
+Thu Jun 8 11:27:47 1995 Theodore Y. Ts'o <tytso@lurch.mit.edu>
+
+ * Makefile.in (install): Don't install in this directory.
+
Thu Apr 27 12:26:26 1995 Ezra Peisach <epeisach@kangaroo.mit.edu>
* pager.c: Use posix signals.
MKCMDSCSRCS= mk_cmds.c utils.c options.c ct.tab.c cmd_tbl.lex.c
-HFILES= ss.h ss_internal.h copyright.h
+HFILES= ss.h mit-sipb-copyright.h
+BUILT_HFILES = ss_err.h
# for 'tags' and dependencies
dist: archives
-install:: libss.a
- $(INSTALLLIB) libss.a ${DESTDIR}$(LIBDIR)/libss.a
- $(RANLIB) ${DESTDIR}$(LIBDIR)/libss.a
- @rm -rf ${DESTDIR}$(INCLDIR)/ss
- @mkdir ${DESTDIR}$(INCLDIR)/ss
+install::
+
+#install:: libss.a
+# $(INSTALLLIB) libss.a ${DESTDIR}$(LIBDIR)/libss.a
+# $(RANLIB) ${DESTDIR}$(LIBDIR)/libss.a
+# @rm -rf ${DESTDIR}$(INCLDIR)/ss
+# @mkdir ${DESTDIR}$(INCLDIR)/ss
includes:: mk_cmds ss_err.h
-install:: $(HFILES) copyright.h
- for i in $(HFILES) copyright.h; do \
- $(INSTALLFILE) $(srcdir)/$$i ${DESTDIR}$(INCLDIR)/ss/$$i; \
- done
+#install:: $(HFILES) copyright.h
+# for i in $(HFILES) copyright.h; do \
+# $(INSTALLFILE) $(srcdir)/$$i ${DESTDIR}$(INCLDIR)/ss/$$i; \
+# done
-install:: copyright.h
- $(INSTALLFILE) $(srcdir)/copyright.h ${DESTDIR}$(INCLDIR)/ss/mit-sipb-copyright.h
+#install:: copyright.h
+# $(INSTALLFILE) $(srcdir)/copyright.h ${DESTDIR}$(INCLDIR)/ss/mit-sipb-copyright.h
+#
std_rqs.c: std_rqs.ct
AC_CHECK_HEADERS(stdarg.h)
CopySrcHeader(ss.h,$(BUILDTOP)/include/ss)
CopySrcHeader(mit-sipb-copyright.h,$(BUILDTOP)/include/ss)
-CopySrcHeader(copyright.h,$(BUILDTOP)/include/ss)
CopyHeader(ss_err.h,$(BUILDTOP)/include/ss)
-CopySrcHeader(ss_internal.h,$(BUILDTOP)/include/ss)
V5_AC_OUTPUT_MAKEFILE