Changeset 5763:83d26dff8492 in roaraudio for plugins


Ignore:
Timestamp:
11/21/12 03:54:14 (11 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Moved notify debugging support out of roard into plugin debug-notify.

Location:
plugins/universal
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/Makefile

    r5725 r5763  
    33 
    44TARGETS_PROTO=protocol-echo$(SHARED_SUFFIX) protocol-daytime$(SHARED_SUFFIX) protocol-discard$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) protocol-http$(SHARED_SUFFIX) 
    5 TARGETS_MISC=plugin-info$(SHARED_SUFFIX) helloworld$(SHARED_SUFFIX) 
     5TARGETS_MISC=plugin-info$(SHARED_SUFFIX) helloworld$(SHARED_SUFFIX) debug-notify$(SHARED_SUFFIX) 
    66TARGETS=$(TARGETS_MISC) $(TARGETS_PROTO) 
    77 
    88#DEFINES        = -DDEBUG 
     9DEFINES+= -DROAR_DBG_PREFIX=\"'$(shell basename $+ .c)'\" 
    910INCLUDE = -I../../include -I../.. 
    1011CFLAGS += -g -Wall $(Wextra) $(OPTI_O) $(DEFINES) $(INCLUDE) $(INCPATH) $(SHARED_CF) $(fPIC) 
Note: See TracChangeset for help on using the changeset viewer.