mpir/yasm/frontends/tasm/Makefile.inc
2011-12-04 12:01:57 +00:00

8 lines
193 B
Makefile

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)