comparison Makefile @ 15785:1d4f60b08be1

split PARTS into multiple lines also
author henry
date Mon, 20 Jun 2005 14:35:00 +0000
parents d3d30585a9d2
children ad1c38d52803
comparison
equal deleted inserted replaced
15784:29c784e5b40b 15785:1d4f60b08be1
142 142
143 ifeq ($(FAAC),yes) 143 ifeq ($(FAAC),yes)
144 CODEC_LIBS += $(FAAC_LIB) 144 CODEC_LIBS += $(FAAC_LIB)
145 endif 145 endif
146 146
147 PARTS = libmpdemux libmpcodecs libavcodec libavformat libao2 drivers osdep postproc input libvo libaf 147 PARTS = libmpdemux \
148 libmpcodecs \
149 libavcodec \
150 libavformat \
151 libao2 \
152 drivers \
153 osdep \
154 postproc \
155 input \
156 libvo \
157 libaf \
158
148 ifeq ($(MP3LIB),yes) 159 ifeq ($(MP3LIB),yes)
149 PARTS += mp3lib 160 PARTS += mp3lib
150 endif 161 endif
151 ifeq ($(LIBA52),yes) 162 ifeq ($(LIBA52),yes)
152 PARTS += liba52 163 PARTS += liba52