File: Makefile.am

package info (click to toggle)
libsynce 0.9.3-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 1,760 kB
  • ctags: 400
  • sloc: sh: 9,258; ansic: 2,662; makefile: 104
file content (39 lines) | stat: -rw-r--r-- 778 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
AM_CFLAGS = @DBUS_CFLAGS@

INCLUDES = -I..

## create this library
lib_LTLIBRARIES = libsynce.la

## use these sources
libsynce_la_SOURCES = \
	bswap.c \
	datetype.c \
	errors.c \
	files.c \
	filetime.c \
	info.c \
	password.c \
	synce.h \
	synce_hash.h synce_hash.c \
	synce_ini.h synce_ini.c \
	synce_log.h synce_log.c \
	synce_socket.h synce_socket.c \
	synce_vector_template.h \
	time_fields.c \
	wstr.c

libsynce_la_LDFLAGS = -no-undefined -version-info 0:0:0
libsynce_la_LIBADD  = config/libconfig.la @LTLIBICONV@ @LTLIBOBJS@ -lm @DBUS_LIBS@

include_HEADERS = \
	synce.h synce_hash.h synce_ini.h synce_log.h synce_socket.h synce_types.h \
	synce_vector_template.h

##noinst_PROGRAMS = ftconv

##ftconv_SOURCES = ftconv.c
##ftconv_LDADD = libsynce.la

SUBDIRS = config .