mpir/yasm/frontends/tasm/Makefile.inc

8 lines
193 B
PHP
Raw Normal View History

2011-12-04 07:01:57 -05:00
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)