quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

Makefile.inc (2481B)


      1 #***************************************************************************
      2 #                                  _   _ ____  _
      3 #  Project                     ___| | | |  _ \| |
      4 #                             / __| | | | |_) | |
      5 #                            | (__| |_| |  _ <| |___
      6 #                             \___|\___/|_| \_\_____|
      7 #
      8 # Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
      9 #
     10 # This software is licensed as described in the file COPYING, which
     11 # you should have received as part of this distribution. The terms
     12 # are also available at https://curl.se/docs/copyright.html.
     13 #
     14 # You may opt to use, copy, modify, merge, publish, distribute and/or sell
     15 # copies of the Software, and permit persons to whom the Software is
     16 # furnished to do so, under the terms of the COPYING file.
     17 #
     18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
     19 # KIND, either express or implied.
     20 #
     21 # SPDX-License-Identifier: curl
     22 #
     23 ###########################################################################
     24 # Shared between CMakeLists.txt and Makefile.am
     25 
     26 CERTCONFIG_CA = \
     27   test-ca.cnf \
     28   test-ca.prm
     29 
     30 CERTCONFIGS = \
     31   test-localhost.prm \
     32   test-localhost.nn.prm \
     33   test-localhost0h.prm \
     34   test-localhost-san-first.prm \
     35   test-localhost-san-last.prm \
     36   test-client-cert.prm \
     37   test-client-eku-only.prm
     38 
     39 GENERATEDCERTS = \
     40   test-ca.cacert \
     41   test-ca.crt \
     42   test-ca.key \
     43   test-localhost.crl \
     44   test-localhost.crt \
     45   test-localhost.key \
     46   test-localhost.pem \
     47   test-localhost.pub.der \
     48   test-localhost.pub.pem \
     49   test-localhost.nn.crl \
     50   test-localhost.nn.crt \
     51   test-localhost.nn.key \
     52   test-localhost.nn.pem \
     53   test-localhost.nn.pub.der \
     54   test-localhost.nn.pub.pem \
     55   test-localhost0h.crl \
     56   test-localhost0h.crt \
     57   test-localhost0h.key \
     58   test-localhost0h.pem \
     59   test-localhost0h.pub.der \
     60   test-localhost0h.pub.pem \
     61   test-localhost-san-first.crl \
     62   test-localhost-san-first.crt \
     63   test-localhost-san-first.key \
     64   test-localhost-san-first.pem \
     65   test-localhost-san-first.pub.der \
     66   test-localhost-san-first.pub.pem \
     67   test-localhost-san-last.crl \
     68   test-localhost-san-last.crt \
     69   test-localhost-san-last.key \
     70   test-localhost-san-last.pem \
     71   test-localhost-san-last.pub.der \
     72   test-localhost-san-last.pub.pem \
     73   test-client-cert.crl \
     74   test-client-cert.crt \
     75   test-client-cert.key \
     76   test-client-cert.pem \
     77   test-client-cert.pub.der \
     78   test-client-cert.pub.pem
     79 
     80 SRPFILES = \
     81   srp-verifier-conf \
     82   srp-verifier-db