代码搜索:Builds
找到约 2,456 项符合「Builds」的源代码
代码结果 2,456
www.eeworm.com/read/136865/5842431
mk toplevel.mk
#
# FreeType build system -- top-level sub-Makefile
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used
www.eeworm.com/read/136822/5850162
mk toplevel.mk
#
# FreeType build system -- top-level sub-Makefile
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used
www.eeworm.com/read/136816/5855063
mk toplevel.mk
#
# FreeType build system -- top-level sub-Makefile
#
# Copyright 1996-2000 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used
www.eeworm.com/read/136815/5856728
projects readme.projects
This directory contains project files for building zlib under various
Integrated Development Environments (IDE).
If you wish to submit a new project to this directory, you should comply
to the follow
www.eeworm.com/read/100925/6264890
sh checkmakefiles.sh
#!/bin/sh
if [ `cat $2/builds/original/.version_flag` != $1 ]; then
make ROOT="$2" BUILDTYPE="$1" SERVERTYPE="$3" updatemakefiles
fi
www.eeworm.com/read/129847/14222625
projects readme.projects
This directory contains project files for building zlib under various
Integrated Development Environments (IDE).
If you wish to submit a new project to this directory, you should comply
to the fo
www.eeworm.com/read/226004/14503483
am makefile.am
# All portions of code are copyright by their respective author/s.
# Copyright (c) 2006 Gautam Iyer
#
# This program is free software; you can redistribute it and/o
www.eeworm.com/read/167562/5458680
mk toplevel.mk
#
# FreeType build system -- top-level sub-Makefile
#
# Copyright 1996-2000, 2001, 2003 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may
www.eeworm.com/read/167562/5458713
mk detect.mk
#
# FreeType 2 configuration file to detect a UNIX host platform.
#
# Copyright 1996-2000, 2002, 2003, 2004 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeTy
www.eeworm.com/read/187102/8856122
test instexec.test
#!/bin/sh
# Test for this bug: when a Makefile.am builds nothing, no
# install-exec target is generated.
. $srcdir/defs || exit 1
: > Makefile.am
$AUTOMAKE || exit 1
grep '^install-exec:' Makefil