mirror of
https://git.zap.org.au/git/trader.git
synced 2025-02-02 15:08:13 -05:00
Add build infrastructure for basic processing of various subdirectories
This commit is contained in:
parent
c79ad6b99d
commit
6a69114d64
@ -28,3 +28,6 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see http://www.gnu.org/licenses/.
|
# along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
|
|
||||||
|
|
||||||
|
SUBDIRS = lib src doc
|
||||||
|
16
configure.ac
16
configure.ac
@ -28,5 +28,19 @@ dnl
|
|||||||
dnl You should have received a copy of the GNU General Public License
|
dnl You should have received a copy of the GNU General Public License
|
||||||
dnl along with this program. If not, see http://www.gnu.org/licenses/.
|
dnl along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
|
|
||||||
AC_INIT([Star Traders], [7.0], [J.Zaitseff@zap.org.au],, [http://www.zap.org.au/software/trader/])
|
|
||||||
|
AC_INIT([Star Traders], [7.0], [J.Zaitseff@zap.org.au], , [http://www.zap.org.au/software/trader/])
|
||||||
|
|
||||||
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
|
AM_INIT_AUTOMAKE([-Wall -Werror foreign])
|
||||||
|
AC_PREREQ(2.60)
|
||||||
|
|
||||||
|
AC_PROG_CC
|
||||||
|
AC_CONFIG_HEADERS([config.h])
|
||||||
|
AC_CONFIG_FILES([
|
||||||
|
Makefile
|
||||||
|
src/Makefile
|
||||||
|
lib/Makefile
|
||||||
|
doc/Makefile
|
||||||
|
])
|
||||||
AC_OUTPUT
|
AC_OUTPUT
|
||||||
|
@ -28,3 +28,7 @@
|
|||||||
#
|
#
|
||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see http://www.gnu.org/licenses/.
|
# along with this program. If not, see http://www.gnu.org/licenses/.
|
||||||
|
|
||||||
|
|
||||||
|
bin_PROGRAMS = trader
|
||||||
|
trader_SOURCES = trader.c trader.h
|
||||||
|
Loading…
x
Reference in New Issue
Block a user