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