annotate src/libSAD/Makefile @ 4813:9bc0c8a3a0f0

moved private libraries to plugindir to avoid conflict with audacious.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Wed, 26 Nov 2008 03:50:00 +0900
parents a7b80f765d6f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4750
74134c731db6 make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4261
diff changeset
1 LIB = ${LIB_PREFIX}SAD${LIB_SUFFIX}
74134c731db6 make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4261
diff changeset
2 LIB_MAJOR = 1
74134c731db6 make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4261
diff changeset
3 LIB_MINOR = 0
74134c731db6 make libSAD shared library, so plugins can use it
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4261
diff changeset
4
4232
704607c1f858 1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff changeset
5 SRCS = dither.c \
704607c1f858 1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff changeset
6 dither_ops.c \
704607c1f858 1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff changeset
7 noicegen.c
704607c1f858 1st attempt to integrate dithering and RG engine
Eugene Zagidullin <e.asphyx@gmail.com>
parents:
diff changeset
8
4812
a7b80f765d6f moved libSAD.h to src/audlegacy for the path for header files.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4811
diff changeset
9 INCLUDES = common.h \
4760
d0218338996d order matters.
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4757
diff changeset
10 dither.h
4260
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
11
4261
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
12 include ../../buildsys.mk
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
13 include ../../extra.mk
80cdcabbc373 fixed order
mf0102 <0102@gmx.at>
parents: 4260
diff changeset
14
4813
9bc0c8a3a0f0 moved private libraries to plugindir to avoid conflict with audacious.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4812
diff changeset
15 #PACKAGE = libSAD
9bc0c8a3a0f0 moved private libraries to plugindir to avoid conflict with audacious.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4812
diff changeset
16 #includesubdir = audlegacy
4811
7bf7f83a217e rename src/audacious src/audlegacy so that both audlegacy and audacious can coexist.
Yoshiki Yazawa <yaz@honeyplanet.jp>
parents: 4760
diff changeset
17
4260
032207ff2a87 install libSAD headers
mf0102 <0102@gmx.at>
parents: 4251
diff changeset
18 CPPFLAGS += ${SIMD_CFLAGS} -I../..
4753
4eb812a53716 fix libSAD linkage
Andrew O. Shadoura <bugzilla@tut.by>
parents: 4750
diff changeset
19 CFLAGS += ${LIB_CFLAGS}