16 CFLAGS
= $(OPTFLAGS
) -I..
23 $(CC
) -c
$(CFLAGS
) -o
$@
$<
26 $(AR
) r
$(LIBNAME
) $(OBJS
)
29 test: $(LIBNAME
) test.c
30 $(CC
) $(CFLAGS
) test.c ..
/cpudetect.c
-o
test ..
/osdep
/libosdep.a .
/liba52.a
-lm
32 test2
: $(LIBNAME
) test.c
33 $(CC
) $(CFLAGS
) test.c
-o test2 ..
/libac3
/libac3.a .
/liba52.a
-lm
46 $(CC
) -MM
$(CFLAGS
) $(SRCS
) 1>.depend
49 # include dependency files if they exist
51 ifneq ($(wildcard .depend
),)