Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
3960df1f
Commit
3960df1f
authored
Oct 15, 2002
by
Matt Zimmerman
Browse files
Fix slightly botched search-and-replace which produced constructs like
"@ CFLAGS".
parent
72695809
Changes
10
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.am
View file @
3960df1f
...
...
@@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS
=
flac
CFLAGS
=
@
CFLAGS@ @ OGG_CFLAGS@
CFLAGS
=
@CFLAGS@ @ OGG_CFLAGS@
if
FLaC__HAS_OGG
NEED_OGGFLAC_LIB
=
$(top_builddir)
/src/libOggFLAC/libOggFLAC.la
...
...
src/libFLAC/Makefile.am
View file @
3960df1f
...
...
@@ -20,7 +20,7 @@ lib_LTLIBRARIES = libFLAC.la
if
DEBUG
DEBUGCFLAGS
=
-DFLAC__OVERFLOW_DETECT
endif
CFLAGS
=
@
CFLAGS@
$(DEBUGCFLAGS)
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
if
FLaC__NO_ASM
else
...
...
src/libOggFLAC/Makefile.am
View file @
3960df1f
...
...
@@ -20,7 +20,7 @@ lib_LTLIBRARIES = libOggFLAC.la
if
DEBUG
DEBUGCFLAGS
=
endif
CFLAGS
=
@
CFLAGS@
$(DEBUGCFLAGS)
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
SUBDIRS
=
include .
...
...
src/metaflac/Makefile.am
View file @
3960df1f
...
...
@@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS
=
metaflac
CFLAGS
=
@
CFLAGS@
CFLAGS
=
@CFLAGS@
EXTRA_DIST
=
\
Makefile.lite
\
...
...
src/plugin_xmms/Makefile.am
View file @
3960df1f
...
...
@@ -27,7 +27,7 @@ noinst_HEADERS = \
configure.h
\
wrap_id3.h
CFLAGS
=
@
CFLAGS@ @ ID3LIB_CFLAGS@ @ XMMS_CFLAGS@
CFLAGS
=
@CFLAGS@ @ ID3LIB_CFLAGS@ @ XMMS_CFLAGS@
INCLUDES
=
-I
$(top_srcdir)
/src
xmmsinputplugindir
=
@ XMMS_INPUT_PLUGIN_DIR@
...
...
src/test_libFLAC++/Makefile.am
View file @
3960df1f
...
...
@@ -15,7 +15,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
CFLAGS
=
@
CFLAGS@
CFLAGS
=
@CFLAGS@
EXTRA_DIST
=
\
Makefile.lite
\
...
...
src/test_libFLAC/Makefile.am
View file @
3960df1f
...
...
@@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite
\
Makefile.vc
CFLAGS
=
@
CFLAGS@
CFLAGS
=
@CFLAGS@
INCLUDES
=
-I
$(top_srcdir)
/src/libFLAC/include
noinst_PROGRAMS
=
test_libFLAC
...
...
src/test_libOggFLAC++/Makefile.am
View file @
3960df1f
...
...
@@ -20,7 +20,7 @@ EXTRA_DIST = \
Makefile.vc
\
README
CFLAGS
=
@
CFLAGS@ @ OGG_CFLAGS@
CFLAGS
=
@CFLAGS@ @ OGG_CFLAGS@
noinst_PROGRAMS
=
test_libOggFLAC++
test_libOggFLAC___LDADD
=
$(top_builddir)
/src/libOggFLAC++/libOggFLAC++.la
$(top_builddir)
/src/libOggFLAC/libOggFLAC.la
$(top_builddir)
/src/libFLAC/libFLAC.la @ OGG_LIBS@
-lm
...
...
src/test_libOggFLAC/Makefile.am
View file @
3960df1f
...
...
@@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite
\
Makefile.vc
CFLAGS
=
@
CFLAGS@ @ OGG_CFLAGS@
CFLAGS
=
@CFLAGS@ @ OGG_CFLAGS@
INCLUDES
=
noinst_PROGRAMS
=
test_libOggFLAC
...
...
src/test_streams/Makefile.am
View file @
3960df1f
...
...
@@ -19,7 +19,7 @@ EXTRA_DIST = \
Makefile.lite
\
Makefile.vc
CFLAGS
=
@
CFLAGS@
CFLAGS
=
@CFLAGS@
noinst_PROGRAMS
=
test_streams
test_streams_SOURCES
=
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment