################################################################################ # # # This is the bedrock control file for the 'uexe' subcomponent. # # # # Use of brenv conditionals is supported # # # # Format of this file: # # ------- # # Directives appearing before the first section [binary_name] apply to all # # binaries within this file # # # # Directives appearing after a section [binary_name] only apply to the # # binary named in the previous [binary_name] # # # # ASFLAGS : - additional ASFLAGS (ASM) # # CFLAGS : - additional CFLAGS (C and C++) # # CPPFLAGS : - additional -D or -I lines for compile (C and C++) # # CXXFLAGS : - additional CXXFLAGS (C++) # # C_ONLY_FLAGS : - additional C flags (C) # # LDFLAGS : - additional LDFLAGS # # SMFMUNCH_FLAGS : - pattern to extract symbols from libsmf.so # # SMFMUNCH_LIBS : - libraries to process for SMFMUNCH # # # # BINARY SECTION, may be multiple sections # # [binary_name] - name of binary # # # # # # # # ... # # # # ------- # # # # EXPORT_ONLY section. There CAN BE ONLY ONE export_only section and it MUST # # be the ONLY section. BINARY_NAME and EXPORT_ONLY are # # mutually exclusive. No directives allowed. # # [export_only] # # # # # # ... # # # # ------- # # # # for local files : specify the relative path from top of tree # # for generated files : specify // # # # ################################################################################ [export_only] .if x86_64 iftop/build_configure/iftop .endif .if linux iftop/build_configure-l/iftop .endif