Changeset 5579:3887ff7af8e7 in roaraudio for plugins/universal/Makefile


Ignore:
Timestamp:
07/21/12 19:40:17 (12 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

Converted roard plugins to universal where possible (Closes: #256)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/Makefile

    r5478 r5579  
    22include ../../Makefile.inc 
    33 
    4 TARGETS=plugin-info$(SHARED_SUFFIX) helloworld$(SHARED_SUFFIX) 
     4TARGETS_PROTO=protocol-echo$(SHARED_SUFFIX) protocol-daytime$(SHARED_SUFFIX) protocol-discard$(SHARED_SUFFIX) tic-tac-toe$(SHARED_SUFFIX) 
     5TARGETS_MISC=plugin-info$(SHARED_SUFFIX) helloworld$(SHARED_SUFFIX) 
     6TARGETS=$(TARGETS_MISC) $(TARGETS_PROTO) 
    57 
    68#DEFINES        = -DDEBUG 
Note: See TracChangeset for help on using the changeset viewer.