/solaris-userland/components/nmap/ |
H A D | nmap.license | 11 * AND EXCEPTIONS DESCRIBED HEREIN. This guarantees your right to use, * 13 * you wish to embed Nmap technology into proprietary software, we sell * 22 * allows. For example, we consider an application to constitute a * 32 * o Is designed specifically to execute Covered Software and parse the * 33 * results (as opposed to typical shell or execution-menu apps, which will * 34 * execute anything you tell them to). * 41 * purposes of this license, an installer is considered to include Covered * 46 * o Links (statically or dynamically) to a library which does any of the * 49 * o Executes a helper program, module, or script to do any of the above. * 51 * This list is not exclusive, but is meant to clarif [all...] |
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_1/ |
H A D | README_demo_module_1 | 5 * to the Sun Microsystems, Inc. standard license agreement and applicable 17 This code example shows you how to modify the code generated by 18 "mib2c -c mib2c.scalar.conf" command to perform a scalar 25 This example shows you how to generate templates with mib2c from a sample 30 The example also shows you how to build a module from the modified source files. 45 How to Use the demo_module_1 Code Example 51 1. Copy the demo code to a directory for which you have write permission. 56 2. Create a lib directory that you can use to store shared object libraries 63 3. Create a mibs directory that you can use to store MIB files for the 69 4. Set the CC environment variable to th [all...] |
/solaris-userland/components/samba/Solaris/ |
H A D | samba.sh | 6 # The contents of this file are subject to the terms of the 38 # It takes some time before winbind starts to really work 60 # Command to execute is found in second and further script arguments 81 $0 start <command to run> 82 $0 stop <contract number to kill>
|
/solaris-userland/components/desktop/openjpeg/ |
H A D | openjpeg.license | 3 * BSD License, included below. This software may be subject to other third 64 Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: 83 * Permission to use, copy, modify, distribute, and sell this software and 88 * advertising or publicity relating to th [all...] |
/solaris-userland/make-rules/ |
H A D | prep-patch.mk | 4 # The contents of this file are subject to the terms of the 35 # meaningful name for the patch contents and {version} corresponds to the 36 # COMPONENT_NAME{version} of the source to be patched. Typically, version 41 # PATCH_DIR can be overridden to move patches to a different location 42 # PATCH_PATTERN can be overridden to adjust the patch naming scheme that the 44 # EXTRA_PATCHES{version} can be defined in the component Makefile to include 51 # patches specific to parfait builds. 60 # Patches for different source tarballs have _X filename extensions to 61 # match the _X extensions to th [all...] |
H A D | prep-git.mk | 4 # The contents of this file are subject to the terms of the 30 # GIT_COMMIT_ID{_[0-9]+} to match. 36 # from the rules so that all the variable assignments are given a chance to 51 # If the label is not already defined (including to empty), set it to the version. 56 # If the source is github attempt to generate an archive url. Defining 58 # that variable to build download rules, so keep track of which suffixes 59 # generated a github archive URL, and prep-download.mk will use that list to 61 # we add a dummy __BLANK__ suffix to the list, and filter that out separately. 79 # First attempt to downloa [all...] |
H A D | shared-macros.mk | 4 # The contents of this file are subject to the terms of the 29 # in this gate. This mirror has been seeded to include "custom" source archives 39 # Default to looking for source archives on the internal mirror and the external 63 # we want our pkg piplines to fail if there is an error 67 # to reset it for the others since they might be invoked 75 # This can be overridden to avoid rebuilding when you touch a Makefile 84 # We want "nightly" as our publisher, to match other consolidations and 85 # facilitate migrations (except for evaluation builds, which need to use 96 # Defines $(space) as a single blank space, so we can use it to convert 97 # space-separated paths to colo [all...] |
H A D | prep-unpack.mk | 4 # The contents of this file are subject to the terms of the 29 # Anything that we downloaded and want to unpack must have a 31 # well-known macros that don't correspond to extra archives. 38 # chance to complete before those variables are used in targets or 44 # to set that variable specifically. 48 # for this conditional. It's easier to make the very few archive-less 49 # components declare themselves rather than force everyone else to use 50 # boilerplate code to name their archives. 62 # RUBY_VERSION is passed on to ensure userland-unpack uses the
|
H A D | prep-hg.mk | 4 # The contents of this file are subject to the terms of the 30 # HG_REV{_[0-9]+} to match. 37 # chance to complete before those variables are used in targets or 43 # If the label is not already defined (including to empty), set it to the version. 62 # First attempt to download a cached archive of the SCM repo at the proper 64 # updating to the selected changeset, archiving that directory, and cleaning up
|
H A D | configure.mk | 4 # The contents of this file are subject to the terms of the 28 # GNU auto* tools to configure their build for the system they are on. This 29 # uses GNU Make to build the components to take advantage of the viewpath 33 # and define "build", "install", and "test" targets appropriate to building 53 # If component specific make targets need to be used for build or install, they 62 # binaries to the standard directories and 32-bit binaries to the non-standard 64 # easier to deliver the 64-bit binaries as the default. 77 # Regardless of PREFERRED_BITS, 64-bit libraries should always be delivered to [all...] |
H A D | prep-svn.mk | 4 # The contents of this file are subject to the terms of the 30 # SVN_REV{_[0-9]+} to match. 49 # First attempt to download a cached archive of the SCM repo at the proper 51 # updating to the selected changeset, archiving that directory, and cleaning up # when complete. 73 # Define the rules required to download any source archives and augment any
|
H A D | ips.mk | 4 # The contents of this file are subject to the terms of the 28 # IPS package to a pkg depot. 31 # and define an "install" target appropriate to building your component. 49 # no arguments means "update to latest format". Thus, 'pkgfmt -c' can 50 # run clean on a v1 manifest that actually needs to be updated. So we 94 # to install. 100 # them to a list to be expanded into PKG_OPTIONS later. 117 # For items that need special definition, add them to PKG_MACROS. 138 # We use += below so anyone wishing to pu [all...] |
H A D | gem.mk | 4 # The contents of this file are subject to the terms of the 29 # Name of the gem spec to use. This will typically be 34 # Some gems projects have to be built using rake 35 # Allow GEM build/install commands to be overwritten 36 # to account for possible differences 41 # gem install 2.x does docs differently. Continue to generate both types 77 # arguments, don't redirect stdout/stderr to it. 108 # building; thus ideally, we would want to depend on .cloned here and below, 111 # stdout/stderr to it.
|
H A D | prep-download.mk | 4 # The contents of this file are subject to the terms of the 33 # an arbitrary number of archives to be downloaded for a particular component 34 # Makefile. It is also important to note that there is a corresponding 40 # Filter out any suffixes which correspond to auto-generated github archive 50 # chance to complete before those variables are used in targets or 52 # instead of ifdef due to GNU Make bug 49093.
|
H A D | ips-buildinfo.mk | 4 # The contents of this file are subject to the terms of the 48 # Support Respository Update number. This is here to reserve space within the 55 # Platform number. This is here to reserve space within the version 56 # string. It should not be set unless there is a specific need to 62 # Build Identifier. Used to indicate which build (or respin for 68 # Each (nightly) build of the code that produces packages needs to 80 # Branch Identifier. Used in the version section of the package name to 87 # Build Version. Used in the version section of the package name to identify
|
H A D | prep.mk | 4 # The contents of this file are subject to the terms of the 33 # Now that the above makefiles have had a chance to assign values to
|
H A D | cmake.mk | 4 # The contents of this file are subject to the terms of the 35 # Ensure correct version of libraries are linked to. 38 # This component uses cmake to generate Makefiles and so has no configure 62 # variable that we can generally use to accomplish the same result. Setting 68 # Required to ensure expected defines are set; also, ensures project's
|
H A D | common.mk | 4 # The contents of this file are subject to the terms of the 33 # Override this to limit builds and publication to a single architecture. 59 # is used to work around potential problems with extra blank characters 109 # Default targets; to omit a specific target, explicitly set the related target 110 # variable to empty before including this file or set COMMON_TARGETS=no. 131 # just a package to be published. 151 # Otherwise, attempt to define common targets assuming defaults. 177 # Determine if we should automatically add files directory to PKG_PROTO_DIRS. 182 # Add bit and mach-specific logic to genera [all...] |
H A D | justmake.mk | 4 # The contents of this file are subject to the terms of the 30 # and define "build", "install" targets appropriate to building your component. 45 # If component specific make targets need to be used for build or install, they 81 # arguments, don't redirect stdout/stderr to it. 110 # building; thus ideally, we would want to depend on .cloned here and below, 113 # stdout/stderr to it.
|
/solaris-userland/components/net-snmp-57/sun/sdk/demo/demo_module_3/ |
H A D | README_demo_module_3 | 5 * to the Sun Microsystems, Inc. standard license agreement and applicable 18 This code example shows you how to modify the code generated by 19 "mib2c -c mib2c.iterate.conf" command to perform data retrieval for 37 This example uses some dummy data to perform data retrieval for a 40 Some functions have been added to the generated code to implement a 41 link list to provide the test data. 47 this was renamed to init_demo_module_3. 55 How to Use the demo_module_3 Code Example 71 1. Copy the demo code to [all...] |
/solaris-userland/components/open-fabrics/ |
H A D | ofed.mk | 4 # The contents of this file are subject to the terms of the 40 # and we still need headers and to link with the components that we are 41 # building, we need to point the compiler and linker at a common proto area 45 # We need to insert the shared "proto" area include directories at the front 46 # of any compile line to preempt the system headers. It seems that the "best" 47 # way to do this is to augment the C/C++ compiler macros. YUCK!!!!
|
/solaris-userland/components/zlib/capabilities/sun4v/sparcv9/ |
H A D | longest_match_t4.s | 4 ! then it was modified by hand to remove some unnecessary instructions that 8 ! to the compiler generated code to produce an equivalent binary. The lines 18 ! it will be able to generate as efficient code as in this file the
|
/solaris-userland/tools/ |
H A D | cloney | 5 # The contents of this file are subject to the terms of the 26 # clone a directory to another using symlinks, in a very clunky way 38 echo symlink cloning $srcdir to $destdir
|
/solaris-userland/components/php/ |
H A D | php.mk | 4 # The contents of this file are subject to the terms of the 29 # PHP build system needs this to build 64-bit (and probably other things) 36 # Do not prompt to send test results upstream
|
H A D | phpize.mk | 4 # The contents of this file are subject to the terms of the 30 # expects the user to run "phpize" in order to create ./configure. 60 # The phpize script tries to copy some files into here, failing if the directory
|