You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

39 lines
1.2 KiB

## Process this file with automake to produce Makefile.in
AM_CFLAGS = -Werror -DOPENSYNC_FORMATSDIR=\"@OPENSYNC_FORMATSDIR@\" -Wall @XML_CFLAGS@ @GCOV_CFLAGS@
formatsdir=@OPENSYNC_FORMATSDIR@
opensyncheaderdir=@OPENSYNC_HEADERDIR@
opensyncheader_HEADERS = file.h
INCLUDES = @PACKAGE_CFLAGS@ -I$(top_srcdir)
formats_LTLIBRARIES = data.la event.la todo.la contact.la note.la file.la
data_la_SOURCES = data.c
data_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
data_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
event_la_SOURCES = event.c
event_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
event_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
note_la_SOURCES = note.c
note_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
note_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
todo_la_SOURCES = todo.c
todo_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
todo_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
contact_la_SOURCES = contact.c
contact_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
contact_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
file_la_SOURCES = file.c
file_la_LDFLAGS = -avoid-version -export-dynamic -module @GCOV_LDFLAGS@
file_la_LIBADD = @PACKAGE_LIBS@ @LIBS@
SUBDIRS = vformats-xml