OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [or_debug_proxy/] [Makefile] - Diff between revs 498 and 529

Go to most recent revision | Show entire file | Details | Blame | View Log

Rev 498 Rev 529
Line 1... Line 1...
#
##****************************************************************************#
#****************************************************************************#
 
#                                                                            #
#                                                                            #
#                    H E A D E R   I N F O R M A T I O N                     #
#                    H E A D E R   I N F O R M A T I O N                     #
#                                                                            #
#                                                                            #
#****************************************************************************#
#****************************************************************************#
 
 
Line 39... Line 38...
#DBGCPPFLAGS=-DDEBUG_USB_DRVR_FUNCS=1
#DBGCPPFLAGS=-DDEBUG_USB_DRVR_FUNCS=1
#DBGCPPFLAGS=-DDEBUG_USB_DRVR_FUNCS=1 -DDEBUG_GDB=1 -DDEBUG_CMDS=1
#DBGCPPFLAGS=-DDEBUG_USB_DRVR_FUNCS=1 -DDEBUG_GDB=1 -DDEBUG_CMDS=1
 
 
# Common Flags
# Common Flags
COMMON_CPPFLAGS = -I./includes
COMMON_CPPFLAGS = -I./includes
COMMON_CXXFLAGS = -O3
COMMON_CXXFLAGS = -O2 -g
COMMON_LDFLAGS  =
COMMON_LDFLAGS  =
 
 
# Flags for static library
# Flags for static library
STATIC_LIBDIR   = lib
STATIC_LIBDIR   = lib
STATIC_LIB      = libftd2xx.a
STATIC_LIB      = libftd2xx.a.0.4.16
STATIC_LDFLAGS  = $(COMMON_LDFLAGS) $(STATIC_LIBDIR)/$(STATIC_LIB) \
STATIC_LDFLAGS  = $(COMMON_LDFLAGS) $(STATIC_LIBDIR)/$(STATIC_LIB) \
                  -lrt -lpthread -ldl
                  -lrt -lpthread -ldl
# Defines to enable certain endpoint handling functions to be used
# Defines to enable certain endpoint handling functions to be used
USB_FLAGS          = -D USB_ENDPOINT_ENABLED=1
USB_FLAGS          = -D USB_ENDPOINT_ENABLED=1
 
 

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.