diff options
Diffstat (limited to 'config/commence.in')
-rw-r--r-- | config/commence.in | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/config/commence.in b/config/commence.in new file mode 100644 index 0000000..503fa0d --- /dev/null +++ b/config/commence.in @@ -0,0 +1,35 @@ +#------------------------------------------------------------- -*- makefile -*- +# The following section of this makefile comes from the +# `./config/commence' file which was generated with config.status +# from `./config/commence.in'. +#------------------------------------------------------------------------------ + +# Things that Make needs +.SUFFIXES: +.SUFFIXES: .c .o +@SET_MAKE@ + +# Programs +SHELL=/bin/sh +CC=@CC@ +CFLAGS=@CFLAGS@ +CPPFLAGS=@CPPFLAGS@ +LIBS=@LIBS@ +AR=ar +RANLIB=@RANLIB@ +RM=rm -f +INSTALL=@INSTALL@ +INSTALL_PROGRAM=@INSTALL_PROGRAM@ +INSTALL_DATA=@INSTALL_DATA@ + +# Installation points +prefix=@prefix@ +exec_prefix=@exec_prefix@ +bindir=@bindir@ +libdir=@libdir@ +includedir=@includedir@ + +#------------------------------------------------------------------------------ +# The following section of this makefile comes from the middle of `Makefile.in' +# from this directory. It was generated by running `config.status'. +#------------------------------------------------------------------------------ |