Changeset 3819:4f25a210ddf5 in roaraudio for compbins


Ignore:
Timestamp:
05/10/10 21:17:06 (14 years ago)
Author:
phi
Branch:
default
Phase:
public
Message:

take compbin suffix from configure

File:
1 edited

Legend:

Unmodified
Added
Removed
  • compbins/Makefile

    r3818 r3819  
    1 SUFFIX           = .r 
    21TARGETS_ESD      = esdcat$(SUFFIX)  esdmon$(SUFFIX)    esdfilt$(SUFFIX)  esdplay$(SUFFIX) esd$(SUFFIX) esddsp$(SUFFIX) 
    32TARGETS_ARTS     = artscat$(SUFFIX) artsd$(SUFFIX)     artsplay$(SUFFIX) artsdsp$(SUFFIX) 
     
    1110include ../Makefile.conf 
    1211include ../Makefile.inc 
     12 
     13SUFFIX           = $(COMPBIN_SUFFIX) 
    1314 
    1415.SUFFIXES: .a .r .bat 
Note: See TracChangeset for help on using the changeset viewer.