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
26dff91d
Commit
26dff91d
authored
Jan 10, 2003
by
Josh Coalson
Browse files
add new/missing files
parent
d060947c
Changes
8
Hide whitespace changes
Inline
Side-by-side
src/test_libFLAC++/Makefile.am
View file @
26dff91d
...
...
@@ -38,7 +38,9 @@ test_libFLAC___SOURCES = \
metadata.cpp
\
metadata_manip.cpp
\
metadata_object.cpp
\
metadata_utils.c
\
decoders.h
\
encoders.h
\
file_utils.h
\
metadata.h
metadata.h
\
metadata_utils.h
src/test_libFLAC++/Makefile.lite
View file @
26dff91d
...
...
@@ -24,10 +24,12 @@ topdir = ../..
PROGRAM_NAME
=
test_libFLAC++
INCLUDES
=
-I
$(topdir)
/include
LIBS
=
-lgrabbag
-lgain_analysis
-lFLAC
++
-lFLAC
-lm
SRCS_C
=
\
file_utils.c
\
metadata_utils.c
SRCS_CPP
=
\
decoders.cpp
\
encoders.cpp
\
file_utils.cpp
\
main.cpp
\
metadata.cpp
\
metadata_manip.cpp
\
...
...
src/test_libFLAC++/Makefile.vc
View file @
26dff91d
...
...
@@ -36,7 +36,8 @@ SUFFIXES = .cpp
!endif
C_FILES
=
\
file_utils.c
file_utils.c
\
metadata_utils.c
CPP_FILES
=
\
decoders.cpp
\
...
...
src/test_libFLAC++/test_libFLAC++.dsp
View file @
26dff91d
...
...
@@ -115,6 +115,10 @@ SOURCE=.\metadata_manip.cpp
SOURCE=.\metadata_object.cpp
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.cpp
# End Source File
# End Group
# Begin Group "Header Files"
...
...
@@ -135,6 +139,10 @@ SOURCE=.\file_utils.h
SOURCE=.\metadata.h
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.h
# End Source File
# End Group
# Begin Source File
...
...
src/test_libOggFLAC++/Makefile.am
View file @
26dff91d
...
...
@@ -37,6 +37,8 @@ test_libOggFLAC___SOURCES = \
encoders.cpp
\
file_utils.c
\
main.cpp
\
metadata_utils.c
\
decoders.h
\
encoders.h
\
file_utils.h
file_utils.h
\
metadata_utils.h
src/test_libOggFLAC++/Makefile.lite
View file @
26dff91d
...
...
@@ -25,10 +25,12 @@ PROGRAM_NAME = test_libOggFLAC++
#@@@ TODO: conditionalize ogg lib path and -logg
INCLUDES
=
-I
$(topdir)
/include
LIBS
=
-lgrabbag
-lgain_analysis
-lOggFLAC
++
-lOggFLAC
-lFLAC
-L
$(HOME)
/local/lib
-logg
-lm
SRCS_C
=
\
file_utils.c
\
metadata_utils.c
SRCS_CPP
=
\
decoders.cpp
\
encoders.cpp
\
file_utils.cpp
\
main.cpp
include
$(topdir)/build/exe.mk
...
...
src/test_libOggFLAC++/Makefile.vc
View file @
26dff91d
...
...
@@ -36,7 +36,8 @@ SUFFIXES = .cpp
!endif
C_FILES
=
\
file_utils.c
file_utils.c
\
metadata_utils.c
CPP_FILES
=
\
decoders.cpp
\
...
...
src/test_libOggFLAC++/test_libOggFLAC++.dsp
View file @
26dff91d
...
...
@@ -103,6 +103,10 @@ SOURCE=.\file_utils.c
SOURCE=.\main.cpp
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.c
# End Source File
# End Group
# Begin Group "Header Files"
...
...
@@ -119,6 +123,10 @@ SOURCE=.\encoders.h
SOURCE=.\file_utils.h
# End Source File
# Begin Source File
SOURCE=.\metadata_utils.h
# End Source File
# End Group
# Begin Source File
...
...
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