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
f29622d1
Commit
f29622d1
authored
May 17, 2002
by
Josh Coalson
Browse files
minor cosmetics
parent
f17e5f40
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/libFLAC/Makefile.am
View file @
f29622d1
...
...
@@ -16,10 +16,6 @@
# Free Software Foundation, Inc., 59 Temple Place - Suite 330,
# Boston, MA 02111-1307, USA.
#
# GNU makefile
#
lib_LTLIBRARIES
=
libFLAC.la
if
DEBUG
DEBUGCFLAGS
=
-DFLAC__OVERFLOW_DETECT
...
...
src/libFLAC/Makefile.lite
View file @
f29622d1
...
...
@@ -20,7 +20,7 @@
# GNU makefile
#
LIB_NAME
=
libFLAC
LIB_NAME
=
libFLAC
ifeq
($(DARWIN_BUILD),yes)
DEFINES
=
-DFLAC__NO_NASM
-DFLAC__ALIGN_MALLOC_DATA
else
...
...
@@ -30,7 +30,7 @@ else
DEFINES
=
-DFLAC__CPU_IA32
-DFLAC__HAS_NASM
-DFLAC__ALIGN_MALLOC_DATA
endif
endif
INCLUDES
=
-I
./include
-I
../../include
INCLUDES
=
-I
./include
-I
../../include
DEBUG_CFLAGS
=
-DFLAC__OVERFLOW_DETECT
ifeq
($(DARWIN_BUILD),yes)
...
...
src/libFLAC/Makefile.vc
View file @
f29622d1
...
...
@@ -22,10 +22,10 @@ NASM=nasmw
!IFDEF
DEBUG
.c.obj
:
$(cc)
/D
"_LIB"
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /D FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
".
.
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
$(cc)
/D
"_LIB"
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /D FLAC__OVERFLOW_DETECT /GX
$(cdebug)
$(cflags)
/I
".
\i
nclude"
/I
".
.
\.
.
\i
nclude"
-DSTRICT
-YX
/Od /D
"_DEBUG"
$<
!else
.c.obj
:
$(cc)
/D
"_LIB"
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /O2
$(crelease)
$(cflags)
/I
".
.
\.
.
\i
nclude"
/I
".
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
$(cc)
/D
"_LIB"
/D FLAC__CPU_IA32 /D FLAC__HAS_NASM /D NO_VFORK /O2
$(crelease)
$(cflags)
/I
".
\i
nclude"
/I
".
.
\.
.
\i
nclude"
-DSTRICT
-YX
-DNODEBUG
$<
!endif
C_FILES
=
\
...
...
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