Blame | Last modification | View Log | RSS feed
## For instalation. Change this to your settings.#INC_DIR = ../../../includeLIB_DIR = ../..## compiler#CC= ccCFLAG= @CFLAG@ -I$(INC_DIR)## For making the library#AR= arARFLAGS= @ARFLAG@## products#LIB= ${LIB_DIR}/libARvideo.aINCLUDE= ${INC_DIR}/AR/video.h## compilation control#LIBOBJS= ${LIB}(video.o)all: ${LIBOBJS}${LIBOBJS}: ${INCLUDE}.c.a:${CC} -c ${CFLAG} $<${AR} ${ARFLAGS} $@ $*.orm -f $*.oclean:rm -f *.orm -f ${LIB}allclean:rm -f *.orm -f ${LIB}rm -f Makefile