blob: 43cc1a9834d1d08a78ca320165482fcb46fc5dc3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
#----------------------------------------------------------------------------
# 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
|