diff options
author | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 19:59:37 +0000 |
---|---|---|
committer | nobody <nobody@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2003-04-10 19:59:37 +0000 |
commit | 3df4acfa816441fc28a95dee6d0191a927145d95 (patch) | |
tree | b5ae7ca44662cfd8e5c95f1826e4406021a606f5 /samwise/makeinclude | |
parent | 60a5612b83d856fc0adc52b9f39fac9960ec9818 (diff) | |
download | ATCD-pre-subset.tar.gz |
This commit was manufactured by cvs2svn to create tag 'pre-subset'.pre-subset
Diffstat (limited to 'samwise/makeinclude')
-rw-r--r-- | samwise/makeinclude/executable.GNU | 26 | ||||
-rw-r--r-- | samwise/makeinclude/library.GNU | 17 | ||||
-rw-r--r-- | samwise/makeinclude/macros.GNU | 8 | ||||
-rw-r--r-- | samwise/makeinclude/rules.common.GNU | 7 | ||||
-rw-r--r-- | samwise/makeinclude/rules.makefiles.GNU | 25 | ||||
-rw-r--r-- | samwise/makeinclude/rules.nomakefiles.GNU | 6 | ||||
-rw-r--r-- | samwise/makeinclude/vacpp_setup.icc | 28 | ||||
-rw-r--r-- | samwise/makeinclude/workspace.GNU | 10 |
8 files changed, 0 insertions, 127 deletions
diff --git a/samwise/makeinclude/executable.GNU b/samwise/makeinclude/executable.GNU deleted file mode 100644 index 775fc3ff915..00000000000 --- a/samwise/makeinclude/executable.GNU +++ /dev/null @@ -1,26 +0,0 @@ -# -# $Id$ -# - -DEPENDENCY_FILE=.$(MAKEFILE).depend - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU --include $(ACE_ROOT)/TAO/rules.tao.GNU --include $(ACE_ROOT)/TAO/taoconfig.mk -include $(ACE_ROOT)/samwise/makeinclude/macros.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.common.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.nomakefiles.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU - -VOBJS = \ - $(subst .cpp,.$(OBJEXT),$(foreach file,$(SRC),$(VDIR)$(notdir $(file)))) - -ifeq (1,$(using_aix_vacpp)) -$(BIN): %: $(SRC) - vacbld_r $< -severitylevel=warning -else -$(BIN): %: $(VOBJS) - $(LINK.cc) $(CC_OUTPUT_FLAG) $@ $^ $(LDFLAGS) $(VLDLIBS) $(POSTLINK) -endif - -include $(ACE_ROOT)/include/makeinclude/rules.local.GNU diff --git a/samwise/makeinclude/library.GNU b/samwise/makeinclude/library.GNU deleted file mode 100644 index 37fff939f7d..00000000000 --- a/samwise/makeinclude/library.GNU +++ /dev/null @@ -1,17 +0,0 @@ -# -# $Id$ -# - -DEPENDENCY_FILE=.$(MAKEFILE).depend - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU --include $(ACE_ROOT)/TAO/rules.tao.GNU --include $(ACE_ROOT)/TAO/taoconfig.mk -include $(ACE_ROOT)/samwise/makeinclude/macros.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.common.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.nomakefiles.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nonested.GNU -include $(ACE_ROOT)/include/makeinclude/rules.lib.GNU -include $(ACE_ROOT)/include/makeinclude/rules.local.GNU - - diff --git a/samwise/makeinclude/macros.GNU b/samwise/makeinclude/macros.GNU deleted file mode 100644 index 96b12b72bf5..00000000000 --- a/samwise/makeinclude/macros.GNU +++ /dev/null @@ -1,8 +0,0 @@ -# -# $Id$ -# - -include $(ACE_ROOT)/include/makeinclude/macros.GNU - -TARGETS_MAKEFILES = \ - $(TARGETS_LOCAL:.local=.makefiles) diff --git a/samwise/makeinclude/rules.common.GNU b/samwise/makeinclude/rules.common.GNU deleted file mode 100644 index c75d7054778..00000000000 --- a/samwise/makeinclude/rules.common.GNU +++ /dev/null @@ -1,7 +0,0 @@ -# -# $Id$ -# - -$(TARGETS_LOCAL:.local=): %: %.local %.makefiles %.nested - -all.nested: all.makefiles diff --git a/samwise/makeinclude/rules.makefiles.GNU b/samwise/makeinclude/rules.makefiles.GNU deleted file mode 100644 index e5c7ce2c2b7..00000000000 --- a/samwise/makeinclude/rules.makefiles.GNU +++ /dev/null @@ -1,25 +0,0 @@ -# -# $Id$ -# - -$(TARGETS_MAKEFILES): -ifneq ($(MAKEFILES),) - ifeq (Windows,$(findstring Windows,$(OS))) - @cmd /c "FOR /D %m IN ($(MAKEFILES)) DO $(MAKE) -f %m MAKEFILES= MAKEFILE=$$m $(@:.makefiles=)" - else # ! Windows - @for m in $(MAKEFILES); do \ - $(MAKE) -f $$m MAKEFILES= MAKEFILE=$$m $(@:.makefiles=); \ - done - endif # ! Windows -endif # MAKEFILES - -# ifneq ($(MAKEFILES),) -# $(TARGETS_MAKEFILES): %: $(foreach mk, $(MAKEFILES), %.$(mk:.gnu=)) -# -# $(foreach target, $(TARGETS_MAKEFILES), $(foreach mk, $(MAKEFILES), $(target).$(mk:.gnu=))): -# $(MAKE) MAKEFILE=$(patsubst .%,%,$(suffix $@).gnu) \ -# MAKEFILES= -f $(patsubst .%,%,$(suffix $@).gnu) \ -# $(subst .makefiles,,$(basename $@)) -# endif # MAKEFILES - - diff --git a/samwise/makeinclude/rules.nomakefiles.GNU b/samwise/makeinclude/rules.nomakefiles.GNU deleted file mode 100644 index 4e2c679f131..00000000000 --- a/samwise/makeinclude/rules.nomakefiles.GNU +++ /dev/null @@ -1,6 +0,0 @@ -# -# $Id$ -# - -$(TARGETS_MAKEFILES): - diff --git a/samwise/makeinclude/vacpp_setup.icc b/samwise/makeinclude/vacpp_setup.icc deleted file mode 100644 index 69560afc89b..00000000000 --- a/samwise/makeinclude/vacpp_setup.icc +++ /dev/null @@ -1,28 +0,0 @@ -// -// $Id$ -// -// Define common settings shared by all Visual Age C++ projects -// - -if $__TOS_WIN__ { - option PlatformOptions = - define ("WIN32","1"), - define ("_WINDOWS","1"), - define ("__ACE_INLINE__","0"), - define ("ACE_HAS_DLL","0"), - define ("ACE_HAS_WINSOCK2","1") - group platformLinkLibs = "advapi32.lib", - "user32.lib", - "ws2_32.lib", - "wsock32.lib", - "mswsock.lib" -} -if $__TOS_AIX__ { - option PlatformOptions = - defaults(xlC_r), - gen(check,bounds,no), - link(typecheck,yes), - opt(level, 3), - gen(enumsize, small) - group platformLinkLibs = null -} diff --git a/samwise/makeinclude/workspace.GNU b/samwise/makeinclude/workspace.GNU deleted file mode 100644 index fd081396b65..00000000000 --- a/samwise/makeinclude/workspace.GNU +++ /dev/null @@ -1,10 +0,0 @@ -# -# $Id$ -# - -include $(ACE_ROOT)/include/makeinclude/wrapper_macros.GNU -include $(ACE_ROOT)/samwise/makeinclude/macros.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.common.GNU -include $(ACE_ROOT)/samwise/makeinclude/rules.makefiles.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nested.GNU -include $(ACE_ROOT)/include/makeinclude/rules.nolocal.GNU |