* add mail in AC_INIT

* remove Makefile.in when cleaning
 * INCLUDES -> AM_CPPFLAGS
 * minor cleaning


SVN revision: 32342
This commit is contained in:
doursse 2007-11-04 09:53:29 +00:00 committed by doursse
parent 59d2a4a627
commit f936cbea25
6 changed files with 42 additions and 15 deletions

View File

@ -4,7 +4,7 @@ MAINTAINERCLEANFILES = Makefile.in aclocal.m4 config.guess \
config.h.in config.sub configure install-sh \
ltconfig ltmain.sh missing mkinstalldirs \
stamp-h.in edje_docs.tar edje_docs.tar.gz edje.c \
debian/changelog edje.spec
debian/changelog edje.spec depcomp compile
### this is all fine and great - but edje should not be going and installing
### data in another software's data dir - it's just wrong. not to mention this

View File

@ -3,7 +3,7 @@ dnl Process this file with autoconf to produce a configure script.
# get rid of that stupid cache mechanism
rm -f config.cache
AC_INIT(edje, 0.5.0.041)
AC_INIT(edje, 0.5.0.041, enlightenment-devel@lists.sourceforge.net)
AC_PREREQ(2.52)
AC_CONFIG_SRCDIR(configure.in)
AC_CANONICAL_BUILD
@ -18,6 +18,7 @@ AM_PROG_CC_STDC
AM_PROG_CC_C_O
AC_HEADER_STDC
AC_C_CONST
AC_LIBTOOL_WIN32_DLL
define([AC_LIBTOOL_LANG_CXX_CONFIG], [:])dnl
define([AC_LIBTOOL_LANG_F77_CONFIG], [:])dnl
@ -147,3 +148,23 @@ src/lib/Makefile
src/bin/Makefile
debian/changelog
])
#####################################################################
## Info
echo
echo
echo
echo "------------------------------------------------------------------------"
echo "$PACKAGE $VERSION"
echo "------------------------------------------------------------------------"
echo
echo "Configuration Options Summary:"
echo
echo " Compilation..........: make"
echo
echo " Installation.........: make install"
echo
echo " prefix.............: $prefix"
echo

View File

@ -1,3 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
SUBDIRS = include
EXTRA_DIST = edc.vim

View File

@ -1,3 +1,6 @@
MAINTAINERCLEANFILES = Makefile.in
FILES = edje.inc
incdir = $(pkgdatadir)/include

View File

@ -1,13 +1,14 @@
## Process this file with automake to produce Makefile.in
INCLUDES = \
MAINTAINERCLEANFILES = Makefile.in
AM_CPPFLAGS = \
-I$(top_srcdir) \
-I$(top_srcdir)/bin \
-I$(top_srcdir)/src/lib \
@EDJE_CFLAGS@ \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\"
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EDJE_CFLAGS@
bin_SCRIPTS = \
@EDJE_RECC_PRG@

View File

@ -1,20 +1,20 @@
## Process this file with automake to produce Makefile.in
AUTOMAKE_OPTIONS = 1.4 foreign
# A list of all the files in the current directory which can be regenerated
MAINTAINERCLEANFILES = Makefile.in
INCLUDES = \
AM_CPPFLAGS = \
-I. \
-I$(top_srcdir) \
-I$(top_builddir) \
-I$(top_srcdir)/src/lib \
-DPACKAGE_BIN_DIR=\"$(bindir)\" \
-DPACKAGE_LIB_DIR=\"$(libdir)\" \
-DPACKAGE_DATA_DIR=\"$(datadir)/$(PACKAGE)\" \
@EDJE_CFLAGS@
lib_LTLIBRARIES = \
libedje.la
libedje.la
include_HEADERS = \
Edje.h
Edje.h
libedje_la_SOURCES = \
edje_calc.c \
@ -37,7 +37,6 @@ edje_cache.c \
edje_textblock_styles.c
libedje_la_LIBADD = -lm @EDJE_LIBS@ @fnmatch_libs@
libedje_la_CPPFLAGS =
libedje_la_DEPENDENCIES = $(top_builddir)/config.h
libedje_la_LDFLAGS = @create_shared_lib@ -version-info @version_info@