File: Makefile.am

package info (click to toggle)
libsynce 0.9.0-3
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 1,744 kB
  • ctags: 322
  • sloc: sh: 8,953; ansic: 2,504; makefile: 99
file content (37 lines) | stat: -rw-r--r-- 816 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
## useful flags
AM_CFLAGS = -g -Wall -Wsign-compare -Wno-long-long -Werror -ansi @CFLAGS@ @APPLE_CFLAGS@ -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 \
	wstr.c

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

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 .