代码搜索:conditional
找到约 2,177 项符合「conditional」的源代码
代码结果 2,177
www.eeworm.com/read/292797/8332556
test condman.test
#! /bin/sh
# Make sure conditionals work with man pages.
. $srcdir/defs || exit 1
cat >> configure.in Makefile.am
www.eeworm.com/read/267358/11181816
h precomp.h
#pragma warning(disable:4214) // bit field types other than int
#pragma warning(disable:4201) // nameless struct/union
#pragma warning(disable:4115) // named type definition in parentheses
www.eeworm.com/read/249226/12516427
project
# input description file for `genmake.pl`
#
# directive keywords are 'lib', 'example', 'util', 'shared', 'include',
# 'exclude', 'conditional', 'flag'
###########################################
www.eeworm.com/read/187102/8855987
test else.test
#! /bin/sh
# Test to make sure line numbers are correct in some error reports.
. $srcdir/defs || exit 1
echo 'AM_CONDITIONAL(FOO, true)' >> configure.in
cat > Makefile.am
www.eeworm.com/read/381890/9067518
ac configure.ac
AC_INIT([libdmtx], [0.6.0], [mike@dragonflylogic.com])
AM_INIT_AUTOMAKE([-Wall -Werror gnu])
AC_PROG_CC
AC_PROG_LIBTOOL
AM_PROG_CC_C_O
AC_CONFIG_HEADERS([config.h])
AC_CONFIG_FILES([
Makefile
www.eeworm.com/read/176019/9522019
cpp nwfpe.cpp
/*************************************************************************
Copyright (C) 2002,2003,2004,2005 Wei Qin
See file COPYING for more information.
This program is free softwa
www.eeworm.com/read/312022/7218453
diff configure.ac.diff
Index: configure.ac
===================================================================
--- configure.ac (revision 9302)
+++ configure.ac (working copy)
@@ -3990,7 +3990,18 @@
fi
AM_CONDITIONA
www.eeworm.com/read/139557/5798438
sources
!if 0
Copyright (c) 1999-2000 Microsoft Corporation. All rights reserved.
!endif
!IF ("$(_TGTOS)" == "CE")
TARGETNAME=AsyncMac
TARGETTYPE=LIBRARY
DEFFILE=asyncmac.def
TARGETDEFNAME=asyncmac
www.eeworm.com/read/135941/5876964
makefile
#
# Makefile for building the SELinux security server as part of the kernel tree.
#
EXTRA_CFLAGS += -Isecurity/selinux/include
obj-y := ss.o
ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o pol
www.eeworm.com/read/127781/5997812
h ubsdefs.h
/*
* Broadcom Cryptonet Driver software is distributed as is, without any warranty
* of any kind, either express or implied as further specified in the GNU Public
* License. This software may be u