diff options
author | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-08 20:22:59 +0000 |
---|---|---|
committer | bala <bala@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2004-04-08 20:22:59 +0000 |
commit | a813218fa58ff836fbaffaa8cc8348f0d191b3b6 (patch) | |
tree | 0aa6bcbaad34f539209d2c249f29b0d1223f8536 /Kokyu | |
parent | fd086adbf9daa6f8e5d1c782955be38c471c8888 (diff) | |
download | ATCD-a813218fa58ff836fbaffaa8cc8348f0d191b3b6.tar.gz |
ChangeLogTag:Thu Apr 8 20:12:30 2004 Balachandran Natarajan <bala@dre.vanderbilt.edu>
Diffstat (limited to 'Kokyu')
-rw-r--r-- | Kokyu/Makefile.Kokyu.bor | 67 | ||||
-rw-r--r-- | Kokyu/Makefile.bor | 23 |
2 files changed, 0 insertions, 90 deletions
diff --git a/Kokyu/Makefile.Kokyu.bor b/Kokyu/Makefile.Kokyu.bor deleted file mode 100644 index c6776ee511e..00000000000 --- a/Kokyu/Makefile.Kokyu.bor +++ /dev/null @@ -1,67 +0,0 @@ -# -# $Id$ -# -# Makefile for building the Kokyu library with Borland C++ Builder - -NAME = Kokyu - -OBJFILES = \ - $(OBJDIR)\Default_Dispatcher_Impl.obj \ - $(OBJDIR)\Dispatcher_Impl.obj \ - $(OBJDIR)\Dispatcher_Task.obj \ - $(OBJDIR)\Kokyu.obj \ - $(OBJDIR)\Kokyu_defs.obj - -EXTERNAL_LIBS = - -LFLAGS = \ - -L..\ace\$(CONFIG_SUBDIR) -L..\ace \ - -L$(CORE_BINDIR) - -LIBFILES = \ - ACE$(LIB_DECORATOR).lib \ - $(EXTERNAL_LIBS) - -!ifdef STATIC -LIB_FLAGS = -DACE_AS_STATIC_LIBS=1 -DLL_FLAGS = -!else -LIB_FLAGS = -DLL_FLAGS = -DKOKYU_BUILD_DLL=1 -!endif - -CFLAGS = \ - -I.. \ - $(LIB_FLAGS) \ - $(DLL_FLAGS) - -CPPDIR = . - -INCLUDES = \ - DSRT_Direct_Dispatcher_Impl_T.h \ - DSRT_Dispatch_Item_T.h \ - DSRT_Dispatcher_Impl_T.h \ - DSRT_Sched_Queue_T.h \ - Default_Dispatcher_Impl.h \ - Dispatcher_Impl.h \ - Dispatcher_Task.h \ - Kokyu.h \ - Kokyu_defs.h \ - Kokyu_dsrt.h \ - DSRT_Direct_Dispatcher_Impl_T \ - DSRT_Dispatch_Item_T \ - DSRT_Dispatcher_Impl_T \ - DSRT_Sched_Queue_T \ - Kokyu_dsrt \ - DSRT_Dispatch_Item_T.i \ - DSRT_Dispatcher_Impl_T.i \ - Default_Dispatcher_Impl.i \ - Dispatcher_Impl.i \ - Dispatcher_Task.i \ - Kokyu.i \ - Kokyu_defs.i \ - Kokyu_dsrt.i - -BASE_BINDIR = ..\bin - -!include <$(ACE_ROOT)\include\makeinclude\build_library.bor> diff --git a/Kokyu/Makefile.bor b/Kokyu/Makefile.bor deleted file mode 100644 index 7d716d422cf..00000000000 --- a/Kokyu/Makefile.bor +++ /dev/null @@ -1,23 +0,0 @@ -# -# $Id$ -# -#---------------------------------------------------------------------------- -# Borland Workspace -#---------------------------------------------------------------------------- - -!include <$(ACE_ROOT)\include\makeinclude\make_flags.bor> - -all: - $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Kokyu.bor all - -clean: - $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Kokyu.bor clean - -realclean: - $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Kokyu.bor realclean - -install: - $(MAKE) -$(MAKEFLAGS) $(MAKE_FLAGS) -f Makefile.Kokyu.bor install - -regenerate: - perl /home/venkita/DSRT_work/ACE_wrappers/bin/mwc.pl -type borland Kokyu.mwc |