SubDir HAIKU_TOP src apps cdplayer ;

SetSubDirSupportedPlatformsBeOSCompatible ;

Application CDPlayer : 
	CDAudioDevice.cpp
	CDDBSupport.cpp
	CDPlayer.cpp
	DoubleShotDrawButton.cpp
	DrawButton.cpp
	PlayList.cpp
	TwoStateDrawButton.cpp
	VolumeSlider.cpp

	: be $(TARGET_SELECT_UNAME_ETC_LIB) $(TARGET_NETAPI_LIB) $(TARGET_LIBSTDC++)
		$(HAIKU_LOCALE_LIBS) translation textencoding
	: CDPlayer.rdef
;

DoCatalogs CDPlayer :
    x-vnd.Haiku-CDPlayer
    :
	CDPlayer.cpp
;
