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,8 +15,7 @@ INCLUDES=-I /usr/include/python2.7 -I util/src/include -I tradutor/src/include - | ||
15 | #-I libs/jthread/include -I libs/jcommon/include -I libs/jsocket/include -Wall | 15 | #-I libs/jthread/include -I libs/jcommon/include -I libs/jsocket/include -Wall |
16 | 16 | ||
17 | utilObjs = \ | 17 | utilObjs = \ |
18 | -logger.o \ | ||
19 | -tspacket.o | 18 | +logger.o |
20 | 19 | ||
21 | tradutorObjs = \ | 20 | tradutorObjs = \ |
22 | pyTradutor.o \ | 21 | pyTradutor.o \ |
@@ -37,13 +36,6 @@ extratorTXT_exception.o | @@ -37,13 +36,6 @@ extratorTXT_exception.o | ||
37 | monitorPCRObjs = \ | 36 | monitorPCRObjs = \ |
38 | monitor_pcr.o | 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 | inputObjs = \ | 39 | inputObjs = \ |
48 | inputFile.o \ | 40 | inputFile.o \ |
49 | inputException.o \ | 41 | inputException.o \ |
@@ -62,7 +54,6 @@ ouvinteSynchronizer.o | @@ -62,7 +54,6 @@ ouvinteSynchronizer.o | ||
62 | 54 | ||
63 | mixerObjs = \ | 55 | mixerObjs = \ |
64 | Mixer.o | 56 | Mixer.o |
65 | -#TimerGtaaas.o | ||
66 | 57 | ||
67 | recognizeObjs = \ | 58 | recognizeObjs = \ |
68 | recognize.o \ | 59 | recognize.o \ |
@@ -136,4 +127,4 @@ svn: | @@ -136,4 +127,4 @@ svn: | ||
136 | @find -iname "*.swp" -exec rm {} \; | 127 | @find -iname "*.swp" -exec rm {} \; |
137 | @find -iname "*.tmp" -exec rm {} \; | 128 | @find -iname "*.tmp" -exec rm {} \; |
138 | @find -iname "*.svn-base" -exec rm -r {} \; | 129 | @find -iname "*.svn-base" -exec rm -r {} \; |
139 | - @find -iname "*.svn" -exec rm -r {} ;\ | ||
140 | \ No newline at end of file | 130 | \ No newline at end of file |
131 | + @find -iname "*.svn" -exec rm -r {} ;\ |