Changeset e28175d in mainline for uspace/app/meson.build


Ignore:
Timestamp:
2020-03-15T10:44:02Z (6 years ago)
Author:
GitHub <noreply@…>
Parents:
b401b33 (diff), 44dde42 (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:
heiducteam <tristanided@…> (2020-03-15 10:44:02)
git-committer:
GitHub <noreply@…> (2020-03-15 10:44:02)
Message:

Merge pull request #1 from HelenOS/master

sync

File:
1 moved

Legend:

Unmodified
Added
Removed
  • uspace/app/meson.build

    rb401b33 re28175d  
    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        'gunzip',
     48        'hbench',
     49        'inet',
     50        'init',
     51        'kill',
     52        'killall',
     53        'kio',
     54        'loc',
     55        'logset',
     56        'lprint',
     57        'mixerctl',
     58        'mkbd',
     59        'mkexfat',
     60        'mkext4',
     61        'mkfat',
     62        'mkmfs',
     63        'modplay',
     64        'netecho',
     65        'nic',
     66        'nterm',
     67        'pci',
     68        'ping',
     69        'pkg',
     70        'redir',
     71        'sbi',
     72        'sportdmp',
     73        'stats',
     74        'sysinfo',
     75        'sysinst',
     76        'taskdump',
     77        'tester',
     78        'testread',
     79        'testrunner',
     80        'testwrit',
     81        'tetris',
     82        'tmon',
     83        'top',
     84        'trace',
     85        'untar',
     86        'usbinfo',
     87        'vcalc',
     88        'vdemo',
     89        'viewer',
     90        'vlaunch',
     91        'vol',
     92        'vterm',
     93        'vuhid',
     94        'wavplay',
     95        'websrv',
     96        'wifi_supplicant',
     97]
    3498
    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
     99if CONFIG_BUILD_SHARED_LIBS
     100        apps += [
     101                'dltest',
     102                'dltests',
     103        ]
     104endif
Note: See TracChangeset for help on using the changeset viewer.