aboutsummaryrefslogtreecommitdiff
path: root/frontends/tasm/Makefile.inc
diff options
context:
space:
mode:
authorTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
committerTorne (Richard Coles) <torne@google.com>2013-03-28 15:33:02 +0000
commitc580f3c787d8ad2dcccceb4438b7572d9713a296 (patch)
treed8f5d6b20552cfe016f9af38440fd9caacf4a188 /frontends/tasm/Makefile.inc
parent1fe0cccaa99357259c9ab42ce88626b95856b77c (diff)
parent53137eb420065ea05c21ae0728a67ead80f17e1f (diff)
downloadpatched-yasm-c580f3c787d8ad2dcccceb4438b7572d9713a296.tar.gz
This commit was generated by merge_to_master.py. Change-Id: I1975b1fce5e96446e4fa27feda7009fe340d4cff
Diffstat (limited to 'frontends/tasm/Makefile.inc')
-rw-r--r--frontends/tasm/Makefile.inc7
1 files changed, 7 insertions, 0 deletions
diff --git a/frontends/tasm/Makefile.inc b/frontends/tasm/Makefile.inc
new file mode 100644
index 0000000..9826e1b
--- /dev/null
+++ b/frontends/tasm/Makefile.inc
@@ -0,0 +1,7 @@
+bin_PROGRAMS += ytasm
+
+ytasm_SOURCES = frontends/tasm/tasm.c
+ytasm_SOURCES += frontends/tasm/tasm-options.c
+ytasm_SOURCES += frontends/tasm/tasm-options.h
+
+ytasm_LDADD = libyasm.a $(INTLLIBS)