touch $@
libraries-int:
- if [ $(NEUTRINO_HD_PORT) == neutrino-hd-single-old ]; then \
+ if [ $(NEUTRINO_HD_PORT) = "neutrino-hd-single-old" ]; then \
$(MAKE) $(D)/libmad $(D)/libid3tag $(D)/libungif $(D)/openssl $(D)/libcurl $(D)/freetype $(D)/libjpeg $(D)/libboost $(D)/ffmpeg-old $(D)/libvorbis $(D)/openthreads; \
else \
$(MAKE) $(D)/libmad $(D)/libid3tag $(D)/libungif $(D)/openssl $(D)/libcurl $(D)/freetype $(D)/libjpeg $(D)/libboost $(D)/dvbsi $(D)/ffmpeg $(D)/libvorbis $(D)/openthreads; \
fi
libraries-int-new:
- if [ $(NEUTRINO_HD_PORT) == neutrino-single-old ]; then \
+ if [ $(NEUTRINO_HD_PORT) = "neutrino-single-old" ]; then \
$(MAKE) $(D)/libmad $(D)/libid3tag-new $(D)/libungif-new $(D)/openssl-new $(D)/libcurl-new $(D)/freetype-new $(D)/libjpeg $(D)/libboost-new $(D)/ffmpeg-new $(D)/libvorbis $(D)/openthreads; \
else \
$(MAKE) $(D)/libmad $(D)/libid3tag-new $(D)/libungif-new $(D)/openssl-new $(D)/libcurl-new $(D)/freetype-new $(D)/libjpeg $(D)/libboost-new $(D)/dvbsi $(D)/ffmpeg $(D)/libvorbis $(D)/openthreads; \