Changeset 3e828ea in mainline for uspace/app/meson.build


Ignore:
Timestamp:
2019-09-23T12:49:29Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
9be2358
Parents:
9259d20 (diff), 1a4ec93f (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Jiri Svoboda <jiri@…> (2019-09-22 12:49:07)
git-committer:
Jiri Svoboda <jiri@…> (2019-09-23 12:49:29)
Message:

Merge changes from master, especially Meson build

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/meson.build

    r9259d20 r3e828ea  
    11#
    2 # Copyright (c) 2005 Martin Decky
    3 # Copyright (c) 2007 Jakub Jermar
    4 # Copyright (c) 2012 Julia Medvedeva
     2# Copyright (c) 2019 Jiří Zárevúcky
    53# All rights reserved.
    64#
     
    2927#
    3028
    31 USPACE_PREFIX = ../../..
    32 LIBS = block fs
    33 BINARY = udf
     29apps = [
     30        'barber',
     31        'bdsh',
     32        'bithenge',
     33        'blkdump',
     34        'contacts',
     35        'corecfg',
     36        'cpptest',
     37        'date',
     38        'devctl',
     39        'df',
     40        'dnscfg',
     41        'dnsres',
     42        'download',
     43        'edit',
     44        'fdisk',
     45        'fontviewer',
     46        'getterm',
     47        'gfxdemo',
     48        'gunzip',
     49        'hbench',
     50        'inet',
     51        'init',
     52        'kill',
     53        'killall',
     54        'kio',
     55        'loc',
     56        'logset',
     57        'lprint',
     58        'mixerctl',
     59        'mkbd',
     60        'mkexfat',
     61        'mkext4',
     62        'mkfat',
     63        'mkmfs',
     64        'modplay',
     65        'netecho',
     66        'nic',
     67        'nterm',
     68        'pci',
     69        'ping',
     70        'pkg',
     71        'redir',
     72        'sbi',
     73        'sportdmp',
     74        'stats',
     75        'sysinfo',
     76        'sysinst',
     77        'taskdump',
     78        'tester',
     79        'testread',
     80        'testrunner',
     81        'testwrit',
     82        'tetris',
     83        'tmon',
     84        'top',
     85        'trace',
     86        'untar',
     87        'usbinfo',
     88        'vcalc',
     89        'vdemo',
     90        'viewer',
     91        'vlaunch',
     92        'vol',
     93        'vterm',
     94        'vuhid',
     95        'wavplay',
     96        'websrv',
     97        'wifi_supplicant',
     98]
    3499
    35 SOURCES = \
    36         udf.c \
    37         udf_volume.c \
    38         udf_ops.c \
    39         udf_osta.c \
    40         udf_cksum.c \
    41         udf_file.c \
    42         udf_idx.c
    43 
    44 include $(USPACE_PREFIX)/Makefile.common
     100if CONFIG_BUILD_SHARED_LIBS
     101        apps += [
     102                'dltest',
     103                'dltests',
     104        ]
     105endif
Note: See TracChangeset for help on using the changeset viewer.