Commit c11fbf5fd051d031b6bd2e6b5ae52df40c9d0d5f
1 parent
d8416ef0
Exists in
master
and in
1 other branch
Corrige Makefile
Showing
1 changed file
with
2 additions
and
11 deletions
Show diff stats
Makefile
... | ... | @@ -15,8 +15,7 @@ INCLUDES=-I /usr/include/python2.7 -I util/src/include -I tradutor/src/include - |
15 | 15 | #-I libs/jthread/include -I libs/jcommon/include -I libs/jsocket/include -Wall |
16 | 16 | |
17 | 17 | utilObjs = \ |
18 | -logger.o \ | |
19 | -tspacket.o | |
18 | +logger.o | |
20 | 19 | |
21 | 20 | tradutorObjs = \ |
22 | 21 | pyTradutor.o \ |
... | ... | @@ -37,13 +36,6 @@ extratorTXT_exception.o |
37 | 36 | monitorPCRObjs = \ |
38 | 37 | monitor_pcr.o |
39 | 38 | |
40 | -#inipMpeg.o \ | |
41 | -#inipRaw.o \ | |
42 | -#inputMpeg.o \ | |
43 | -#inputRaw.o \ | |
44 | -#nrs232Mpeg.o\ | |
45 | -#inrs232Raw.o\ | |
46 | - | |
47 | 39 | inputObjs = \ |
48 | 40 | inputFile.o \ |
49 | 41 | inputException.o \ |
... | ... | @@ -62,7 +54,6 @@ ouvinteSynchronizer.o |
62 | 54 | |
63 | 55 | mixerObjs = \ |
64 | 56 | Mixer.o |
65 | -#TimerGtaaas.o | |
66 | 57 | |
67 | 58 | recognizeObjs = \ |
68 | 59 | recognize.o \ |
... | ... | @@ -136,4 +127,4 @@ svn: |
136 | 127 | @find -iname "*.swp" -exec rm {} \; |
137 | 128 | @find -iname "*.tmp" -exec rm {} \; |
138 | 129 | @find -iname "*.svn-base" -exec rm -r {} \; |
139 | - @find -iname "*.svn" -exec rm -r {} ;\ | |
140 | 130 | \ No newline at end of file |
131 | + @find -iname "*.svn" -exec rm -r {} ;\ | ... | ... |