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
Stefan Strogin
flac
Commits
5e8e25d5
Commit
5e8e25d5
authored
Sep 04, 2002
by
Josh Coalson
Browse files
rename plugin-common lib to plugin_common
parent
07414eb2
Changes
4
Hide whitespace changes
Inline
Side-by-side
src/plugin_common/Makefile.am
View file @
5e8e25d5
...
...
@@ -4,7 +4,7 @@ AUTOMAKE_OPTIONS = foreign
INCLUDES
=
-I
$(top_srcdir)
/include
noinst_LIBRARIES
=
libplugin
-
common.a
noinst_LIBRARIES
=
libplugin
_
common.a
noinst_HEADERS
=
\
all.h
\
...
...
src/plugin_common/Makefile.lite
View file @
5e8e25d5
...
...
@@ -2,7 +2,7 @@
# GNU makefile
#
LIB_NAME
=
libplugin
-
common
LIB_NAME
=
libplugin
_
common
INCLUDES
=
-I
../../include
-I
$(HOME)
/local/include
DEFINES
=
-DFLAC__HAS_ID3LIB
-DID3LIB_MAJOR
=
3
-DID3LIB_MINOR
=
8
-DID3LIB_PATCH
=
0
...
...
src/plugin_common/Makefile.vc
View file @
5e8e25d5
...
...
@@ -18,11 +18,11 @@ C_FILES= \
OBJS
=
$(C_FILES:.c=.obj)
all
:
plugin
-
common.lib
all
:
plugin
_
common.lib
plugin
-
common.lib
:
$(OBJS)
plugin
_
common.lib
:
$(OBJS)
link.exe
-lib
/nodefaultlib
-out
:../../obj/lib/
$*
.lib
$(OBJS)
clean
:
-
del
*
.obj
*
.pch
-
del ..
\.
.
\o
bj
\l
ib
\p
lugin
-
common.lib ..
\.
.
\o
bj
\l
ib
\p
lugin
-
common.pdb
-
del ..
\.
.
\o
bj
\l
ib
\p
lugin
_
common.lib ..
\.
.
\o
bj
\l
ib
\p
lugin
_
common.pdb
src/plugin_xmms/Makefile.lite
View file @
5e8e25d5
...
...
@@ -21,7 +21,7 @@
LIB_NAME
=
libxmms-flac
INCLUDES
=
$(
shell
xmms-config
--cflags
)
-I
./include
-I
../../include
-I
..
LIBS
=
../../obj/lib/libFLAC.a ../../obj/lib/libplugin
-
common.a
LIBS
=
../../obj/lib/libFLAC.a ../../obj/lib/libplugin
_
common.a
OBJS
=
\
charset.o
\
...
...
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