Commit 2ea1a8a9 authored by Markus Kauppila's avatar Markus Kauppila

Added Makefile.am's to hg.

parent 2253de34
lib_LTLIBRARIES = libtest.la
libtest_la_SOURCES = SDL_test.c \
logger_helpers.c \
plain_logger.c \
xml_logger.c xml.c \
common/common.c \
common/img_blit.c \
common/img_blitblend.c \
common/img_face.c \
common/img_primitives.c \
common/img_primitivesblend.c \
fuzzer/utl_crc32.c \
fuzzer/utl_md5.c \
fuzzer/utl_random.c \
fuzzer/fuzzer.c \
../runner/logger.h
INCLUDE = -I../../include
libtest_la_CLAGS = -fPIC -g
libtest_la_LDFLAGS = `sdl-config --libs`
libtest: libtest.la
echo "Test library compiled."
INCLUDE = -I../libtest -I../../include
bin_PROGRAMS = runner
runner_SOURCES = runner.c support.c
runner_LDADD = ../libtest/libtest.la
runner_CFLAGS = -W -Wall -Wextra -g `sdl-config --cflags` -DSDL_NO_COMPAT
runner_LDFLAGS = `sdl-config --libs`
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment