Skip to content

Commit

Permalink
Removed rma/rlink/rdump as targets
Browse files Browse the repository at this point in the history
  • Loading branch information
Boisy Pitre committed Feb 8, 2013
1 parent 61040f9 commit 16b4c34
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 111 deletions.
6 changes: 3 additions & 3 deletions build/unix/makefile
Expand Up @@ -6,13 +6,13 @@ vpath %.c ../../mamou:../../os9
PACKAGENAME = toolshed$(RELEASE).tgz
INSTALLDIR = $(HOME)/bin
DIRS = libtoolshed libnative libcecb librbf libcoco libdecb libmisc libsys \
ar2 os9 mamou decb rma rlink rdump tocgen cocofuse makewav libcecb cecb
ar2 os9 mamou decb tocgen cocofuse makewav libcecb cecb

all:
$(foreach dir, $(DIRS), (cd $(dir); $(MAKE));)

install: all
cp ar2/ar2 os9/os9 mamou/mamou cecb/cecb decb/decb rma/rma rlink/rlink rdump/rdump tocgen/tocgen \
cp ar2/ar2 os9/os9 mamou/mamou cecb/cecb decb/decb tocgen/tocgen \
cocofuse/cocofuse makewav/makewav $(INSTALLDIR)
# as6809/as6809 aslink/aslink $(INSTALLDIR)

Expand All @@ -21,7 +21,7 @@ package: all
mkdir toolshed$(RELEASE)
mkdir toolshed$(RELEASE)/bin
mkdir toolshed$(RELEASE)/lib
cp os9/os9 cecb/cecb decb/decb mamou/mamou rma/rma rlink/rlink rdump/rdump tocgen/tocgen makewav/makewav toolshed$(RELEASE)/bin
cp os9/os9 cecb/cecb decb/decb mamou/mamou tocgen/tocgen makewav/makewav toolshed$(RELEASE)/bin
cp ../../alib/alib.l toolshed$(RELEASE)/lib
tar czvf $(PACKAGENAME) toolshed$(RELEASE)
rm -rf toolshed$(RELEASE)
Expand Down
18 changes: 0 additions & 18 deletions build/unix/rdump/Makefile

This file was deleted.

20 changes: 0 additions & 20 deletions build/unix/rlink/makefile

This file was deleted.

18 changes: 0 additions & 18 deletions build/unix/rma/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions build/unix/rsdos/Makefile

This file was deleted.

6 changes: 3 additions & 3 deletions build/win32/Makefile
Expand Up @@ -7,7 +7,7 @@ RELEASE = _2.0
PACKAGENAME = toolshed$(RELEASE)_win32.zip
INSTALLDIR = $(HOME)/bin
DIRS = libnative librbf libcoco libdecb libmisc libcecb libsys \
libtoolshed os9 mamou decb cecb rma rlink rdump makewav tocgen
libtoolshed os9 mamou decb cecb makewav tocgen
# ar2

export CC=gcc
Expand All @@ -18,14 +18,14 @@ all:

install: all
cp os9/os9.exe mamou/mamou.exe decb/decb.exe cecb/cecb.exe \
rma/rma.exe rlink/rlink.exe rdump/rdump.exe makewav/makewav.exe tocgen/tocgen.exe \
makewav/makewav.exe tocgen/tocgen.exe \
$(INSTALLDIR)
# ar2/ar2.exe

package: all
rm -f $(PACKAGENAME)
zip -9j $(PACKAGENAME) os9/os9.exe decb/decb.exe cecb/cecb.exe mamou/mamou.exe \
rma/rma.exe rlink/rlink.exe rdump/rdump.exe makewav/makewav.exe \
makewav/makewav.exe \
tocgen/tocgen.exe readme.rtf
# ar2/ar2.exe

Expand Down
12 changes: 0 additions & 12 deletions build/win32/rdump/Makefile

This file was deleted.

13 changes: 0 additions & 13 deletions build/win32/rlink/Makefile

This file was deleted.

11 changes: 0 additions & 11 deletions build/win32/rma/Makefile

This file was deleted.

0 comments on commit 16b4c34

Please sign in to comment.