Skip to content

Commit

Permalink
Added FLAC's build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Oct 13, 2017
1 parent 731b090 commit 0952ea6
Show file tree
Hide file tree
Showing 7 changed files with 975 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .hgignore
@@ -1,3 +1,5 @@
syntax:regexp
^build
syntax:glob
autom4te*
config.cache
Expand All @@ -14,5 +16,4 @@ libtool
.DS_Store
xcuserdata
*.xcworkspace
build
SDL2_mixer.pc
23 changes: 23 additions & 0 deletions external/flac-1.3.2/build/Makefile.am
@@ -0,0 +1,23 @@
# FLAC - Free Lossless Audio Codec
# Copyright (C) 2002-2009 Josh Coalson
# Copyright (C) 2011-2016 Xiph.Org Foundation
#
# This file is part the FLAC project. FLAC is comprised of several
# components distributed under different licenses. The codec libraries
# are distributed under Xiph.Org's BSD-like license (see the file
# COPYING.Xiph in this distribution). All other programs, libraries, and
# plugins are distributed under the GPL (see COPYING.GPL). The documentation
# is distributed under the Gnu FDL (see COPYING.FDL). Each file in the
# FLAC distribution contains at the top the terms under which it may be
# distributed.
#
# Since this particular file is relevant to all components of FLAC,
# it may be distributed under the Xiph.Org license, which is the least
# restrictive of those mentioned above. See the file COPYING.Xiph in this
# distribution.

EXTRA_DIST = \
compile.mk \
config.mk \
exe.mk \
lib.mk

0 comments on commit 0952ea6

Please sign in to comment.