Add BSD license file
[platform/upstream/db4.git] / dist / s_all
1 #!/bin/sh -
2 #       $Id$
3
4 sh s_perm               # permissions.
5 sh s_readme             # distribution README file.
6
7 sh s_config             # autoconf.
8 sh s_apiflags           # API flags.
9 sh s_rpc                # RPC files.
10 sh s_sig                # Structure signature.
11 sh s_recover            # logging/recovery files.
12 sh s_message            # replication and repmgr message files.
13
14 #############################################################
15 # The following order is important, s_include must run after
16 # the other source files have been created.
17 #############################################################
18 sh s_include            # standard include files.
19
20 sh s_java               # Java support.
21 sh s_test               # Test suite support.
22 #sh s_tags              # Tags files.
23
24 #############################################################
25 # We only build the Cscope file for releases, it's too big to
26 # commit into the CVS tree.
27 #############################################################
28 #sh s_cscope            # Cscope files.
29
30 #############################################################
31 # Create the build environments last, they use files created
32 # by previous steps.
33 #############################################################
34 sh s_brew               # BREW support.
35 sh s_brew_dsp           # BREW support: build environment.
36 sh s_s60                # S60 support.
37 sh s_s60_mmp            # S60 support: build environment.
38 sh s_vxworks            # VxWorks support.
39 sh s_windows            # Windows support.
40 sh s_windows_dsp        # Windows support: build environment.