summaryrefslogtreecommitdiff
path: root/pkg/nasm/gen.rc
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/nasm/gen.rc')
-rw-r--r--pkg/nasm/gen.rc34
1 files changed, 34 insertions, 0 deletions
diff --git a/pkg/nasm/gen.rc b/pkg/nasm/gen.rc
new file mode 100644
index 00000000..c5f94191
--- /dev/null
+++ b/pkg/nasm/gen.rc
@@ -0,0 +1,34 @@
+cflags\
+ -D HAVE_CONFIG_H\
+ -I include\
+ -I '$dir' \
+ -I '$srcdir'
+
+exe nasm\
+ nasm.c nasmlib.c ver.c\
+ raa.c saa.c rbtree.c srcfile.c\
+ realpath.c\
+ float.c insnsa.c insnsb.c\
+ directiv.c\
+ assemble.c labels.c hashtbl.c crc64.c parser.c\
+ output/outform.c output/outlib.c output/nulldbg.c\
+ output/nullout.c\
+ output/outbin.c output/outaout.c output/outcoff.c\
+ output/outelf.c output/outelf32.c output/outelf64.c\
+ output/outelfx32.c\
+ output/outobj.c output/outas86.c output/outrdf2.c\
+ output/outdbg.c output/outieee.c output/outmacho.c\
+ md5c.c output/codeview.c\
+ preproc.c quote.c pptok.c\
+ macros.c listing.c eval.c exprlib.c stdscan.c\
+ strfunc.c tokhash.c regvals.c regflags.c\
+ ilog2.c\
+ lib/strlcpy.c\
+ preproc-nop.c\
+ disp8.c\
+ iflag.c
+
+file bin/nasm '$outdir'/nasm 755
+file share/man/man1/nasm.1 '$srcdir'/nasm.1 644
+
+fetch curl