prozilla/libprozilla/src/Makefile.am

47 lines
1.4 KiB
Makefile
Raw Normal View History

2010-08-31 03:50:41 +02:00
#------------------------------------------------------------------------------
# Process this file with automake to produce Makefile.in.
#------------------------------------------------------------------------------
lib_LTLIBRARIES = libprozilla.la
libprozilla_la_SOURCES = \
common.h \
connect.c connect.h \
connection.c connection.h \
debug.c debug.h \
download.c download.h \
ftp.c ftp.h \
ftpparse.c ftpparse.h \
##getopt.c getopt.h \
main.c \
misc.c misc.h \
netrc.c netrc.h \
prozilla.h \
url.c url.h\
http.c http.h\
http-retr.c http-retr.h\
ftp-retr.c ftp-retr.h\
logfile.c logfile.h\
ftpsearch.c ftpsearch.h\
ping.c ping.h
# 0:0:0
# 0 -> interface version, changes whenever you change the API
# 0 -> changes whenever you make a revision of an interface no
# API changes...
# 0 -> changes whenever you change the API but keep it backwards
# compatible (have not removed a function from the API, for
# example...)
libprozilla_la_LDFLAGS = -version-info 1:0:1
includedir= $(prefix)/include/prozilla
include_HEADERS = prozilla.h common.h netrc.h
CPPFLAGS = @CPPFLAGS@ -DLOCALEDIR=\"$(datadir)/locale\"
INCLUDES = -I../intl -I@includedir@
#AM_CPPFLAGS = -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
LIBS = @LIBS@ $(THREAD_LIBS)
AM_CFLAGS = @CFLAGS@ -D_REENTRANT -W -Wall -O2 -ggdb
#bin_PROGRAMS = testproz
#testproz_SOURCES = test.c
#testproz_LDADD = libprozilla.la