• Home
  • History
  • Annotate
  • Line#
  • Navigate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/minidlna/flac-1.2.1/src/share/replaygain_analysis/
1#
2# GNU makefile
3#
4
5topdir = ../../..
6
7LIB_NAME = libreplaygain_analysis
8INCLUDES = -I$(topdir)/include/share
9
10SRCS_C = \
11	replaygain_analysis.c
12
13include $(topdir)/build/lib.mk
14
15# DO NOT DELETE THIS LINE -- make depend depends on it.
16