代码搜索:MISC
找到约 10,000 项符合「MISC」的源代码
代码结果 10,000
www.eeworm.com/read/116725/14957116
am makefile.am
SUBDIRS=res
noinst_PROGRAMS=vacs
vacs_SOURCES=gui.c header.c footer.c splash.c misc.c command.c \
command.h footer.h gui.h header.h splash.h vacs.h
www.eeworm.com/read/161121/5557330
makefile
#
# linux/arch/i386/boot/compressed/Makefile
#
# create a compressed vmlinux image from the original vmlinux
#
HEAD = head.o
SYSTEM = $(TOPDIR)/vmlinux
OBJECTS = $(HEAD) misc.o
ZLDFLAGS = -e startu
www.eeworm.com/read/473927/6826237
rules deleted.rules
# Copyright 2001-2005 Sourcefire, Inc. All Rights Reserved
#
# This file may contain proprietary rules that were created, tested and
# certified by Sourcefire, Inc. (the "VRT Certified Rules") as well
www.eeworm.com/read/414260/11122754
makefile
CC = gcc
OFLAGS = -O3
CFLAGS = $(OFLAGS)
SRCS = bocs.c misc.c cache.c getopt.c
OBJS = bocs.o misc.o cache.o getopt.o
bocs: $(OBJS)
$(CC) -o bocs $(CFLAGS) $(OBJS)
.c.o:
$(CC) $(CFLAGS) -c $*.c
www.eeworm.com/read/109232/15561188
win makefile.win
# Project: Misc
# Makefile created by Dev-C++ 4.9.5.0
CC = g++.exe
WINDRES = windres.exe
RES =
OBJ = main.o $(RES)
LIBS = -L"C:\dev\DevCPP5b5-full\lib"
INCS = -I"C:\dev\DevCPP5b5-full
www.eeworm.com/read/104653/15686113
c dw_gtk_statuslabel.c
/*
* GTK - The GIMP Toolkit
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the term
www.eeworm.com/read/100412/15874325
in makefile.in
# Makefile.in generated automatically by automake 1.4 from Makefile.am
# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundat
www.eeworm.com/read/100119/15883626
djg makefile.djg
#
# Makefile for VIM on MSDOS, using DJGPP 2.0
#
#>>>>> choose options:
### See feature.h for a list of optionals.
### Any other defines can be included here.
DEFINES =
#>>>>> name of t