?? makefile
字號:
# Generated automatically from Makefile.in by configure.## Makefile for the SDP example.# This probably requires GNU make.## Location of includes and libraryCSRC = ../../src# Library nameLNAME = uclmmbaseDEFS = -DHAVE_CONFIG_HCFLAGS = -g -W -Wall -Wwrite-strings -Wbad-function-cast -Wmissing-prototypes -Wcast-qual -Wmissing-declarations -Werror $(DEFS) -I$(CSRC)LIBS = -lnsl -lsocket -L$(CSRC) -l$(LNAME)CC = gccTARGET = sdpdemoOBJS = sdpdemo.oSRCS = $(OBJS:%.o=%.c)all: $(TARGET)sdpdemo: $(OBJS) $(CSRC)/lib$(LNAME).a $(CC) $(CFLAGS) -o $@ $(@).o $(LIBS).c.o: $(CC) $(CFLAGS) $(INC) -c $<$(CSRC)/lib$(LNAME).a: cd $(CSRC) && $(MAKE)clean: -rm -f $(OBJS) $(TARGET)distclean: clean -rm -f Makefile
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -