Changeset 77d374f5 in rtems


Ignore:
Timestamp:
09/07/18 05:12:06 (6 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
5, master
Children:
cfc4231d
Parents:
cb68253
git-author:
Sebastian Huber <sebastian.huber@…> (09/07/18 05:12:06)
git-committer:
Sebastian Huber <sebastian.huber@…> (09/10/18 08:38:45)
Message:

cpukit/Makefile.am: Cleanup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/Makefile.am

    rcb68253 r77d374f5  
    2222_SUBDIRS += wrapup
    2323
     24# other libraries
    2425_SUBDIRS += zlib
    25 
    26 # applications
    2726_SUBDIRS += ftpd
    2827_SUBDIRS += telnetd
     
    3029_SUBDIRS += mghttpd
    3130
    32 if LIBNETWORKING
    33 endif
    34 
    35 if LIBDL
    36 endif
    37 
    38 if LIBDEBUGGER
    39 endif
    40 
    41 if !LIBPCI
    42 endif
    43 ## should be conditional and only installed for PowerPC, x86, and ARM
    44 ## libfs
    45 ## POSIX FIFO/pipe
    46 ## devfs
    47 if LIBDOSFS
    48 endif
    49 
    50 # RFS
    51 # JFFS2
    52 ## libblock
    53 ## ftpd
    54 if LIBNETWORKING
    55 endif
    56 
    57 ## bspcmdline
    58 ## capture
    59 # tracing headers
    60 ## cpuuse
    61 ## devnull
    62 ## dumpbuf
    63 ## rtemsfdt
    64 ## monitor
    65 ## fb
    66 ## mouse
    67 ## libqos
    68 ## redirector
    69 ## shell
    70 if LIBSHELL
    71 endif
    72 
    73 ## stringto
    74 ## testsupport
    75 ## i2c
    76 ## serdbg
    77 if LIBSERDBG
    78 endif
    79 
    80 ## stackchk
    81 ## libuntar
    82 ## fsmount
    83 ## Driver manager
    84 if LIBDRVMGR
    85 endif
    86 
    87 if LIBGNAT
    88 endif
    89 
    90 ## HACK: doxygen filter.
    91 
    9231include $(top_srcdir)/automake/subdirs.am
    9332include $(top_srcdir)/automake/local.am
Note: See TracChangeset for help on using the changeset viewer.