Changeset 5991:f9e50982a4db in roaraudio


Ignore:
Timestamp:
02/24/14 16:02:34 (10 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

improve the TARGETS_* definition even more :)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • plugins/universal/Makefile

    r5990 r5991  
    22include ../../Makefile.inc 
    33 
    4 TARGETS_PROTO=protocol-echo protocol-daytime protocol-discard tic-tac-toe protocol-http 
    5 TARGETS_MISC=plugin-info helloworld debug-notify 
     4TARGETS_PROTO=echo daytime discard http 
     5TARGETS_SLFI=helloworld chain alternative static file2filter 
     6TARGETS_SERVICE=about 
     7TARGETS_MISC=plugin-info helloworld debug-notify tic-tac-toe 
    68TARGETS_IO=piface 
    7 TARGETS_SERVICE=service-about 
    8 TARGETS_SLFI=filter-slfi-helloworld filter-slfi-chain filter-slfi-alternative filter-slfi-static filter-slfi-file2filter 
    9 TARGETS__NAMES=$(TARGETS_MISC) $(TARGETS_PROTO) $(TARGETS_SERVICE) $(TARGETS_IO) $(TARGETS_SLFI) 
     9TARGETS__NAMES=$(TARGETS_MISC) $(TARGETS_IO) $(foreach c,$(TARGETS_PROTO),protocol-$c) $(foreach c,$(TARGETS_SERVICE),service-$c) $(foreach c,$(TARGETS_SLFI),filter-slfi-$c) 
    1010TARGETS       = $(foreach c,$(TARGETS__NAMES),$c$(SHARED_SUFFIX)) 
    1111 
Note: See TracChangeset for help on using the changeset viewer.