All pastes #718291 Raw Edit

Unnamed

public text v1 · immutable
#718291 ·published 2007-09-28 08:31 UTC
rendered paste body

AUTOMAKE_OPTIONS   = foreign subdir-objects
AM_CFLAGS          = -Wall ${regular_CFLAGS}

bin_PROGRAMS       = theprogram
if WIN32
win32_extra        = src/vasnprintf.c
endif
theprogram_SOURCES = src/main.c src/${proj_language}/strings.c \
                     ${win32_extra_sources}
theprogram_CFLAGS  = -DLANGUAGE=${proj_language}