Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Xiph.Org
flac
Commits
edcde6fd
Commit
edcde6fd
authored
Sep 02, 2004
by
Josh Coalson
Browse files
add --tag=CC required by latest libtool
parent
27426b69
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/ia32/Makefile.am
View file @
edcde6fd
...
@@ -33,7 +33,7 @@ SUFFIXES = .nasm .lo
...
@@ -33,7 +33,7 @@ SUFFIXES = .nasm .lo
STRIP_NON_ASM
=
sh
$(top_srcdir)
/strip_non_asm_libtool_args.sh
STRIP_NON_ASM
=
sh
$(top_srcdir)
/strip_non_asm_libtool_args.sh
.nasm.lo
:
.nasm.lo
:
$(LIBTOOL)
--mode
=
compile
$(STRIP_NON_ASM)
$(NASM)
-f
$(OBJ_FORMAT)
-d
OBJ_FORMAT_
$(OBJ_FORMAT)
-i
$(srcdir)
/
$<
-o
$@
$(LIBTOOL)
--tag
=
CC
--mode
=
compile
$(STRIP_NON_ASM)
$(NASM)
-f
$(OBJ_FORMAT)
-d
OBJ_FORMAT_
$(OBJ_FORMAT)
-i
$(srcdir)
/
$<
-o
$@
noinst_LTLIBRARIES
=
libFLAC-asm.la
noinst_LTLIBRARIES
=
libFLAC-asm.la
libFLAC_asm_la_SOURCES
=
\
libFLAC_asm_la_SOURCES
=
\
...
...
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