add replaygain_synthesis
authorJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 1 Nov 2002 04:27:46 +0000 (04:27 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Fri, 1 Nov 2002 04:27:46 +0000 (04:27 +0000)
src/plugin_common/Makefile.am
src/plugin_common/Makefile.lite
src/plugin_common/Makefile.vc
src/plugin_common/all.h
src/plugin_common/plugin_common.dsp

index 64f3675..ac5a84f 100644 (file)
@@ -2,6 +2,8 @@
 
 AUTOMAKE_OPTIONS = foreign
 
+SUBDIRS = include .
+
 INCLUDES = -I$(top_srcdir)/include @ID3LIB_CFLAGS@
 
 noinst_LIBRARIES = libplugin_common.a
@@ -10,10 +12,12 @@ noinst_HEADERS = \
        all.h \
        canonical_tag.h \
        charset.h \
+       defs.h \
        dither.h \
        id3v1.h \
        id3v2.h \
        locale_hack.h \
+       replaygain_synthesis.h \
        vorbiscomment.h
 
 libplugin_common_a_SOURCES = \
@@ -22,6 +26,7 @@ libplugin_common_a_SOURCES = \
        dither.c \
        id3v1.c \
        id3v2.c \
+       replaygain_synthesis.c \
        vorbiscomment.c
 
 EXTRA_DIST = \
index 4e59417..4977c8a 100644 (file)
@@ -5,7 +5,7 @@
 topdir = ../..
 
 LIB_NAME = libplugin_common
-INCLUDES = -I$(topdir)/include -I$(HOME)/local/include
+INCLUDES = -I./include -I$(topdir)/include -I$(HOME)/local/include
 DEFINES  = -DFLAC__HAS_ID3LIB -DID3LIB_MAJOR=3 -DID3LIB_MINOR=8 -DID3LIB_PATCH=0
 
 OBJS = \
@@ -14,6 +14,7 @@ OBJS = \
        dither.o \
        id3v1.o \
        id3v2.o \
+       replaygain_synthesis.o \
        vorbiscomment.o
 
 include $(topdir)/build/lib.mk
index 9f2be20..e8c3c0b 100644 (file)
@@ -2,10 +2,10 @@
 \r
 !IFDEF DEBUG\r
 .c.obj:\r
-       $(cc) /D "_LIB" -DFLAC__NO_DLL /GX $(cdebug) $(cflags) /I "..\..\include" -DSTRICT -YX /Od /D "_DEBUG" $<\r
+       $(cc) /D "_LIB" -DFLAC__NO_DLL /GX $(cdebug) $(cflags) /I ".\include" /I "..\..\include" -DSTRICT -YX /Od /D "_DEBUG" $<\r
 !else\r
 .c.obj:\r
-       $(cc) /D "_LIB" -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I "..\..\include" -DSTRICT -YX -DNODEBUG $<\r
+       $(cc) /D "_LIB" -DFLAC__NO_DLL /O2 $(crelease) $(cflags) /I ".\include" /I "..\..\include" -DSTRICT -YX -DNODEBUG $<\r
 !endif\r
 \r
 C_FILES= \\r
@@ -14,6 +14,7 @@ C_FILES= \
        dither.c \\r
        id3v1.c \\r
        id3v2.c \\r
+       replaygain_synthesis.c \\r
        vorbiscomment.c\r
 \r
 OBJS= $(C_FILES:.c=.obj)\r
index 5e5ac41..8c409ac 100644 (file)
@@ -27,6 +27,7 @@
 #include "id3v1.h"
 #include "id3v2.h"
 #include "locale_hack.h"
+#include "replaygain_synthesis.h"
 #include "vorbiscomment.h"
 
 #endif
index 7344645..0fb2ff4 100644 (file)
@@ -114,12 +114,20 @@ SOURCE=.\id3v2.c
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\replaygain_synthesis.c\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\vorbiscomment.c\r
 # End Source File\r
 # End Group\r
 # Begin Group "Private Header Files"\r
 \r
 # PROP Default_Filter ""\r
+# Begin Source File\r
+\r
+SOURCE=.\include\private\fast_float_math_hack.h\r
+# End Source File\r
 # End Group\r
 # Begin Group "Protected Header Files"\r
 \r
@@ -158,6 +166,10 @@ SOURCE=.\locale_hack.h
 # End Source File\r
 # Begin Source File\r
 \r
+SOURCE=.\replaygain_synthesis.h\r
+# End Source File\r
+# Begin Source File\r
+\r
 SOURCE=.\vorbiscomment.h\r
 # End Source File\r
 # End Group\r