view Makefile @ 3:af138a6c3924 libavcore

Remove reference to the "frame" term in variable names. Simpler and more consistent with the function names.
author stefano
date Mon, 26 Jul 2010 23:12:41 +0000
parents d2641c727ec5
children a5655c1f889e
line wrap: on
line source

include $(SUBDIR)../config.mak

NAME = avcore

HEADERS = avcore.h                                                      \
          parseutils.h                                                  \

OBJS = parseutils.o                                                     \
       utils.o                                                          \

include $(SUBDIR)../subdir.mak