## Process this file with automake to produce Makefile.in INCLUDES = \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ @PACKAGE_CFLAGS@ bin_PROGRAMS = xvid4conf xvid4conf_SOURCES = \ main.c main.h \ support.c support.h \ interface.c interface.h \ configs.c configs.h \ callbacks.c callbacks.h \ xvid4.h xvid4conf_LDADD = @PACKAGE_LIBS@