]> andersk Git - test.git/blobdiff - Makefile.in
Use 2048-bit RSA keys for auto-generated certificates.
[test.git] / Makefile.in
index 875941c5928e52927ea380eb4a9d58ee74766464..850449bd5691673553128304f47036088f2ba2b0 100644 (file)
@@ -151,6 +151,7 @@ CPPFLAGS = @CPPFLAGS@
 CYGPATH_W = @CYGPATH_W@
 DEFS = @DEFS@
 DEPDIR = @DEPDIR@
+DLLTOOL = @DLLTOOL@
 DSYMUTIL = @DSYMUTIL@
 DUMPBIN = @DUMPBIN@
 ECHO_C = @ECHO_C@
@@ -175,6 +176,7 @@ LIPO = @LIPO@
 LN_S = @LN_S@
 LTLIBOBJS = @LTLIBOBJS@
 MAKEINFO = @MAKEINFO@
+MANIFEST_TOOL = @MANIFEST_TOOL@
 MKDIR_P = @MKDIR_P@
 NM = @NM@
 NMEDIT = @NMEDIT@
@@ -201,6 +203,7 @@ abs_builddir = @abs_builddir@
 abs_srcdir = @abs_srcdir@
 abs_top_builddir = @abs_top_builddir@
 abs_top_srcdir = @abs_top_srcdir@
+ac_ct_AR = @ac_ct_AR@
 ac_ct_CC = @ac_ct_CC@
 ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
 am__include = @am__include@
@@ -233,7 +236,6 @@ libdir = @libdir@
 libexecdir = @libexecdir@
 localedir = @localedir@
 localstatedir = @localstatedir@
-lt_ECHO = @lt_ECHO@
 mandir = @mandir@
 mkdir_p = @mkdir_p@
 oldincludedir = @oldincludedir@
@@ -1234,50 +1236,55 @@ clean-local:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .gif.h:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .png.h:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .html.h:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .ico.h:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .jspp.js:
@@ -1294,20 +1301,22 @@ clean-local:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 .wav.h:
        @echo od "$<" '>'"$@"
        @mkdir -p "`dirname "$@"`"
        @{ sym="`echo "$<" | $(symbolname)`";                                 \
-          echo "static const char $${sym}Start[]=";                          \
-          od -vb "$<" | sed 's/[0-7]*/"/;s/ /\\/g;s/$$/"/';                  \
+          echo "static const char $${sym}Start[] =";                         \
+          od -vb "$<" | sed 's/[0-7]*/"/;s/ *$$/"/;/^""$$/d;s/  */\\/g';     \
           echo ';';                                                          \
-          echo "static const int $${sym}Size=(int)sizeof($${sym}Start);";    \
+          echo "static const int $${sym}Size ATTR_UNUSED ="                  \
+                  "(int)sizeof($${sym}Start);";                              \
         } >"$@"
 
 # Tell versions [3.59,3.63) of GNU make to not export all variables.
This page took 0.035665 seconds and 4 git commands to generate.