Add pmfile for m68020 libem.
authorDavid Given <dg@cowlark.com>
Wed, 8 May 2013 23:57:47 +0000 (00:57 +0100)
committerDavid Given <dg@cowlark.com>
Wed, 8 May 2013 23:57:47 +0000 (00:57 +0100)
--HG--
branch : dtrg-experimental-powerpc

mach/m68020/libem/pmfile [new file with mode: 0644]

diff --git a/mach/m68020/libem/pmfile b/mach/m68020/libem/pmfile
new file mode 100644 (file)
index 0000000..0969eaa
--- /dev/null
@@ -0,0 +1,38 @@
+-- $Source: /cvsroot/tack/Ack/mach/i386/libem/pmfile,v $
+-- $State: Exp $
+-- $Revision: 1.1 $
+
+local d = ROOTDIR.."mach/m68020/libem/"
+
+libem_m68020 = acklibrary {
+       outputs = {"%U%/libem-%PLATFORM%.a"},
+
+       ACKINCLUDES = {PARENT, ROOTDIR.."h"},
+       
+       ackfile (d.."fp68881.s"),
+       ackfile (d.."aar.s"),
+       ackfile (d.."lar.s"),
+       ackfile (d.."sar.s"),
+       ackfile (d.."csa.s"),
+       ackfile (d.."csb.s"),
+       ackfile (d.."shp.s"),
+       ackfile (d.."set.s"),
+       ackfile (d.."inn.s"),
+       ackfile (d.."fat.s"),
+       ackfile (d.."trp.s"),
+       ackfile (d.."trpstr.c"),
+       ackfile (d.."mon.s"),
+       ackfile (d.."nop.s"),
+       ackfile (d.."dia.s"),
+       ackfile (d.."cii.s"),
+       ackfile (d.."cuu.s"),
+       ackfile (d.."cmi.s"),
+       ackfile (d.."cms.s"),
+       ackfile (d.."cmu.s"),
+       ackfile (d.."cvf.s"),
+       ackfile (d.."exg.s"),
+       ackfile (d.."los.s"),
+       ackfile (d.."sts.s"),
+
+       install = pm.install("%BINDIR%lib/%PLATFORM%/libem.a"),
+}