blob: 0891a713b16acd982d5acb0c92c6d942fdb8e687 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
#!/bin/sh -
# $Id: s_all,v 12.2 2005/12/01 03:24:24 bostic Exp $
sh s_perm # permissions.
sh s_symlink # symbolic links.
sh s_readme # distribution README file.
#
# The following order is important, s_include must run last.
#
sh s_config # autoconf.
sh s_recover # logging/recovery files.
sh s_rpc # RPC files.
sh s_include # standard include files.
sh s_windows # Windows include files.
sh s_windows_dsp # Windows build environment.
sh s_vxworks # VxWorks include files.
sh s_java # Java support.
sh s_test # Test suite support.
sh s_tags # Tags files.
|