Automake cleanups.

This commit is contained in:
Jaroslav Kysela 2003-03-07 16:55:24 +00:00
parent 6b7e64beb2
commit 7f888e23f5
7 changed files with 6 additions and 46 deletions

View file

@ -1,4 +1,5 @@
SUBDIRS = ext
SUBDIRS =
DIST_SUBDIRS = ext scopes
EXTRA_LTLIBRARIES = libpcm.la

View file

@ -1,7 +1,7 @@
CFLAGS = -g -O2 -W -Wall
lib_LTLIBRARIES = liblevel.la
pkglib_LTLIBRARIES = liblevel.la
liblevel_la_SOURCES = level.c
liblevel_la_LIBADD = -lncurses

View file

@ -1,9 +0,0 @@
AC_INIT(level.c)
AM_INIT_AUTOMAKE(scopes, 0.9)
AC_PROG_CC
AC_PROG_INSTALL
AC_PROG_LN_S
AM_PROG_LIBTOOL
AC_OUTPUT(Makefile)

View file

@ -1,12 +0,0 @@
#!/bin/bash
libtoolize --force --copy --automake
aclocal $ACLOCAL_FLAGS
automake --foreign --add-missing
autoconf
export CFLAGS='-O2 -Wall -W -pipe -g'
echo "CFLAGS=$CFLAGS"
echo "./configure $@"
./configure $@
unset CFLAGS
make