add new/missing files

This commit is contained in:
Josh Coalson
2003-01-10 05:39:00 +00:00
parent d060947ce9
commit 26dff91df1
8 changed files with 32 additions and 6 deletions

View File

@@ -38,7 +38,9 @@ test_libFLAC___SOURCES = \
metadata.cpp \ metadata.cpp \
metadata_manip.cpp \ metadata_manip.cpp \
metadata_object.cpp \ metadata_object.cpp \
metadata_utils.c \
decoders.h \ decoders.h \
encoders.h \ encoders.h \
file_utils.h \ file_utils.h \
metadata.h metadata.h \
metadata_utils.h

View File

@@ -24,10 +24,12 @@ topdir = ../..
PROGRAM_NAME = test_libFLAC++ PROGRAM_NAME = test_libFLAC++
INCLUDES = -I$(topdir)/include INCLUDES = -I$(topdir)/include
LIBS = -lgrabbag -lgain_analysis -lFLAC++ -lFLAC -lm LIBS = -lgrabbag -lgain_analysis -lFLAC++ -lFLAC -lm
SRCS_C = \
file_utils.c \
metadata_utils.c
SRCS_CPP = \ SRCS_CPP = \
decoders.cpp \ decoders.cpp \
encoders.cpp \ encoders.cpp \
file_utils.cpp \
main.cpp \ main.cpp \
metadata.cpp \ metadata.cpp \
metadata_manip.cpp \ metadata_manip.cpp \

View File

@@ -36,7 +36,8 @@ SUFFIXES = .cpp
!endif !endif
C_FILES= \ C_FILES= \
file_utils.c file_utils.c \
metadata_utils.c
CPP_FILES= \ CPP_FILES= \
decoders.cpp \ decoders.cpp \

View File

@@ -115,6 +115,10 @@ SOURCE=.\metadata_manip.cpp
SOURCE=.\metadata_object.cpp SOURCE=.\metadata_object.cpp
# End Source File # End Source File
# Begin Source File
SOURCE=.\metadata_utils.cpp
# End Source File
# End Group # End Group
# Begin Group "Header Files" # Begin Group "Header Files"
@@ -135,6 +139,10 @@ SOURCE=.\file_utils.h
SOURCE=.\metadata.h SOURCE=.\metadata.h
# End Source File # End Source File
# Begin Source File
SOURCE=.\metadata_utils.h
# End Source File
# End Group # End Group
# Begin Source File # Begin Source File

View File

@@ -37,6 +37,8 @@ test_libOggFLAC___SOURCES = \
encoders.cpp \ encoders.cpp \
file_utils.c \ file_utils.c \
main.cpp \ main.cpp \
metadata_utils.c \
decoders.h \ decoders.h \
encoders.h \ encoders.h \
file_utils.h file_utils.h \
metadata_utils.h

View File

@@ -25,10 +25,12 @@ PROGRAM_NAME = test_libOggFLAC++
#@@@ TODO: conditionalize ogg lib path and -logg #@@@ TODO: conditionalize ogg lib path and -logg
INCLUDES = -I$(topdir)/include INCLUDES = -I$(topdir)/include
LIBS = -lgrabbag -lgain_analysis -lOggFLAC++ -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm LIBS = -lgrabbag -lgain_analysis -lOggFLAC++ -lOggFLAC -lFLAC -L$(HOME)/local/lib -logg -lm
SRCS_C = \
file_utils.c \
metadata_utils.c
SRCS_CPP = \ SRCS_CPP = \
decoders.cpp \ decoders.cpp \
encoders.cpp \ encoders.cpp \
file_utils.cpp \
main.cpp main.cpp
include $(topdir)/build/exe.mk include $(topdir)/build/exe.mk

View File

@@ -36,7 +36,8 @@ SUFFIXES = .cpp
!endif !endif
C_FILES= \ C_FILES= \
file_utils.c file_utils.c \
metadata_utils.c
CPP_FILES= \ CPP_FILES= \
decoders.cpp \ decoders.cpp \

View File

@@ -103,6 +103,10 @@ SOURCE=.\file_utils.c
SOURCE=.\main.cpp SOURCE=.\main.cpp
# End Source File # End Source File
# Begin Source File
SOURCE=.\metadata_utils.c
# End Source File
# End Group # End Group
# Begin Group "Header Files" # Begin Group "Header Files"
@@ -119,6 +123,10 @@ SOURCE=.\encoders.h
SOURCE=.\file_utils.h SOURCE=.\file_utils.h
# End Source File # End Source File
# Begin Source File
SOURCE=.\metadata_utils.h
# End Source File
# End Group # End Group
# Begin Source File # Begin Source File