4 * This is the second try at using Imakefiles. There are probably many
5 * problems and things I haven't even considered. I do not have a fixed
6 * Linux system to test them on, but thanks to Thomas Michlmayr
7 * <tmichl@cosy.sbg.ac.at> for use of one of his boxes.
9 * SEE BELOW ABOUT DEBUGGING AND LINUX
11 * Peter Galbavy, 31st Jan 1994: peter@wonderland.org
15 #define PassCDebugFlags 'CDEBUGFLAGS=$(CDEBUGFLAGS)' 'CC=$(CC)'
31 * due to me not having the time and resources to test this, debugging
32 * has been left out by for now of the Imakefiles. To put it back you have
35 * to the SUBDIRS list and:
40 * Not doing this will make the build fail in loader/signal.c, with an
41 * unresolved reference to wine_debug. Comment out the line for now...
45 WINEDIR = $(LIBDIR)/wine
56 #ifdef i386BsdArchitecture
57 SYSLIBS = -ll -lm -li386 -lgnumalloc
59 #ifdef LinuxArchitecture
64 MakeSubdirs($(SUBDIRS))
65 DependSubdirs($(SUBDIRS))
67 #ifdef i386BsdArchitecture
71 NormalProgramTarget(wine,$(OBJS),XawClientDepLibs,XawClientLibs,$(SYSLIBS))
73 #ifdef LinuxArchitecture