Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
F
flac
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Stefan Strogin
flac
Commits
05a39840
Commit
05a39840
authored
Jan 30, 2005
by
Josh Coalson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix handling of CFLAGS/CXXFLAGS, now using AM_CFLAGS
parent
3c8d2973
Changes
14
Hide whitespace changes
Inline
Side-by-side
Showing
14 changed files
with
13 additions
and
17 deletions
+13
-17
src/flac/Makefile.am
src/flac/Makefile.am
+2
-1
src/libFLAC++/Makefile.am
src/libFLAC++/Makefile.am
+0
-1
src/libFLAC/Makefile.am
src/libFLAC/Makefile.am
+2
-1
src/libOggFLAC++/Makefile.am
src/libOggFLAC++/Makefile.am
+0
-1
src/libOggFLAC/Makefile.am
src/libOggFLAC/Makefile.am
+2
-1
src/metaflac/Makefile.am
src/metaflac/Makefile.am
+0
-1
src/plugin_xmms/Makefile.am
src/plugin_xmms/Makefile.am
+2
-1
src/test_grabbag/cuesheet/Makefile.am
src/test_grabbag/cuesheet/Makefile.am
+0
-2
src/test_libFLAC++/Makefile.am
src/test_libFLAC++/Makefile.am
+0
-2
src/test_libFLAC/Makefile.am
src/test_libFLAC/Makefile.am
+0
-1
src/test_libOggFLAC++/Makefile.am
src/test_libOggFLAC++/Makefile.am
+1
-1
src/test_libOggFLAC/Makefile.am
src/test_libOggFLAC/Makefile.am
+2
-1
src/test_seeking/Makefile.am
src/test_seeking/Makefile.am
+2
-1
src/test_streams/Makefile.am
src/test_streams/Makefile.am
+0
-2
No files found.
src/flac/Makefile.am
View file @
05a39840
...
...
@@ -16,7 +16,8 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS
=
flac
CFLAGS
=
@CFLAGS@ @OGG_CFLAGS@
AM_CFLAGS
=
@OGG_CFLAGS@
if
FLaC__HAS_OGG
NEED_OGGFLAC_LIB
=
$(top_builddir)
/src/libOggFLAC/libOggFLAC.la
...
...
src/libFLAC++/Makefile.am
View file @
05a39840
...
...
@@ -29,7 +29,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
lib_LTLIBRARIES
=
libFLAC++.la
CXXFLAGS
=
@CXXFLAGS@
m4datadir
=
$(datadir)
/aclocal
m4data_DATA
=
libFLAC++.m4
...
...
src/libFLAC/Makefile.am
View file @
05a39840
...
...
@@ -43,7 +43,8 @@ else
CPUCFLAGS
=
-maltivec
-mabi
=
altivec
-force_cpusubtype_ALL
-DFLAC__NO_ASM
endif
endif
CFLAGS
=
@CFLAGS@
$(DEBUGCFLAGS)
$(CPUCFLAGS)
AM_CFLAGS
=
$(DEBUGCFLAGS)
$(CPUCFLAGS)
if
FLaC__NO_ASM
else
...
...
src/libOggFLAC++/Makefile.am
View file @
05a39840
...
...
@@ -29,7 +29,6 @@
# SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
lib_LTLIBRARIES
=
libOggFLAC++.la
CXXFLAGS
=
@CXXFLAGS@
m4datadir
=
$(datadir)
/aclocal
m4data_DATA
=
libOggFLAC++.m4
...
...
src/libOggFLAC/Makefile.am
View file @
05a39840
...
...
@@ -32,7 +32,8 @@ lib_LTLIBRARIES = libOggFLAC.la
if
DEBUG
DEBUGCFLAGS
=
endif
CFLAGS
=
@CFLAGS@ @OGG_CFLAGS@
$(DEBUGCFLAGS)
AM_CFLAGS
=
@OGG_CFLAGS@
$(DEBUGCFLAGS)
SUBDIRS
=
include .
...
...
src/metaflac/Makefile.am
View file @
05a39840
...
...
@@ -16,7 +16,6 @@
# Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
bin_PROGRAMS
=
metaflac
CFLAGS
=
@CFLAGS@
EXTRA_DIST
=
\
Makefile.lite
\
...
...
src/plugin_xmms/Makefile.am
View file @
05a39840
...
...
@@ -29,7 +29,8 @@ noinst_HEADERS = \
plugin.h
\
tag.h
CFLAGS
=
@CFLAGS@ @XMMS_CFLAGS@
AM_CFLAGS
=
@XMMS_CFLAGS@
INCLUDES
=
-I
$(top_srcdir)
/src
if
FLaC__INSTALL_XMMS_PLUGIN_LOCALLY
xmmsinputplugindir
=
$(HOME)
/.xmms/Plugins
...
...
src/test_grabbag/cuesheet/Makefile.am
View file @
05a39840
...
...
@@ -19,8 +19,6 @@ EXTRA_DIST = \
Makefile.lite
\
test_cuesheet.dsp
CFLAGS
=
@CFLAGS@
noinst_PROGRAMS
=
test_cuesheet
test_cuesheet_SOURCES
=
\
main.c
...
...
src/test_libFLAC++/Makefile.am
View file @
05a39840
...
...
@@ -15,8 +15,6 @@
# 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@
EXTRA_DIST
=
\
Makefile.lite
\
README
\
...
...
src/test_libFLAC/Makefile.am
View file @
05a39840
...
...
@@ -19,7 +19,6 @@ EXTRA_DIST = \
Makefile.lite
\
test_libFLAC.dsp
CFLAGS
=
@CFLAGS@
INCLUDES
=
-I
$(top_srcdir)
/src/libFLAC/include
noinst_PROGRAMS
=
test_libFLAC
...
...
src/test_libOggFLAC++/Makefile.am
View file @
05a39840
...
...
@@ -20,7 +20,7 @@ EXTRA_DIST = \
README
\
test_libOggFLAC++.dsp
CFLAGS
=
@CFLAGS@
@OGG_CFLAGS@
AM_CFLAGS
=
@OGG_CFLAGS@
noinst_PROGRAMS
=
test_libOggFLAC++
test_libOggFLAC___LDADD
=
\
...
...
src/test_libOggFLAC/Makefile.am
View file @
05a39840
...
...
@@ -19,7 +19,8 @@ EXTRA_DIST = \
Makefile.lite
\
test_libOggFLAC.dsp
CFLAGS
=
@CFLAGS@ @OGG_CFLAGS@
AM_CFLAGS
=
@OGG_CFLAGS@
INCLUDES
=
noinst_PROGRAMS
=
test_libOggFLAC
...
...
src/test_seeking/Makefile.am
View file @
05a39840
...
...
@@ -19,7 +19,8 @@ EXTRA_DIST = \
Makefile.lite
\
test_seeking.dsp
CFLAGS
=
@CFLAGS@ @OGG_CFLAGS@
AM_CFLAGS
=
@OGG_CFLAGS@
INCLUDES
=
if
FLaC__HAS_OGG
...
...
src/test_streams/Makefile.am
View file @
05a39840
...
...
@@ -19,8 +19,6 @@ EXTRA_DIST = \
Makefile.lite
\
test_streams.dsp
CFLAGS
=
@CFLAGS@
noinst_PROGRAMS
=
test_streams
test_streams_SOURCES
=
\
main.c
...
...
Write
Preview
Markdown
is supported
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