📄 gnumakefile.gnuace
字号:
# -*- Makefile -*-#----------------------------------------------------------------------------# GNU Makefile## @file GNUmakefile.gnuace## gnu.mpd,v 1.81 2004/03/29 14:04:51 elliott_c Exp## This file was automatically generated by MPC. Any changes made directly to# this file will be lost the next time it is generated.##----------------------------------------------------------------------------MAKEFILE = GNUmakefile.gnuaceDEPENDENCY_FILE = .depend.GNUmakefile.gnuaceBIN_UNCHECKED = TAOAdderClientFILES = \ ExampleInterfaces_i \ TAOAdderClient \ TAOAdderServer \ TAODirectAdderClient \ ExampleInterfacesC#----------------------------------------------------------------------------# Include macros and targets#----------------------------------------------------------------------------LDLIBS =include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU## We don't need the ACELIB setting from wrapper_macros.GNUACELIB =# To build multiple executables in the same directory on AIX, it works# best to have a template directory per project.# The compiler/linker isn't too smart about instantiating templates...ifdef TEMPINCDIRTEMPINCDIR := $(TEMPINCDIR)/gnuaceall: $(TEMPINCDIR)endifOUTPUT_DIRECTORY = .all: $(OUTPUT_DIRECTORY)$(OUTPUT_DIRECTORY): -@mkdir -p "$(OUTPUT_DIRECTORY)"LIBCHECK = 1ifeq ($(LIBCHECK), 1)BIN = $(BIN_UNCHECKED)else all: lib_warningendifOBJS = $(addsuffix .o, $(notdir $(FILES)))SRC = $(addsuffix .cpp, $(FILES))ifneq (,$(RC)) FILES += $(RESOURCES)endifinclude $(ACE_ROOT)/include/makeinclude/macros.GNUinclude $(ACE_ROOT)/include/makeinclude/rules.common.GNUinclude $(ACE_ROOT)/include/makeinclude/rules.nonested.GNUinclude $(ACE_ROOT)/include/makeinclude/rules.local.GNU#----------------------------------------------------------------------------# Local targets#----------------------------------------------------------------------------lib_warning: @echo This project will not be built due to the following missing library: @echo $(LIBCHECK)ifndef kylix$(BIN): $(addprefix $(VDIR), $(OBJS)) $(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $@ $^ $(VLDLIBS) $(POSTLINK)else$(BIN): $(addprefix $(VDIR), $(OBJS)) $(LINK.cc) $(LDFLAGS) $(CC_OUTPUT_FLAG) $(VLDLIBS) $(BORINITEXEOBJ) $(POSTLINK) $^, $@,,endifrealclean: cleanifneq ($(GENERATED_DIRTY),) -$(RM) -r $(GENERATED_DIRTY)endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -