OSDN Git Service

commit local dev ver
[rec10/rec10-git.git] / epgdump / Makefile
index ab2ce18..8f2d778 100644 (file)
@@ -1,11 +1,16 @@
 PREFIX         = /usr/local
 TARGETS        = epgdump
-OBJ_TARGETS    = epgdump.o aribstr.o eit.o ts.o util.o sdt.o
-HEDDERDEPEND   = eit.h sdt.h aribstr.h ts.h util.h
+OBJ_TARGETS    = epgdump.o aribstr.o eit.o ts.o util.o psi.o sdt.o cdt.o sdtt.o dsmcc.o tot.o clt2png.o
+HEDDERDEPEND   = eit.h psi.h sdt.h cdt.h sdtt.h dsmcc.h tot.h clt2png.h aribstr.h ts.h util.h
 
 LANG           = C
 CC             = gcc
-CFLAGS         = -std=c99 -O2 -Wall -g
+
+#CFLAGS                = -std=c99 -O2 -Wall -g
+CFLAGS         = -std=c99 -O0 -Wall -ggdb
+#CFLAGS                = -std=c99 -O2 -Wall -ggdb
+#CFLAGS                = -std=c99 -O2 -Wall -ggdb -lefence
+
 LIBS           = 
 
 .c.o:                  ${CC} ${CFLAGS} -c $<