Makefile.am : Add *~ to CLEANFILES.

This commit is contained in:
Erik de Castro Lopo 2010-10-06 22:16:41 +11:00
parent 76d95ca6c3
commit c114f21ecf
5 changed files with 14 additions and 1 deletions

View File

@ -6,6 +6,9 @@
* src/rf64.c
Minor tweaks.
* Makefile.am */Makefile.am
Add *~ to CLEANFILES.
2010-10-05 Erik de Castro Lopo <erikd AT mega-nerd DOT com>
* src/sndfile.c

View File

@ -11,12 +11,15 @@ DIST_SUBDIRS = M4 man doc Win32 src Octave examples regtest tests programs
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in
CLEANFILES = *~
pkgconfigdir = $(libdir)/pkgconfig
pkgconfig_DATA = sndfile.pc
m4datadir = $(datadir)/aclocal
#===============================================================================
test: check-recursive
# Target to make autogenerated files.

View File

@ -9,6 +9,8 @@ OS_SPECIFIC_LINKS = @OS_SPECIFIC_LINKS@
INCLUDES = -I$(top_srcdir)/src $(OS_SPECIFIC_CFLAGS)
CLEANFILES = *~
# This is the BeOS version of sndfile-play. It needs to be compiled with the C++
# compiler.
EXTRA_DIST = sndfile-play-beos.cpp test-sndfile-metadata-set.py

View File

@ -33,6 +33,9 @@ FILESPECIFIC = sndfile.c aiff.c au.c avr.c caf.c dwd.c flac.c g72x.c htk.c ircam
macbinary3.c macos.c mat4.c mat5.c nist.c ogg.c paf.c pvf.c raw.c rx2.c sd2.c \
sds.c svx.c txw.c voc.c wve.c w64.c wav_w64.c wav.c xi.c mpc2k.c rf64.c
CLEANFILES = *~
#===============================================================================
# MinGW requires -no-undefined if a DLL is to be built.
libsndfile_la_LDFLAGS = -no-undefined -version-info @SHARED_VERSION_INFO@ @SHLIB_VERSION_ARG@
libsndfile_la_SOURCES = $(FILESPECIFIC) $(noinst_HEADERS)

View File

@ -31,6 +31,8 @@ autogen_sources = write_read_test.tpl write_read_test.def \
EXTRA_DIST = $(autogen_sources)
CLEANFILES = *~
#===============================================================================
sfversion_SOURCES = sfversion.c
@ -200,4 +202,4 @@ endif
check: $(noinst_PROGRAMS) test_wrapper.sh
sh test_wrapper.sh