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
4061aa8f
Commit
4061aa8f
authored
Aug 07, 2002
by
Josh Coalson
Browse files
add libOggFLAC
parent
60431ec4
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/flac/Makefile.lite
View file @
4061aa8f
...
...
@@ -24,13 +24,14 @@ ifeq ($(DARWIN_BUILD),yes)
INCLUDES
=
-I
./include
-I
../../include
LIBS
=
-lFLAC
-lc
-lm
else
#@@@ TODO: conditionalize ogg includes, defines, and -logg
ifeq
($(SOLARIS_BUILD),yes)
INCLUDES
=
-I
./include
-I
../../include
LIBS
=
-l
FLAC
-lm
INCLUDES
=
-I
./include
-I
../../include
-I
$(HOME)
/local/include
-DFLAC__HAS_OGG
LIBS
=
-l
OggFLAC
-lFLAC
-lm
-L
$(HOME)
/local/lib
-logg
else
#@@@ TODO: conditionalize ogg includes, defines, and -logg
INCLUDES
=
-I
./include
-I
../../include
-I
$(HOME)
/local/include
-DFLAC__HAS_OGG
LIBS
=
-lFLAC
-lm
-L
$(HOME)
/local/lib
-logg
LIBS
=
-lOggFLAC
-lFLAC
-lm
-L
$(HOME)
/local/lib
-logg
endif
endif
...
...
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