ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/SheepShaver/src/Unix/Makefile.in
(Generate patch)

Comparing SheepShaver/src/Unix/Makefile.in (file contents):
Revision 1.25 by gbeauche, 2004-12-19T08:10:51Z vs.
Revision 1.26 by gbeauche, 2004-12-21T23:27:11Z

# 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 \

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines