patch-src_Makefile_in 7.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. $Id: update-patches 24 2008-08-31 14:56:13Z wbx $
  2. --- libtirpc-0.2.0.orig/src/Makefile.in 2009-05-29 00:13:40.000000000 +0200
  3. +++ libtirpc-0.2.0/src/Makefile.in 2009-05-31 05:10:59.000000000 +0200
  4. @@ -64,9 +64,8 @@ am__libtirpc_la_SOURCES_DIST = auth_none
  5. rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
  6. rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
  7. svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
  8. - svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
  9. - authdes_prot.c xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  10. - xdr_mem.c xdr_reference.c xdr_stdio.c auth_gss.c \
  11. + svc_simple.c svc_vc.c getpeereid.c xdr.c xdr_rec.c xdr_array.c \
  12. + xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c auth_gss.c \
  13. authgss_prot.c svc_auth_gss.c svc_auth_none.c
  14. @GSS_TRUE@am__objects_1 = libtirpc_la-auth_gss.lo \
  15. @GSS_TRUE@ libtirpc_la-authgss_prot.lo \
  16. @@ -93,12 +92,10 @@ am_libtirpc_la_OBJECTS = libtirpc_la-aut
  17. libtirpc_la-svc_generic.lo libtirpc_la-svc_raw.lo \
  18. libtirpc_la-svc_run.lo libtirpc_la-svc_simple.lo \
  19. libtirpc_la-svc_vc.lo libtirpc_la-getpeereid.lo \
  20. - libtirpc_la-auth_time.lo libtirpc_la-auth_des.lo \
  21. - libtirpc_la-authdes_prot.lo libtirpc_la-xdr.lo \
  22. - libtirpc_la-xdr_rec.lo libtirpc_la-xdr_array.lo \
  23. - libtirpc_la-xdr_float.lo libtirpc_la-xdr_mem.lo \
  24. - libtirpc_la-xdr_reference.lo libtirpc_la-xdr_stdio.lo \
  25. - $(am__objects_1)
  26. + libtirpc_la-xdr.lo libtirpc_la-xdr_rec.lo \
  27. + libtirpc_la-xdr_array.lo libtirpc_la-xdr_float.lo \
  28. + libtirpc_la-xdr_mem.lo libtirpc_la-xdr_reference.lo \
  29. + libtirpc_la-xdr_stdio.lo $(am__objects_1)
  30. libtirpc_la_OBJECTS = $(am_libtirpc_la_OBJECTS)
  31. libtirpc_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
  32. $(LIBTOOLFLAGS) --mode=link $(CCLD) $(libtirpc_la_CFLAGS) \
  33. @@ -230,7 +227,6 @@ sharedstatedir = @sharedstatedir@
  34. srcdir = @srcdir@
  35. sysconfdir = @sysconfdir@
  36. target_alias = @target_alias@
  37. -top_build_prefix = @top_build_prefix@
  38. top_builddir = @top_builddir@
  39. top_srcdir = @top_srcdir@
  40. INCLUDES = -I../tirpc -DPORTMAP -DINET6 -DVERSION="\"$(VERSION)\"" \
  41. @@ -278,9 +274,9 @@ libtirpc_la_SOURCES = auth_none.c auth_u
  42. rpc_commondata.c rpc_callmsg.c rpc_generic.c rpc_soc.c \
  43. rpcb_clnt.c rpcb_prot.c rpcb_st_xdr.c svc.c svc_auth.c \
  44. svc_dg.c svc_auth_unix.c svc_generic.c svc_raw.c svc_run.c \
  45. - svc_simple.c svc_vc.c getpeereid.c auth_time.c auth_des.c \
  46. - authdes_prot.c xdr.c xdr_rec.c xdr_array.c xdr_float.c \
  47. - xdr_mem.c xdr_reference.c xdr_stdio.c $(am__append_1)
  48. + svc_simple.c svc_vc.c getpeereid.c xdr.c xdr_rec.c xdr_array.c \
  49. + xdr_float.c xdr_mem.c xdr_reference.c xdr_stdio.c \
  50. + $(am__append_1)
  51. @GSS_TRUE@libtirpc_la_CFLAGS = -DHAVE_RPCSEC_GSS $(GSSGLUE_CFLAGS)
  52. all: all-am
  53. @@ -351,12 +347,9 @@ mostlyclean-compile:
  54. distclean-compile:
  55. -rm -f *.tab.c
  56. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_des.Plo@am__quote@
  57. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_gss.Plo@am__quote@
  58. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_none.Plo@am__quote@
  59. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_time.Plo@am__quote@
  60. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-auth_unix.Plo@am__quote@
  61. -@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authdes_prot.Plo@am__quote@
  62. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authgss_prot.Plo@am__quote@
  63. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-authunix_prot.Plo@am__quote@
  64. @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/libtirpc_la-bindresvport.Plo@am__quote@
  65. @@ -715,27 +708,6 @@ libtirpc_la-getpeereid.lo: getpeereid.c
  66. @AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  67. @am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-getpeereid.lo `test -f 'getpeereid.c' || echo '$(srcdir)/'`getpeereid.c
  68. -libtirpc_la-auth_time.lo: auth_time.c
  69. -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-auth_time.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-auth_time.Tpo -c -o libtirpc_la-auth_time.lo `test -f 'auth_time.c' || echo '$(srcdir)/'`auth_time.c
  70. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libtirpc_la-auth_time.Tpo $(DEPDIR)/libtirpc_la-auth_time.Plo
  71. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='auth_time.c' object='libtirpc_la-auth_time.lo' libtool=yes @AMDEPBACKSLASH@
  72. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  73. -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_time.lo `test -f 'auth_time.c' || echo '$(srcdir)/'`auth_time.c
  74. -
  75. -libtirpc_la-auth_des.lo: auth_des.c
  76. -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-auth_des.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-auth_des.Tpo -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
  77. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libtirpc_la-auth_des.Tpo $(DEPDIR)/libtirpc_la-auth_des.Plo
  78. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='auth_des.c' object='libtirpc_la-auth_des.lo' libtool=yes @AMDEPBACKSLASH@
  79. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  80. -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-auth_des.lo `test -f 'auth_des.c' || echo '$(srcdir)/'`auth_des.c
  81. -
  82. -libtirpc_la-authdes_prot.lo: authdes_prot.c
  83. -@am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-authdes_prot.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-authdes_prot.Tpo -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
  84. -@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libtirpc_la-authdes_prot.Tpo $(DEPDIR)/libtirpc_la-authdes_prot.Plo
  85. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='authdes_prot.c' object='libtirpc_la-authdes_prot.lo' libtool=yes @AMDEPBACKSLASH@
  86. -@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
  87. -@am__fastdepCC_FALSE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -c -o libtirpc_la-authdes_prot.lo `test -f 'authdes_prot.c' || echo '$(srcdir)/'`authdes_prot.c
  88. -
  89. libtirpc_la-xdr.lo: xdr.c
  90. @am__fastdepCC_TRUE@ $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(libtirpc_la_CFLAGS) $(CFLAGS) -MT libtirpc_la-xdr.lo -MD -MP -MF $(DEPDIR)/libtirpc_la-xdr.Tpo -c -o libtirpc_la-xdr.lo `test -f 'xdr.c' || echo '$(srcdir)/'`xdr.c
  91. @am__fastdepCC_TRUE@ mv -f $(DEPDIR)/libtirpc_la-xdr.Tpo $(DEPDIR)/libtirpc_la-xdr.Plo