⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile

📁 介绍:MySQL是比较出名的数据库软件
💻
字号:
# Generated automatically from Makefile.in by configure.# === makefile ============================================================# Copyright (c) 1993 Chris Provenzano, proven@athena.mit.edu##	Description: This file is for creating the test programs for libpthread.a##	1.00 93/08/03 proven#		-Initial cut for pthreads.#srctop = /home/my/tmp/BUILD/mit-pthreadssrcdir = /home/my/tmp/BUILD/mit-pthreads/bin/fingerVPATH = /home/my/tmp/BUILD/mit-pthreads/bin/fingerprefix= /usr/local/pthreadsexec_prefix= ${prefix}INSTALL_PATH = ${prefix}      BINDIR = $(INSTALL_PATH)/bin      LIBDIR = $(INSTALL_PATH)/lib      MANDIR = $(INSTALL_PATH)/man      INCDIR = $(INSTALL_PATH)/include          CC = ../../pgcc -notinstalled CDEBUGFLAGS = -O6 -DDBUG_OFF   -Werror    INCLUDES = -I/home/my/tmp/BUILD/mit-pthreads/lib/libpthreadutil/ -L../../lib/libpthreadutil/      CFLAGS = $(CDEBUGFLAGS) $(INCLUDES) $(ADDL_CFLAGS) -DSRCDIR=\"$(srcdir)\"      RANLIB = ranlib        OBJS = finger.o net.o      BINARY = finger#################################################################################all : $(BINARY)clean: 	rm -f *.o $(TESTS) $(BENCHMARKS) a.out core maketmp makeoutdepend:	sed '/\#\#\# Dependencies/q' < Makefile > maketmp	(for i in $(CSRC);do $(CPP) -M $$i;done) >> maketmp	cp maketmp Makefileinstall: $(BINARY)	install $(BINARY) $(BINDIR)realclean: clean	rm -f MakefileMakefile: Makefile.in	(cd ../.. ; sh config.status).c.o:	$(CC) $(CFLAGS) -c $< $(BINARY) : ${OBJS} 	$(CC) $(CFLAGS) -o $(BINARY) ${OBJS} -lpthreadutil################################################################################### Do not remove the following line. It is for depend ############################ Dependencies:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -