diff --git a/Makefile b/Makefile index fe43da3..1918380 100644 --- a/Makefile +++ b/Makefile @@ -15,8 +15,7 @@ INCLUDES=-I /usr/include/python2.7 -I util/src/include -I tradutor/src/include - #-I libs/jthread/include -I libs/jcommon/include -I libs/jsocket/include -Wall utilObjs = \ -logger.o \ -tspacket.o +logger.o tradutorObjs = \ pyTradutor.o \ @@ -37,13 +36,6 @@ extratorTXT_exception.o monitorPCRObjs = \ monitor_pcr.o -#inipMpeg.o \ -#inipRaw.o \ -#inputMpeg.o \ -#inputRaw.o \ -#nrs232Mpeg.o\ -#inrs232Raw.o\ - inputObjs = \ inputFile.o \ inputException.o \ @@ -62,7 +54,6 @@ ouvinteSynchronizer.o mixerObjs = \ Mixer.o -#TimerGtaaas.o recognizeObjs = \ recognize.o \ @@ -136,4 +127,4 @@ svn: @find -iname "*.swp" -exec rm {} \; @find -iname "*.tmp" -exec rm {} \; @find -iname "*.svn-base" -exec rm -r {} \; - @find -iname "*.svn" -exec rm -r {} ;\ \ No newline at end of file + @find -iname "*.svn" -exec rm -r {} ;\ -- libgit2 0.21.2