You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bj...@hyperreal.org on 1999/10/18 14:06:55 UTC

cvs commit: apache-2.0/src/lib/apr/time/os2 Makefile.in

bjh         99/10/18 05:06:55

  Modified:    src/lib/apr/file_io/os2 Makefile.in
               src/lib/apr/locks/os2 Makefile.in
               src/lib/apr/misc/os2 Makefile.in
               src/lib/apr/network_io/os2 Makefile.in
               src/lib/apr/threadproc/os2 Makefile.in
               src/lib/apr/time/os2 Makefile.in
  Log:
  OS/2: Update dependencies
  
  Revision  Changes    Path
  1.5       +3 -3      apache-2.0/src/lib/apr/file_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/file_io/os2/Makefile.in,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- Makefile.in	1999/10/13 09:38:07	1.4
  +++ Makefile.in	1999/10/18 12:06:51	1.5
  @@ -70,9 +70,9 @@
   filestat.o: filestat.c fileio.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
    $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_lib.h
  -maperrorcode.o: maperrorcode.c $(INCDIR1)/apr_file_io.h \
  - $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  - $(INCDIR1)/apr_errno.h
  +maperrorcode.o: maperrorcode.c fileio.h $(INCDIR1)/apr_general.h \
  + $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
  + $(INCDIR1)/apr_file_io.h
   open.o: open.c fileio.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
    $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_lib.h \
  
  
  
  1.4       +2 -3      apache-2.0/src/lib/apr/locks/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/locks/os2/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/08/28 08:57:11	1.3
  +++ Makefile.in	1999/10/18 12:06:52	1.4
  @@ -54,6 +54,5 @@
   # DO NOT REMOVE
   locks.o: locks.c $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
  - $(INCDIR1)/apr_lib.h $(INCDIR1)/apr_file_io.h \
  - $(INCDIR1)/hsregex.h locks.h $(INCDIR1)/apr_lock.h \
  - $(INCDIR2)/fileio.h
  + $(INCDIR1)/apr_lib.h $(INCDIR1)/apr_file_io.h locks.h \
  + $(INCDIR1)/apr_lock.h $(INCDIR2)/fileio.h
  
  
  
  1.6       +4 -0      apache-2.0/src/lib/apr/misc/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/misc/os2/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	1999/10/13 09:31:35	1.5
  +++ Makefile.in	1999/10/18 12:06:52	1.6
  @@ -51,6 +51,10 @@
   	    && rm Makefile.new
   
   # DO NOT REMOVE
  +default.o: default.c ../unix/getopt.c ../unix/misc.h \
  + $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  + $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_file_io.h ../unix/start.c \
  + $(INCDIR)/apr_pools.h $(INCDIR1)/apr_lib.h
   getopt.o: getopt.c misc.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
    $(INCDIR1)/apr_file_io.h
  
  
  
  1.4       +15 -9     apache-2.0/src/lib/apr/network_io/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/network_io/os2/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/08/28 08:57:13	1.3
  +++ Makefile.in	1999/10/18 12:06:53	1.4
  @@ -55,16 +55,22 @@
   # DO NOT REMOVE
   poll.o: poll.c networkio.h $(INCDIR1)/apr_network_io.h \
    $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  - $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_lib.h \
  - $(INCDIR1)/apr_file_io.h $(INCDIR1)/hsregex.h
  + $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_portable.h \
  + $(INCDIR1)/apr_thread_proc.h $(INCDIR1)/apr_file_io.h \
  + $(INCDIR1)/apr_win.h $(INCDIR1)/apr_lock.h \
  + $(INCDIR1)/apr_time.h $(INCDIR1)/apr_lib.h
   sendrecv.o: sendrecv.c networkio.h $(INCDIR1)/apr_network_io.h \
    $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  - $(INCDIR1)/apr_errno.h
  -sockets.o: sockets.c networkio.h $(INCDIR1)/apr_network_io.h \
  - $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
    $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_lib.h \
  - $(INCDIR1)/apr_file_io.h $(INCDIR1)/hsregex.h
  -sockopt.o: sockopt.c networkio.h $(INCDIR1)/apr_network_io.h \
  + $(INCDIR1)/apr_file_io.h
  +sockets.o: sockets.c networkio.h $(INCDIR1)/apr_network_io.h \
    $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  - $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_lib.h \
  - $(INCDIR1)/apr_file_io.h $(INCDIR1)/hsregex.h
  + $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_portable.h \
  + $(INCDIR1)/apr_thread_proc.h $(INCDIR1)/apr_file_io.h \
  + $(INCDIR1)/apr_win.h $(INCDIR1)/apr_lock.h \
  + $(INCDIR1)/apr_time.h $(INCDIR1)/apr_lib.h
  +sockopt.o: sockopt.c ../unix/sockopt.c ../unix/networkio.h \
  + $(INCDIR1)/apr_network_io.h $(INCDIR1)/apr_general.h \
  + $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
  + $(INCDIR1)/apr_lock.h $(INCDIR1)/apr_lib.h \
  + $(INCDIR1)/apr_file_io.h $(INCDIR)/apr_macro.h
  
  
  
  1.4       +3 -4      apache-2.0/src/lib/apr/threadproc/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/threadproc/os2/Makefile.in,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- Makefile.in	1999/08/28 08:57:14	1.3
  +++ Makefile.in	1999/10/18 12:06:54	1.4
  @@ -60,7 +60,7 @@
    $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
    $(INCDIR1)/apr_win.h $(INCDIR2)/fileio.h \
  - $(INCDIR1)/apr_lib.h $(INCDIR1)/hsregex.h
  + $(INCDIR1)/apr_lib.h
   signals.o: signals.c threadproc.h $(INCDIR1)/apr_thread_proc.h \
    $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
  @@ -69,7 +69,7 @@
    $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
    $(INCDIR1)/apr_win.h $(INCDIR1)/apr_lib.h \
  - $(INCDIR1)/hsregex.h $(INCDIR2)/fileio.h
  + $(INCDIR2)/fileio.h
   threadcancel.o: threadcancel.c threadproc.h \
    $(INCDIR1)/apr_thread_proc.h $(INCDIR1)/apr_file_io.h \
    $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  @@ -79,5 +79,4 @@
    $(INCDIR1)/apr_thread_proc.h $(INCDIR1)/apr_file_io.h \
    $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
    $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_win.h \
  - $(INCDIR1)/apr_lib.h $(INCDIR1)/hsregex.h \
  - $(INCDIR2)/fileio.h
  + $(INCDIR1)/apr_lib.h $(INCDIR2)/fileio.h
  
  
  
  1.6       +5 -8      apache-2.0/src/lib/apr/time/os2/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/lib/apr/time/os2/Makefile.in,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- Makefile.in	1999/10/18 03:36:26	1.5
  +++ Makefile.in	1999/10/18 12:06:54	1.6
  @@ -50,13 +50,10 @@
   	    && rm Makefile.new
   
   # DO NOT REMOVE
  -access.o: access.c ../unix/access.c ../unix/atime.h \
  +default.o: default.c ../unix/access.c ../unix/atime.h \
    $(INCDIR1)/apr_time.h $(INCDIR1)/apr_general.h \
    $(INCDIR1)/apr_config.h $(INCDIR1)/apr_errno.h \
  - $(INCDIR1)/apr_lib.h $(INCDIR1)/apr_file_io.h
  -time.o: time.c ../unix/time.c ../unix/atime.h $(INCDIR1)/apr_time.h \
  - $(INCDIR1)/apr_general.h $(INCDIR1)/apr_config.h \
  - $(INCDIR1)/apr_errno.h $(INCDIR1)/apr_lib.h \
  - $(INCDIR1)/apr_file_io.h $(INCDIR1)/apr_portable.h \
  - $(INCDIR1)/apr_thread_proc.h $(INCDIR1)/apr_win.h \
  - $(INCDIR1)/apr_network_io.h $(INCDIR1)/apr_lock.h
  + $(INCDIR1)/apr_lib.h $(INCDIR1)/apr_file_io.h ../unix/time.c \
  + $(INCDIR1)/apr_portable.h $(INCDIR1)/apr_thread_proc.h \
  + $(INCDIR1)/apr_win.h $(INCDIR1)/apr_network_io.h \
  + $(INCDIR1)/apr_lock.h $(INCDIR)/apr_macro.h