## Process this file with automake to produce Makefile.in #AUTOMAKE_OPTIONS = no-dependencies foreign lib_LTLIBRARIES = libvideo.la libvideo_la_SOURCES = g_video.c g_regions.c libvideo_la_CFLAGS = $(COMMON_CFLAGS) $(SDL_CFLAGS) -I$(BGD_PATH)/include -I$(BGD_PATH)/bgdrtm/include -I. -I../libgrbase/ libvideo_la_LDFLAGS = -s -module -no-undefined -avoid-version libvideo_la_LIBADD = $(COMMON_LDFLAGS) $(SDL_LIBS) -L$(BGD_PATH)/bgdrtm/src/.libs -lbgdrtm -L../libgrbase/.libs -lgrbase ## Make sure these will be cleaned even when they're not built by ## default. CLEANFILES = libvideo.la