quickjs-tart

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

Makefile.inc (4486B)


      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 BUNDLE = libtests
     27 
     28 # Files referenced from the bundle source
     29 FIRST_C = first.c
     30 FIRST_H = first.h
     31 
     32 # Common files used by test programs
     33 UTILS_C = memptr.c testutil.c testtrace.c
     34 UTILS_H = testutil.h testtrace.h unitcheck.h
     35 
     36 CURLX_C = \
     37   ../../lib/curlx/warnless.c \
     38   ../../lib/curlx/multibyte.c \
     39   ../../lib/curlx/timediff.c \
     40   ../../lib/curlx/timeval.c \
     41   ../../lib/curl_threads.c \
     42   ../../lib/curlx/version_win32.c \
     43   ../../lib/curlx/wait.c
     44 
     45 # All libtest programs
     46 TESTS_C = \
     47   lib500.c lib501.c lib502.c lib503.c lib504.c lib505.c lib506.c lib507.c \
     48   lib508.c lib509.c lib510.c lib511.c lib512.c lib513.c lib514.c lib515.c \
     49   lib516.c lib517.c lib518.c lib519.c lib520.c lib521.c lib523.c lib524.c \
     50   lib525.c lib526.c                            lib530.c \
     51   lib533.c                   lib536.c lib537.c lib539.c lib540.c lib541.c \
     52   lib542.c lib543.c lib544.c                   lib547.c          lib549.c \
     53   lib552.c lib553.c lib554.c lib555.c lib556.c lib557.c lib558.c lib559.c \
     54   lib560.c          lib562.c          lib564.c          lib566.c lib567.c \
     55   lib568.c lib569.c lib570.c lib571.c lib572.c lib573.c lib574.c lib575.c \
     56   lib576.c          lib578.c lib579.c lib582.c lib583.c \
     57   lib586.c                   lib589.c lib590.c lib591.c \
     58   lib597.c lib598.c lib599.c \
     59   lib643.c \
     60   lib650.c lib651.c lib652.c lib653.c lib654.c lib655.c lib658.c lib659.c \
     61   lib661.c                                     lib666.c lib667.c lib668.c \
     62   lib670.c                            lib674.c lib676.c lib677.c lib678.c \
     63   lib694.c lib695.c \
     64   lib751.c          lib753.c \
     65   lib1156.c \
     66   lib1301.c                                                   lib1308.c \
     67   lib1485.c \
     68   lib1500.c lib1501.c lib1502.c                               lib1506.c \
     69   lib1507.c lib1508.c lib1509.c lib1510.c lib1511.c lib1512.c lib1513.c \
     70   lib1514.c lib1515.c           lib1517.c lib1518.c           lib1520.c \
     71   lib1522.c lib1523.c           lib1525.c lib1526.c lib1527.c lib1528.c \
     72   lib1529.c lib1530.c lib1531.c lib1532.c lib1533.c lib1534.c lib1535.c \
     73   lib1536.c lib1537.c lib1538.c           lib1540.c lib1541.c lib1542.c \
     74   lib1545.c                                         lib1550.c lib1551.c \
     75   lib1552.c lib1553.c lib1554.c lib1555.c lib1556.c lib1557.c lib1558.c \
     76   lib1559.c lib1560.c                               lib1564.c lib1565.c \
     77   lib1567.c lib1568.c lib1569.c           lib1571.c \
     78   lib1576.c \
     79   lib1591.c lib1592.c lib1593.c lib1594.c                     lib1597.c \
     80   lib1598.c lib1599.c \
     81   lib1662.c \
     82   lib1900.c lib1901.c           lib1903.c lib1905.c lib1906.c lib1907.c \
     83   lib1908.c           lib1910.c lib1911.c lib1912.c lib1913.c \
     84   lib1915.c lib1916.c           lib1918.c lib1919.c \
     85   lib1933.c lib1934.c lib1935.c lib1936.c lib1937.c lib1938.c lib1939.c \
     86   lib1940.c                                         lib1945.c \
     87   lib1947.c lib1948.c \
     88   lib1955.c lib1956.c lib1957.c lib1958.c lib1959.c lib1960.c \
     89   lib1964.c                                                   lib1970.c \
     90   lib1971.c lib1972.c lib1973.c lib1974.c lib1975.c lib1977.c lib1978.c \
     91   lib2023.c lib2032.c lib2082.c \
     92   lib2301.c lib2302.c lib2304.c           lib2306.c lib2308.c lib2309.c \
     93   lib2402.c           lib2404.c lib2405.c \
     94   lib2502.c \
     95   lib2700.c \
     96   lib3010.c lib3025.c lib3026.c lib3027.c \
     97   lib3100.c lib3101.c lib3102.c lib3103.c lib3104.c lib3105.c \
     98   lib3207.c lib3208.c