4 #if defined(i386FreeBsd) || defined(FreeBSDArchitecture)
9 DEFINES = AutoDefines -DUSE_READLINE -DWINESTAT
12 * This is the second try at using Imakefiles. There are probably many
13 * problems and things I haven't even considered. I do not have a fixed
14 * Linux system to test them on, but thanks to Thomas Michlmayr
15 * <tmichl@cosy.sbg.ac.at> for use of one of his boxes.
17 * SEE BELOW ABOUT DEBUGGING AND LINUX
19 * Peter Galbavy, 31st Jan 1994: peter@wonderland.org
23 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)' 'MAKE=$(MAKE)'\
46 WINEDIR = $(LIBDIR)/wine
56 * WARNING: if1632.o must be the first object file because its code must be
57 * linked at the lowest possible addresses.
71 SUBDIRS = $(COMMONSUBDIRS) $(EMUSUBDIRS)
72 OBJS = $(COMMONOBJS) $(EMUOBJS)
74 SUBDIRS = $(COMMONSUBDIRS) $(LIBSUBDIRS)
75 OBJS = $(COMMONOBJS) $(LIBOBJS)
78 #ifdef i386BsdArchitecture
79 SYSLIBS = -ll -lm -li386 -lgnumalloc
81 #if defined(i386FreeBsd) || defined(FreeBSDArchitecture)
82 SYSLIBS = -ll -lm -lgnumalloc
84 #ifdef LinuxArchitecture
88 MakeSubdirs($(SUBDIRS))
89 DependSubdirs($(SUBDIRS))
93 NormalProgramTarget(wine,$(EMUOBJS) $(COMMONOBJS),$(DEPXLIB),$(XLIB),$(SYSLIBS))
95 NormalLibraryTarget(wine,$(LIBOBJS) $(COMMONOBJS))
103 etags `find . -name '*.[chS]'`