Changeset View
Changeset View
Standalone View
Standalone View
lib/Makefile
| Show First 20 Lines • Show All 109 Lines • ▼ Show 20 Lines | SUBDIR= ${SUBDIR_BOOTSTRAP} \ | ||||
| ${_libvgl} \ | ${_libvgl} \ | ||||
| libwrap \ | libwrap \ | ||||
| libxo \ | libxo \ | ||||
| liby \ | liby \ | ||||
| libyaml \ | libyaml \ | ||||
| libz \ | libz \ | ||||
| libzstd \ | libzstd \ | ||||
| ncurses \ | ncurses \ | ||||
| nss_tacplus | nss_tacplus \ | ||||
| virtual_oss | |||||
emaste: I think we also need something like `SUBDIR_DEPEND_virtual_oss= libsamplerate`
I'm trying to… | |||||
| # Inter-library dependencies. When the makefile for a library contains LDADD | # Inter-library dependencies. When the makefile for a library contains LDADD | ||||
| # libraries, those libraries should be listed as build order dependencies here. | # libraries, those libraries should be listed as build order dependencies here. | ||||
| SUBDIR_DEPEND_geom= libufs | SUBDIR_DEPEND_geom= libufs | ||||
| SUBDIR_DEPEND_googletest= libregex | SUBDIR_DEPEND_googletest= libregex | ||||
| SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd | SUBDIR_DEPEND_libarchive= libz libbz2 libexpat liblzma libmd libzstd | ||||
| SUBDIR_DEPEND_libauditdm= libbsm | SUBDIR_DEPEND_libauditdm= libbsm | ||||
| ▲ Show 20 Lines • Show All 124 Lines • Show Last 20 Lines | |||||
I think we also need something like SUBDIR_DEPEND_virtual_oss= libsamplerate
I'm trying to understand another build failure that I'm seeing though.