Makefile

1. 前言

$? $@ $< $* CC = gcc INCLUDE = CFLAGS = -g -Wall -ansi OBJS = main.o haha.o sin_value.o cos_value.o LIBS = -lm

-Wall : 顯示所有的警告訊息

ZMQOPTS='-lzmq -lczmq'

LDADD is used by NetBSD in the bsd.prog.mk Makefile, which is used to build programs of the base distribution and some of the programs in pkgsrc.

LDLIBS is used by NetBSD in the sys.mk Makefile, which is used for implicit rules.

LDLIBS is also used by GNU Make.

LIBS is used by the GNU ./configure scripts.

© 2017 Trashman all right reserved,powered by Gitbook修訂時間: 2024-10-14 03:41:00

results matching ""

    No results matching ""