| OLD | NEW |
| 1 # $Id: Makefile.inc 2130 2008-10-07 05:38:11Z peter $ | |
| 2 | |
| 3 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-preproc.c | 1 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-preproc.c |
| 4 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.h | 2 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.h |
| 5 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.c | 3 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-pp.c |
| 6 libyasm_a_SOURCES += modules/preprocs/nasm/nasm.h | 4 libyasm_a_SOURCES += modules/preprocs/nasm/nasm.h |
| 7 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.h | 5 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.h |
| 8 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.c | 6 libyasm_a_SOURCES += modules/preprocs/nasm/nasmlib.c |
| 9 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.h | 7 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.h |
| 10 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.c | 8 libyasm_a_SOURCES += modules/preprocs/nasm/nasm-eval.c |
| 11 | 9 |
| 12 YASM_MODULES += preproc_nasm preproc_tasm | 10 YASM_MODULES += preproc_nasm preproc_tasm |
| (...skipping 18 matching lines...) Expand all Loading... |
| 31 EXTRA_DIST += modules/preprocs/nasm/genversion.c | 29 EXTRA_DIST += modules/preprocs/nasm/genversion.c |
| 32 genversion_LDADD = genversion.$(OBJEXT) | 30 genversion_LDADD = genversion.$(OBJEXT) |
| 33 genversion_LINK = $(CCLD_FOR_BUILD) -o $@ | 31 genversion_LINK = $(CCLD_FOR_BUILD) -o $@ |
| 34 | 32 |
| 35 genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c | 33 genversion.$(OBJEXT): modules/preprocs/nasm/genversion.c |
| 36 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f module
s/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversi
on.c | 34 $(CC_FOR_BUILD) $(DEFAULT_INCLUDES) $(INCLUDES) -c -o $@ `test -f module
s/preprocs/nasm/genversion.c || echo '$(srcdir)/'`modules/preprocs/nasm/genversi
on.c |
| 37 | 35 |
| 38 EXTRA_DIST += modules/preprocs/nasm/tests/Makefile.inc | 36 EXTRA_DIST += modules/preprocs/nasm/tests/Makefile.inc |
| 39 | 37 |
| 40 include modules/preprocs/nasm/tests/Makefile.inc | 38 include modules/preprocs/nasm/tests/Makefile.inc |
| OLD | NEW |