25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Makefile.am 197 B

123456
  1. # Makefile.am - process with automake to produce Makefile.in
  2. bin_PROGRAMS = cuebreakpoints cueconvert cueprint
  3. bin_SCRIPTS = cuetag.sh
  4. LDADD = ../lib/libcuefile.a
  5. AM_CPPFLAGS = -I$(srcdir)/../lib