## Process this file with automake to produce Makefile.in AUTOMAKE_OPTIONS = foreign bin_PROGRAMS = vorbiscomment INCLUDES = @OGG_CFLAGS@ @VORBIS_CFLAGS@ vorbiscomment_LDADD = @VORBIS_LIBS@ @OGG_LIBS@ vorbiscomment_SOURCES = vcedit.c vcedit.h vcomment.c getopt.c getopt.h getopt1.c debug: $(MAKE) all CFLAGS="@DEBUG@" profile: $(MAKE) all CFLAGS="@PROFILE@"