# -*- makefile -*-
#----------------------------------------------------------------------------
#       GNU ACE Workspace
#
# $Id: GNUACEWorkspaceCreator.pm 2179 2013-05-28 22:16:51Z mesnierp $
#
# This file was generated by MPC.  Any changes made directly to
# this file will be lost the next time it is generated.
#
# MPC Command:
# /tao_builds/jenkins/workspace/oci_tao-2_2_0_spider_linux_gcc_d1o0/ACE_wrappers//bin/mwc.pl -type gnuace -features java=1 java -exclude java/jms
#
#----------------------------------------------------------------------------

MAKEFILE = GNUmakefile

ifeq ($(findstring k,$(MAKEFLAGS)),k)
  KEEP_GOING = -
endif

include $(ACE_ROOT)/include/makeinclude/macros.GNU

all: idl2jni_test_simple

depend: idl2jni_test_simple-depend

REMAINING_TARGETS := $(filter-out all,$(TARGETS_NESTED:.nested=)) $(CUSTOM_TARGETS)

$(REMAINING_TARGETS):
	$(KEEP_GOING)@cd simple && $(MAKE) -f GNUmakefile.idl2jni_test_simple $(@)

.PHONY: idl2jni_test_simple
idl2jni_test_simple:
	$(KEEP_GOING)@cd simple && $(MAKE) -f GNUmakefile.idl2jni_test_simple all

.PHONY: idl2jni_test_simple-depend
idl2jni_test_simple-depend:
	$(KEEP_GOING)@cd simple && $(MAKE) -f GNUmakefile.idl2jni_test_simple depend

project_name_list:
	@echo idl2jni_test_simple
