diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/archive/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/archive/makefile --- Harmony.orig/native-src/linux.IA32/archive/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/archive/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -29,17 +29,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../archive -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../archive -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../archive -I../common -I../zlib -I../zip -I../fdlibm $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = archive_copyright.o jclcrc32.o zip.o adler32.o inflater.o BUILDFILES2 = jarfile.o deflater.o archiveglob.o @@ -50,8 +39,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(MDLLIBFILES1) $(MDLLIBFILES2) $(DLL_LD) -shared -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -L../lib -L.. -o $(DLLNAME) \ diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/common/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/common/makefile --- Harmony.orig/native-src/linux.IA32/common/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/common/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -29,17 +29,6 @@ CFLAGS= -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../common -I../zlib -I../zip -I../fdlibm $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s all: $(LIBPATH)$(LIBNAME) @@ -48,9 +37,6 @@ $(AR) rcv $(LIBPATH)$(LIBNAME) \ $(BUILDFILES1) -quick: - $(MAKE) - clean: -rm -f *.o -rm -f ../lib/libhycommon.a diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/fdlibm/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/fdlibm/makefile --- Harmony.orig/native-src/linux.IA32/fdlibm/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/fdlibm/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -42,17 +42,6 @@ CFLAGS=-O0 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -D_IEEE_LIBM -DHY_PLATFORM_DOUBLE_ORDER -I../include -ffloat-store $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -O0 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -D_IEEE_LIBM -DHY_PLATFORM_DOUBLE_ORDER -I../include -ffloat-store $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s all: $(LIBPATH)$(LIBNAME) diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/launcher/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/launcher/makefile --- Harmony.orig/native-src/linux.IA32/launcher/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/launcher/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -22,17 +22,6 @@ CFLAGS=-O1 -march=pentium3 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -O1 -march=pentium3 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = main.o cmain.o launcher_copyright.o strbuf.o libhlp.o diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/luni/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/luni/makefile --- Harmony.orig/native-src/linux.IA32/luni/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/luni/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -29,17 +29,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../luni -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../luni -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../luni -I../common -I../zlib -I../zip -I../fdlibm $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = luni_copyright.o file.o procimpl.o oos.o fileis.o BUILDFILES2 = simpl.o psimpl2.o nethelp.o floatbits.o rafile.o @@ -54,8 +43,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(BUILDFILES3) $(BUILDFILES4) $(BUILDFILES5) \ $(BUILDFILES6) $(MDLLIBFILES1) $(MDLLIBFILES2) diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/math/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/math/makefile --- Harmony.orig/native-src/linux.IA32/math/makefile 2006-02-20 19:15:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/math/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -29,17 +29,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../math -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../math -I../common -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../math -I../common -I../zlib -I../zip -I../fdlibm $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = math_copyright.o fltparse.o mathglob.o dblparse.o bigint.o BUILDFILES2 = cbigint.o @@ -50,8 +39,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(MDLLIBFILES1) $(MDLLIBFILES2) $(DLL_LD) -shared -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -L../lib -L.. -o $(DLLNAME) \ diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/nio/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/nio/makefile --- Harmony.orig/native-src/linux.IA32/nio/makefile 2006-02-17 09:26:36.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/nio/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,17 +28,6 @@ CFLAGS=-fpic -O1 -march=pentium3 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../common -I../zlib -I../zip -I../fdlibm -I../nio $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -O1 -march=pentium3 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../common -I../zlib -I../zip -I../fdlibm -I../nio $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../zlib -I../zip -I../fdlibm -I../nio $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = nio_copyright.o helpers.o BUILDFILES2 = OSFileSystem.o OSFileSystemLinux32.o OSMemory.o OSMemoryLinux32.o nethelp.o OSNetworkSystem.o socket.o @@ -49,8 +38,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) \ $(MDLLIBFILES1) $(MDLLIBFILES2) diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/pool/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/pool/makefile --- Harmony.orig/native-src/linux.IA32/pool/makefile 2006-02-17 09:26:41.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/pool/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -26,17 +26,6 @@ CFLAGS= -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s all: $(LIBPATH)$(LIBNAME) @@ -45,9 +34,6 @@ $(AR) rcv $(LIBPATH)$(LIBNAME) \ $(BUILDFILES1) -quick: - $(MAKE) - clean: -rm -f *.o -rm -f ../lib/libhypool.a diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/port/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/port/makefile --- Harmony.orig/native-src/linux.IA32/port/makefile 2006-02-17 09:26:35.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/port/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,17 +28,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -DHYPORT_LIBRARY_DEFINE -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -DHYPORT_LIBRARY_DEFINE -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = port_copyright.o hycpu.o hyerror.o hyerrorhelpers.o hyexit.o BUILDFILES2 = hyfile.o hyfiletext.o hygp.o hyipcmutex.o hymem.o @@ -53,8 +42,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(BUILDFILES3) $(BUILDFILES4) $(BUILDFILES5) \ $(BUILDFILES6) $(BUILDFILES7) $(MDLLIBFILES1) @@ -66,9 +53,6 @@ -lhysig \ -Xlinker --end-group -lc -lm -ldl -quick: - $(MAKE) - clean: -rm -f *.o -rm -f ../libhyprt.so diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/sig/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/sig/makefile --- Harmony.orig/native-src/linux.IA32/sig/makefile 2006-02-17 09:26:30.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/sig/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,25 +28,12 @@ CFLAGS=-fpic -O1 -march=pentium3 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -O1 -march=pentium3 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = jsig_copyright.o jsiglinux.o jsigunix.o all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME): $(BUILDFILES1) $(DLL_LD) -shared -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -o $(DLLNAME) \ $(BUILDFILES1) -Xlinker --start-group -Xlinker --end-group -lc -lm -ldl diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/text/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/text/makefile --- Harmony.orig/native-src/linux.IA32/text/makefile 2006-02-17 09:26:32.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/text/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,17 +28,6 @@ CFLAGS=-fpic -O1 -march=pentium3 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../text -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -O1 -march=pentium3 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../text -I../zlib -I../zip -I../fdlibm $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../text -I../zlib -I../zip -I../fdlibm $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = text_copyright.o BUILDFILES2 = BidiWrapper.o @@ -49,8 +38,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) \ $(MDLLIBFILES1) $(MDLLIBFILES2) diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/thread/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/thread/makefile --- Harmony.orig/native-src/linux.IA32/thread/makefile 2006-02-17 09:26:39.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/thread/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,17 +28,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = thread_copyright.o thrhelp.o thrspinlock.o hythread.o hythreadinspect.o BUILDFILES2 = linuxonexit.o priority.o rasthrsup.o rwmutex.o @@ -51,8 +40,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(BUILDFILES3) $(MDLLIBFILES1) $(DLL_LD) -shared -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -L../lib -o $(DLLNAME) \ @@ -60,9 +47,6 @@ -lhypool \ -lhycommon -Xlinker --end-group -lc -lm -ldl -quick: - $(MAKE) - clean: -rm -f *.o -rm -f ../libhythr.so diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/vmi/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/vmi/makefile --- Harmony.orig/native-src/linux.IA32/vmi/makefile 2006-02-17 09:26:37.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/vmi/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -29,17 +29,6 @@ CFLAGS= -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = vmi_copyright.o vmi.o @@ -48,8 +37,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(MDLLIBFILES1) $(DLL_LD) -shared -Wl,-Map=$(LIBNAME).map -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -L../lib -L.. -o $(DLLNAME) \ diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/zip/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/zip/makefile --- Harmony.orig/native-src/linux.IA32/zip/makefile 2006-02-17 09:26:38.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/zip/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -26,17 +26,6 @@ CFLAGS= -DLINUX -D_REENTRANT -O1 -march=pentium3 -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../zlib $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -DLINUX -D_REENTRANT -O1 -march=pentium3 -fno-exceptions -fno-rtti -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I../zlib $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I../zlib $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s all: $(LIBPATH)$(LIBNAME) diff --exclude='*.a' -uNr Harmony.orig/native-src/linux.IA32/zlib/makefile Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/zlib/makefile --- Harmony.orig/native-src/linux.IA32/zlib/makefile 2006-02-19 19:57:49.000000000 +0000 +++ Harmony.remove.unused.targets.and.variables/native-src/linux.IA32/zlib/makefile 2006-02-20 19:21:50.000000000 +0000 @@ -28,17 +28,6 @@ CFLAGS=-fpic -O1 -march=pentium3 -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I. $(VMDEBUG) -.SUFFIXES:.cpp -.cpp.o: - $(CXX) -fpic -O1 -march=pentium3 -fno-exceptions -fno-rtti -DLINUX -D_REENTRANT -DIPv6_FUNCTION_SUPPORT -DHYX86 -I../include -I. $(VMDEBUG) -c $< - -ASFLAGS= -o $@ - -.SUFFIXES:.asm -.asm.o: - perl ../masm2gas/masm2gas.pl -I../include -I. $*.asm - $(AS) $(ASFLAGS) -o $*.o $*.s - -rm $*.s BUILDFILES1 = zlib_copyright.o adler32.o compress.o crc32.o deflate.o BUILDFILES2 = infback.o inffast.o inflate.o inftrees.o trees.o @@ -47,8 +36,6 @@ all: \ $(DLLNAME) -BUILDLIB: $(DLLNAME) - $(DLLNAME):\ $(BUILDFILES1) $(BUILDFILES2) $(BUILDFILES3) $(DLL_LD) -shared -Wl,--version-script,$(LIBNAME).exp -Wl,-soname=$(DLLFILENAME) $(VMLINK) -L. -o $(DLLNAME) \