summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 19:01:02 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2008-11-19 19:01:02 +0000
commit17b2d09f628e21d5087ee5b3160cde168c23cfe2 (patch)
tree8d1a44bcff88476f1908824415f79b8040d4e115
parent7c5162416d6b449d5e36bb6dc0233dfd75dd7ac2 (diff)
downloadiconv-17b2d09f628e21d5087ee5b3160cde168c23cfe2.tar.gz
iconv-17b2d09f628e21d5087ee5b3160cde168c23cfe2.tar.bz2
Remove obsolete makefile
svn path=/trunk/iconv/; revision=5741
-rw-r--r--module/Mk80
1 files changed, 0 insertions, 80 deletions
diff --git a/module/Mk b/module/Mk
deleted file mode 100644
index de88cbc..0000000
--- a/module/Mk
+++ /dev/null
@@ -1,80 +0,0 @@
-# Old RISC OS makefile. This is of no real use now, but is retained
-# so that the useful parts may be integrated into the cross-platform
-# buildsystem at some later date
-
-TARGET = ^.!System.310.Modules.Iconv
-VERSION = 008
-PVERSION = 0.0.8
-CC = cc
-CFLAGS = -Wp -fnah -zM -fussy -ITCPIPLibs:
-CFLAGSDEBUG = -DDEBUG -ITCPIPLibs: -Wnp -fn -fussy
-LD = link
-LDFLAGS = C:o.stubs TCPIPLibs:o.unixlibzm C:unicode.o.ucodelibm-no6937
-CMHG = cmhg -p
-AR = libfile
-
-OBJECTS = eightbit.o header.o iconv.o alias.o aliases.o menu.o utils.o
-
-SOURCES = $(OBJECTS:.o=.c)
-OBJS = $(OBJECTS:%.o=Release.%.o)
-OBJSDEBUG = $(OBJECTS:%.o=Debug.%.o)
-
-all: setup $(TARGET) stubs
-
-debug: setup libiconv/a
-
-$(TARGET): $(OBJS)
- $(LD) -RMF -o $@ $(LDFLAGS) $^
- @modsqz -f $@
-
-stubs: Release.stubs.o
- $(AR) -c -o ^.libiconv/a Release.o.stubs
- @settype ^.libiconv/a fff
-
-libiconv/a: $(OBJSDEBUG)
- $(AR) -c -o ^.libiconv/a Debug.o.eightbit Debug.o.iconv Debug.o.alias Debug.o.aliases Debug.o.menu Debug.o.utils ^.ucodelib.o.*
- @settype ^.libiconv/a fff
-
-Release.header.o:
- $(CMHG) cmhg.header -o $@ -d header.h
-
-Release.stubs.o: stubs.c
- $(CC) -c -o $@ $(CFLAGS) $<
-
-Release.%.o: %.c
- $(CC) -c -o $@ $(CFLAGS) $<
-
-Debug.header.o:
- $(CMHG) cmhg.header -o $@ -d header.h
-
-Debug.%.o: %.c
- $(CC) -c -o $@ $(CFLAGSDEBUG) $<
-
-setup:
- -@cdir Release.o
- -@cdir Debug.o
-
-clean:
- -@wipe Release.o ~C~VFR
- -@wipe Debug.o ~C~VFR
-
-distclean: clean
- -@wipe ^.!System.310.Modules.Iconv ~C~VFR
- -@wipe ^.libiconv/a ~C~VFR
-
-zip: all clean
- -@dir ^
- -@wipe iconv$(VERSION)/zip ~C~VFR
- -@zip -9r iconv$(VERSION)/zip !Boot !System libiconv/a ReadMe src doc
- -@dir src
-
-pkg: all clean
- -@dir ^
- -@wipe iconv$(VERSION)pkg ~C~VFR
- -@copy !Boot.Resources.* pkg.Resources.* ~C~DF~L~N~P~QR~S~T~V
- -@copy !System.* pkg.System.* ~C~DF~L~N~P~QR~S~T~V
- -@copy Control pkg.RiscPkg.Control ~C~DF~L~N~P~QR~S~T~V
- -sed -i -e s/VERSION/$(PVERSION)/ pkg/RiscPkg/Control
- -@dir pkg
- -@zip -9r ^.iconv$(VERSION)pkg *
- -@dir ^.src