1#!/bin/sh -
2#	$Id$
3
4sh s_perm		# permissions.
5sh s_readme		# distribution README file.
6
7sh s_config		# autoconf.
8sh s_apiflags		# API flags.
9sh s_rpc		# RPC files.
10sh s_sig		# Structure signature.
11sh s_recover		# logging/recovery files.
12sh 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#############################################################
18sh s_include		# standard include files.
19
20sh s_java		# Java support.
21sh 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#############################################################
34sh s_brew		# BREW support.
35sh s_brew_dsp		# BREW support: build environment.
36sh s_s60		# S60 support.
37sh s_s60_mmp		# S60 support: build environment.
38sh s_vxworks		# VxWorks support.
39sh s_windows		# Windows support.
40sh s_windows_dsp	# Windows support: build environment.
41