# | Line 34 | Line 34 | INSTALL = @INSTALL@ | |
---|---|---|
34 | INSTALL_PROGRAM = @INSTALL_PROGRAM@ -s | |
35 | INSTALL_DATA = @INSTALL_DATA@ | |
36 | ||
37 | + | # Append disassembler to dyngen, if available |
38 | + | ifneq (:,$(MONSRCS):$(DYNGENSRCS)) |
39 | + | DYNGENSRCS += $(filter %i386-dis.c,$(MONSRCS)) |
40 | + | endif |
41 | + | |
42 | ## Files | |
43 | SRCS = main_unix.cpp ../prefs.cpp ../prefs_items.cpp prefs_unix.cpp sys_unix.cpp \ | |
44 | ../rom_patches.cpp ../rsrc_patches.cpp ../emul_op.cpp ../name_registry.cpp \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |