Show
Ignore:
Timestamp:
11/05/08 17:22:50 (5 years ago)
Author:
shereef
Message:

merged ossiedev/trunk to my branch

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • ossiedev/branches/ssayed/devs/src/system/standardInterfaces/Makefile.am

    r5785 r8424  
     1IDL_BIN = $(shell which omniidl) 
     2 
    13%.pp.idl : %.idl 
    2         @CC@ -E -x c++ $< > $@ 
     4        gcc -E -x c++ $< > $@ 
    35 
    46%SK.cpp %.h %DynSK.cpp : %.idl 
    5         @IDL@ @IDL_FLAGS@ -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path $< 
     7        $(IDL_BIN) -I/usr/local/include -bcxx -Wba -Wbd=DynSK.cpp -Wbh=.h -Wbs=SK.cpp -Wbkeep_inc_path -Wbuse_quotes $< 
    68        cp $*.h include/standardinterfaces 
    79 
     
    2224    soundControlSK.cpp      \ 
    2325    stereoSoundSK.cpp       \ 
    24     Radio_ControlSK.cpp 
     26    Radio_ControlSK.cpp      
    2527 
    2628nodist_pkginclude_HEADERS = \ 
     
    3638    complexLong.h           \ 
    3739    FM_Control.h            \ 
    38         soundControl.h          \ 
     40    soundControl.h          \ 
    3941    stereoSound.h           \ 
    40     Radio_Control.h  
     42    Radio_Control.h 
    4143 
    4244AM_CXXFLAGS = -Wall -g 
     
    5961    soundControl.idl        \ 
    6062    stereoSound.idl         \ 
    61     sampleRateConvertorControl.idl  
     63    sampleRateConvertorControl.idl 
    6264 
    6365pkgconfigdir = $(libdir)/pkgconfig 
     
    9294    complexCharSK.cpp       \ 
    9395    complexLongSK.cpp       \ 
    94     Radio_ControlSK.cpp  
     96    Radio_ControlSK.cpp 
    9597 
    9698libstandardInterfaces_la_LDFLAGS = -version-info 0:6:0