Changeset 4353

Show
Ignore:
Timestamp:
07/16/07 09:42:22 (6 years ago)
Author:
jgaeddert
Message:

cleaning up Makefile in StandardInterfaces

Location:
standardInterfaces/trunk/standardInterfaces
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • standardInterfaces/trunk/standardInterfaces/Makefile.am

    r4246 r4353  
    88SUBDIRS = include 
    99 
    10 BUILT_SOURCES = complexShortSK.cpp Radio_ControlSK.cpp complexFloatSK.cpp complexDoubleSK.cpp realShortSK.cpp realLongSK.cpp realFloatSK.cpp realDoubleSK.cpp complexCharSK.cpp realCharSK.cpp complexLongSK.cpp 
     10BUILT_SOURCES =             \ 
     11    realCharSK.cpp          \ 
     12    realShortSK.cpp         \ 
     13    realLongSK.cpp          \ 
     14    realFloatSK.cpp         \ 
     15    realDoubleSK.cpp        \ 
     16    complexShortSK.cpp      \ 
     17    complexFloatSK.cpp      \ 
     18    complexDoubleSK.cpp     \ 
     19    complexCharSK.cpp       \ 
     20    complexLongSK.cpp       \ 
     21    FM_ControlSK.cpp        \ 
     22    soundControlSK.cpp      \ 
     23    stereoSoundSK.cpp       \ 
     24    Radio_ControlSK.cpp 
    1125 
    12 nodist_pkginclude_HEADERS = complexShort.h Radio_Control.h complexFloat.h complexDouble.h realShort.h realLong.h realFloat.h realDouble.h complexChar.h realChar.h complexLong.h 
     26nodist_pkginclude_HEADERS = \ 
     27    realShort.h             \ 
     28    realLong.h              \ 
     29    realChar.h              \ 
     30    realFloat.h             \ 
     31    realDouble.h            \ 
     32    complexShort.h          \ 
     33    complexFloat.h          \ 
     34    complexDouble.h         \ 
     35    complexChar.h           \ 
     36    complexLong.h           \ 
     37    FM_Control.h            \ 
     38        soundControl.h          \ 
     39    stereoSound.h           \ 
     40    Radio_Control.h  
    1341 
    1442AM_CXXFLAGS = -Wall -g 
     
    1644INCLUDES = -I./include 
    1745 
    18 pkginclude_HEADERS = FM_Control.idl \ 
    19 sampleRateConvertorControl.idl soundControl.idl stereoSound.idl \ 
    20 complexShort.idl realShort.idl realLong.idl realFloat.idl realDouble.idl \ 
    21 complexFloat.idl complexDouble.idl Radio_Control.idl complexChar.idl realChar.idl complexLong.idl 
     46pkginclude_HEADERS =        \ 
     47    realChar.idl            \ 
     48    realShort.idl           \ 
     49    realLong.idl            \ 
     50    realFloat.idl           \ 
     51    realDouble.idl          \ 
     52    complexShort.idl        \ 
     53    complexFloat.idl        \ 
     54    complexDouble.idl       \ 
     55    complexChar.idl         \ 
     56    complexLong.idl         \ 
     57    Radio_Control.idl       \ 
     58    FM_Control.idl          \ 
     59    soundControl.idl        \ 
     60    stereoSound.idl         \ 
     61    sampleRateConvertorControl.idl  
    2262 
    2363pkgconfigdir = $(libdir)/pkgconfig 
     
    2767lib_LTLIBRARIES = libstandardInterfaces.la 
    2868 
    29 libstandardInterfaces_la_SOURCES = complexShort_u.cpp complexShort_p.cpp Radio_Control_u.cpp Radio_Control_p.cpp complexFloat_u.cpp complexFloat_p.cpp complexDouble_u.cpp complexDouble_p.cpp realShort_u.cpp realShort_p.cpp realLong_u.cpp realLong_p.cpp realFloat_u.cpp realFloat_p.cpp realDouble_u.cpp realDouble_p.cpp realChar_u.cpp realChar_p.cpp complexChar_u.cpp complexChar_p.cpp Resource_u.cpp complexLong_u.cpp complexLong_p.cpp 
     69libstandardInterfaces_la_SOURCES =              \ 
     70    realShort_u.cpp     realShort_p.cpp         \ 
     71    realLong_u.cpp      realLong_p.cpp          \ 
     72    realFloat_u.cpp     realFloat_p.cpp         \ 
     73    realDouble_u.cpp    realDouble_p.cpp        \ 
     74    realChar_u.cpp      realChar_p.cpp          \ 
     75    complexChar_u.cpp   complexChar_p.cpp       \ 
     76    complexShort_u.cpp  complexShort_p.cpp      \ 
     77    complexFloat_u.cpp  complexFloat_p.cpp      \ 
     78    complexDouble_u.cpp complexDouble_p.cpp     \ 
     79    complexLong_u.cpp   complexLong_p.cpp       \ 
     80    Radio_Control_u.cpp Radio_Control_p.cpp     \ 
     81    Resource_u.cpp  
    3082 
    31 nodist_libstandardInterfaces_la_SOURCES = complexShortSK.cpp Radio_ControlSK.cpp complexFloatSK.cpp complexDoubleSK.cpp realShortSK.cpp realLongSK.cpp realFloatSK.cpp realDoubleSK.cpp realCharSK.cpp complexCharSK.cpp complexLongSK.cpp 
     83nodist_libstandardInterfaces_la_SOURCES =       \ 
     84    realShortSK.cpp         \ 
     85    realLongSK.cpp          \ 
     86    realFloatSK.cpp         \ 
     87    realDoubleSK.cpp        \ 
     88    realCharSK.cpp          \ 
     89    complexShortSK.cpp      \ 
     90    complexFloatSK.cpp      \ 
     91    complexDoubleSK.cpp     \ 
     92    complexCharSK.cpp       \ 
     93    complexLongSK.cpp       \ 
     94    Radio_ControlSK.cpp  
    3295 
    3396libstandardInterfaces_la_LDFLAGS = -version-info 0:6:0 
    3497 
    35 CLEANFILES = standardIdl.pp.idl complexShortSK.cpp complexShort.h Radio_Control.h Radio_ControlSK.cpp complexFloatSK.cpp complexFloat.h complexDouble.h complexDoubleSK.cpp realShort.h realShortSK.cpp realLong.h realLongSK.cpp realFloat.h realFloatSK.cpp realDouble.h realDoubleSK.cpp complexCharSK.cpp complexChar.h realCharSK.cpp realChar.h complexLongSK.cpp complexLong.h 
     98CLEANFILES =                                    \ 
     99    realShort.h         realShortSK.cpp         \ 
     100    realLong.h          realLongSK.cpp          \ 
     101    realFloat.h         realFloatSK.cpp         \ 
     102    realDouble.h        realDoubleSK.cpp        \ 
     103    realChar.h          realCharSK.cpp          \ 
     104    complexShort.h      complexShortSK.cpp      \ 
     105    complexFloat.h      complexFloatSK.cpp      \ 
     106    complexDouble.h     complexDoubleSK.cpp     \ 
     107    complexChar.h       complexCharSK.cpp       \ 
     108    complexLong.h       complexLongSK.cpp       \ 
     109    Radio_Control.h     Radio_ControlSK.cpp     \ 
     110    standardIdl.pp.idl 
     111 
  • standardInterfaces/trunk/standardInterfaces/include/standardinterfaces/Makefile.am

    r4246 r4353  
    1 pkginclude_HEADERS = complexShort_u.h complexShort_p.h complexLong_u.h complexLong_p.h complexChar_u.h complexChar_p.h Radio_Control_u.h Radio_Control_p.h complexFloat_u.h complexFloat_p.h complexDouble_u.h complexDouble_p.h realShort_u.h realShort_p.h realLong_u.h realLong_p.h realFloat_u.h realFloat_p.h realDouble_u.h realDouble_p.h realChar_u.h realChar_p.h Resource_u.h 
    2   
     1 
     2pkginclude_HEADERS =                        \ 
     3    realShort_u.h realShort_p.h             \ 
     4    realLong_u.h realLong_p.h               \ 
     5    realFloat_u.h realFloat_p.h             \ 
     6    realDouble_u.h realDouble_p.h           \ 
     7    realChar_u.h realChar_p.h               \ 
     8    complexShort_u.h complexShort_p.h       \ 
     9    complexLong_u.h complexLong_p.h         \ 
     10    complexChar_u.h complexChar_p.h         \ 
     11    complexFloat_u.h complexFloat_p.h       \ 
     12    complexDouble_u.h complexDouble_p.h     \ 
     13    Radio_Control_u.h Radio_Control_p.h     \ 
     14    Resource_u.h 
     15