mirror of
https://github.com/mangosfour/server.git
synced 2025-12-14 07:37:01 +00:00
83 lines
2.6 KiB
Makefile
83 lines
2.6 KiB
Makefile
# -*- makefile -*-
|
|
#----------------------------------------------------------------------------
|
|
# GNU ACE Workspace
|
|
#
|
|
# $Id: GNUACEWorkspaceCreator.pm 80826 2008-03-04 14:51:23Z wotte $
|
|
#
|
|
# This file was generated by MPC. Any changes made directly to
|
|
# this file will be lost the next time it is generated.
|
|
#
|
|
# MPC Command:
|
|
# /export/anduriltmp/bczar/DOC_ROOT/stage-10168/ACE_wrappers/bin/mwc.pl -type gnuace -exclude "TAO/TAO_*.mwc,TAO/CIAO/CIAO_*.mwc" -recurse -hierarchy -relative ACE_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-10168/ACE_wrappers -relative TAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-10168/ACE_wrappers/TAO -relative CIAO_ROOT=/export/anduriltmp/bczar/DOC_ROOT/stage-10168/ACE_wrappers/TAO/CIAO
|
|
#
|
|
#----------------------------------------------------------------------------
|
|
|
|
MAKEFILE = GNUmakefile
|
|
|
|
ifeq ($(findstring k,$(MAKEFLAGS)),k)
|
|
KEEP_GOING = -
|
|
endif
|
|
|
|
include $(ACE_ROOT)/include/makeinclude/macros.GNU
|
|
|
|
all: ACE ACE_FlReactor ACE_Qt3Reactor ACE_TkReactor ACE_XtReactor ACE_ETCL ACE_ETCL_Parser Monitor_Control-target SSL-target
|
|
|
|
REMAINING_TARGETS := $(subst all, , $(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)
|
|
|
|
$(REMAINING_TARGETS):
|
|
@$(MAKE) -f GNUmakefile.ACE $(@)
|
|
@$(MAKE) -f GNUmakefile.ACE_FlReactor $(@)
|
|
@$(MAKE) -f GNUmakefile.ACE_Qt3Reactor $(@)
|
|
@$(MAKE) -f GNUmakefile.ACE_TkReactor $(@)
|
|
@$(MAKE) -f GNUmakefile.ACE_XtReactor $(@)
|
|
@cd ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL $(@)
|
|
@cd ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL_Parser $(@)
|
|
@cd Monitor_Control && $(MAKE) -f GNUmakefile.Monitor_Control $(@)
|
|
@cd SSL && $(MAKE) -f GNUmakefile.SSL $(@)
|
|
|
|
.PHONY: ACE
|
|
ACE:
|
|
@$(MAKE) -f GNUmakefile.ACE all
|
|
|
|
.PHONY: ACE_FlReactor
|
|
ACE_FlReactor: ACE
|
|
@$(MAKE) -f GNUmakefile.ACE_FlReactor all
|
|
|
|
.PHONY: ACE_Qt3Reactor
|
|
ACE_Qt3Reactor: ACE
|
|
@$(MAKE) -f GNUmakefile.ACE_Qt3Reactor all
|
|
|
|
.PHONY: ACE_TkReactor
|
|
ACE_TkReactor: ACE
|
|
@$(MAKE) -f GNUmakefile.ACE_TkReactor all
|
|
|
|
.PHONY: ACE_XtReactor
|
|
ACE_XtReactor: ACE
|
|
@$(MAKE) -f GNUmakefile.ACE_XtReactor all
|
|
|
|
.PHONY: ACE_ETCL
|
|
ACE_ETCL: ACE
|
|
@cd ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL all
|
|
|
|
.PHONY: ACE_ETCL_Parser
|
|
ACE_ETCL_Parser: ACE ACE_ETCL
|
|
@cd ETCL && $(MAKE) -f GNUmakefile.ACE_ETCL_Parser all
|
|
|
|
.PHONY: Monitor_Control-target
|
|
Monitor_Control-target: ACE ACE_ETCL ACE_ETCL_Parser
|
|
@cd Monitor_Control && $(MAKE) -f GNUmakefile.Monitor_Control all
|
|
|
|
.PHONY: SSL-target
|
|
SSL-target: ACE
|
|
@cd SSL && $(MAKE) -f GNUmakefile.SSL all
|
|
|
|
project_name_list:
|
|
@echo ACE_ETCL
|
|
@echo ACE_ETCL_Parser
|
|
@echo ACE
|
|
@echo ACE_FlReactor
|
|
@echo ACE_Qt3Reactor
|
|
@echo ACE_TkReactor
|
|
@echo ACE_XtReactor
|
|
@echo Monitor_Control-target
|
|
@echo SSL-target
|