- Timestamp:
- 11/05/08 17:22:50 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
ossiedev/branches/ssayed/devs/src/system/standardInterfaces/Makefile.am
r5785 r8424 1 IDL_BIN = $(shell which omniidl) 2 1 3 %.pp.idl : %.idl 2 @CC@-E -x c++ $< > $@4 gcc -E -x c++ $< > $@ 3 5 4 6 %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 $< 6 8 cp $*.h include/standardinterfaces 7 9 … … 22 24 soundControlSK.cpp \ 23 25 stereoSoundSK.cpp \ 24 Radio_ControlSK.cpp 26 Radio_ControlSK.cpp 25 27 26 28 nodist_pkginclude_HEADERS = \ … … 36 38 complexLong.h \ 37 39 FM_Control.h \ 38 soundControl.h \40 soundControl.h \ 39 41 stereoSound.h \ 40 Radio_Control.h 42 Radio_Control.h 41 43 42 44 AM_CXXFLAGS = -Wall -g … … 59 61 soundControl.idl \ 60 62 stereoSound.idl \ 61 sampleRateConvertorControl.idl 63 sampleRateConvertorControl.idl 62 64 63 65 pkgconfigdir = $(libdir)/pkgconfig … … 92 94 complexCharSK.cpp \ 93 95 complexLongSK.cpp \ 94 Radio_ControlSK.cpp 96 Radio_ControlSK.cpp 95 97 96 98 libstandardInterfaces_la_LDFLAGS = -version-info 0:6:0