mirror of
https://github.com/holub/mame
synced 2025-06-07 05:13:46 +03:00
Moved softfloat to 3rdparty (nw)
This commit is contained in:
parent
27668e9b69
commit
45ac9b351e
@ -5,8 +5,8 @@
|
|||||||
#ifndef __I386INTF_H__
|
#ifndef __I386INTF_H__
|
||||||
#define __I386INTF_H__
|
#define __I386INTF_H__
|
||||||
|
|
||||||
#include "../../../lib/softfloat/milieu.h"
|
#include "../../../../3rdparty/softfloat/milieu.h"
|
||||||
#include "../../../lib/softfloat/softfloat.h"
|
#include "../../../../3rdparty/softfloat/softfloat.h"
|
||||||
#include "debug/debugcpu.h"
|
#include "debug/debugcpu.h"
|
||||||
#include "cpu/vtlb.h"
|
#include "cpu/vtlb.h"
|
||||||
|
|
||||||
|
@ -6,8 +6,8 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
#include "../../../lib/softfloat/milieu.h"
|
#include "../../../../3rdparty/softfloat/milieu.h"
|
||||||
#include "../../../lib/softfloat/softfloat.h"
|
#include "../../../../3rdparty/softfloat/softfloat.h"
|
||||||
|
|
||||||
|
|
||||||
/* MMU constants */
|
/* MMU constants */
|
||||||
|
@ -281,8 +281,8 @@ $(LIBOBJ)/zlib/%.o: $(3RDPARTY)/zlib/%.c | $(OSPREBUILD)
|
|||||||
# SoftFloat library objects
|
# SoftFloat library objects
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
|
|
||||||
PROCESSOR_H = $(LIBSRC)/softfloat/processors/mamesf.h
|
PROCESSOR_H = $(3RDPARTY)/softfloat/processors/mamesf.h
|
||||||
SOFTFLOAT_MACROS = $(LIBSRC)/softfloat/softfloat/bits64/softfloat-macros
|
SOFTFLOAT_MACROS = $(3RDPARTY)/softfloat/softfloat/bits64/softfloat-macros
|
||||||
|
|
||||||
SOFTFLOATOBJS = \
|
SOFTFLOATOBJS = \
|
||||||
$(LIBOBJ)/softfloat/softfloat.o \
|
$(LIBOBJ)/softfloat/softfloat.o \
|
||||||
@ -291,10 +291,12 @@ SOFTFLOATOBJS = \
|
|||||||
|
|
||||||
$(OBJ)/libsoftfloat.a: $(SOFTFLOATOBJS)
|
$(OBJ)/libsoftfloat.a: $(SOFTFLOATOBJS)
|
||||||
|
|
||||||
$(LIBOBJ)/softfloat/softfloat.o: $(LIBSRC)/softfloat/softfloat.c $(LIBSRC)/softfloat/softfloat.h $(LIBSRC)/softfloat/softfloat-macros $(LIBSRC)/softfloat/softfloat-specialize
|
$(LIBOBJ)/softfloat/softfloat.o: $(3RDPARTY)/softfloat/softfloat.c $(3RDPARTY)/softfloat/softfloat.h $(3RDPARTY)/softfloat/softfloat-macros $(3RDPARTY)/softfloat/softfloat-specialize
|
||||||
$(LIBOBJ)/softfloat/fsincos.o: $(LIBSRC)/softfloat/fsincos.c $(LIBSRC)/softfloat/fpu_constant.h $(LIBSRC)/softfloat/softfloat.h $(LIBSRC)/softfloat/softfloat-macros $(LIBSRC)/softfloat/softfloat-specialize
|
$(LIBOBJ)/softfloat/fsincos.o: $(3RDPARTY)/softfloat/fsincos.c $(3RDPARTY)/softfloat/fpu_constant.h $(3RDPARTY)/softfloat/softfloat.h $(3RDPARTY)/softfloat/softfloat-macros $(3RDPARTY)/softfloat/softfloat-specialize
|
||||||
|
|
||||||
|
|
||||||
|
$(LIBOBJ)/softfloat/%.o: $(3RDPARTY)/softfloat/%.c | $(OSPREBUILD)
|
||||||
|
@echo Compiling $<...
|
||||||
|
$(CC) $(CDEFS) $(CFLAGS) -c $< -o $@
|
||||||
|
|
||||||
#-------------------------------------------------
|
#-------------------------------------------------
|
||||||
# libJPEG library objects
|
# libJPEG library objects
|
||||||
|
Loading…
Reference in New Issue
Block a user