1#!/bin/sh -
2#	$Id$
3
4sh s_readme		# distribution README file.
5
6sh s_config		# autoconf.
7sh s_apiflags		# API flags.
8sh s_sig		# Structure signature.
9sh s_recover		# logging/recovery files.
10sh s_message		# replication and repmgr message files.
11sh s_message_id		# generate message id.
12sh s_sql		# regenerate sqlite3.c
13sh s_php                # PHP config 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_csharp		# Csharp support.
23sh s_test		# Test suite support.
24#sh s_tags		# Tags files.
25
26#############################################################
27# We only build the Cscope file for releases, it's too big to
28# commit into the CVS tree.
29#############################################################
30#sh s_cscope		# Cscope files.
31
32#############################################################
33# Create the build environments last, they use files created
34# by previous steps.
35#############################################################
36sh s_vxworks		# VxWorks support.
37sh s_windows		# Windows support.
38sh s_windows_dsp	# Windows support: build environment.
39sh s_android            # Android support: drop-in build environment.
40