From c11fbf5fd051d031b6bd2e6b5ae52df40c9d0d5f Mon Sep 17 00:00:00 2001 From: Erickson Silva Date: Tue, 27 Jan 2015 10:07:10 -0300 Subject: [PATCH] Corrige Makefile --- Makefile | 13 ++----------- 1 file changed, 2 insertions(+), 11 deletions(-) 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