Blame Makefile.deps

Packit Service 065837
#  FLAC - Free Lossless Audio Codec
Packit Service 065837
#  Copyright (C) 2001-2009  Josh Coalson
Packit Service 065837
#  Copyright (C) 2011-2016  Xiph.Org Foundation
Packit Service 065837
#
Packit Service 065837
#  This file is part the FLAC project.  FLAC is comprised of several
Packit Service 065837
#  components distributed under different licenses.  The codec libraries
Packit Service 065837
#  are distributed under Xiph.Org's BSD-like license (see the file
Packit Service 065837
#  COPYING.Xiph in this distribution).  All other programs, libraries, and
Packit Service 065837
#  plugins are distributed under the GPL (see COPYING.GPL).  The documentation
Packit Service 065837
#  is distributed under the Gnu FDL (see COPYING.FDL).  Each file in the
Packit Service 065837
#  FLAC distribution contains at the top the terms under which it may be
Packit Service 065837
#  distributed.
Packit Service 065837
#
Packit Service 065837
#  Since this particular file is relevant to all components of FLAC,
Packit Service 065837
#  it may be distributed under the Xiph.Org license, which is the least
Packit Service 065837
#  restrictive of those mentioned above.  See the file COPYING.Xiph in this
Packit Service 065837
#  distribution.
Packit Service 065837
Packit Service 065837
ifeq ($(findstring Windows,$(OS)),Windows) # "Windows" is provided by GNU Make's internal $(OS)
Packit Service 065837
    WIN_DEPS = share/win_utf8_io
Packit Service 065837
else
Packit Service 065837
    WIN_DEPS =
Packit Service 065837
endif
Packit Service 065837
Packit Service 065837
flac: libFLAC share $(WIN_DEPS)
Packit Service 065837
libFLAC++: libFLAC
Packit Service 065837
metaflac: libFLAC share $(WIN_DEPS)
Packit Service 065837
plugin_common: libFLAC
Packit Service 065837
plugin_xmms: libFLAC plugin_common
Packit Service 065837
share: libFLAC
Packit Service 065837
test_grabbag: share
Packit Service 065837
test_libs_common: libFLAC
Packit Service 065837
test_libFLAC++: libFLAC libFLAC++ test_libs_common
Packit Service 065837
test_libFLAC: libFLAC test_libs_common
Packit Service 065837
test_seeking: libFLAC
Packit Service 065837
test_streams: share
Packit Service 065837
flacdiff: libFLAC libFLAC++ $(WIN_DEPS)
Packit Service 065837
flactimer:
Packit Service 065837
utils: flacdiff flactimer