x
git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@4676 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
4
appl/ftp/Makefile.am
Normal file
4
appl/ftp/Makefile.am
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||||
|
SUBDIRS = common ftp ftpd
|
11
appl/ftp/common/Makefile.am
Normal file
11
appl/ftp/common/Makefile.am
Normal file
@@ -0,0 +1,11 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||||
|
|
||||||
|
INCLUDES = $(INCLUDE_krb4)
|
||||||
|
|
||||||
|
noinst_LIBRARIES = libcommon.a
|
||||||
|
libcommon_a_SOURCES = \
|
||||||
|
glob.c \
|
||||||
|
sockbuf.c \
|
||||||
|
buffer.c
|
32
appl/ftp/ftp/Makefile.am
Normal file
32
appl/ftp/ftp/Makefile.am
Normal file
@@ -0,0 +1,32 @@
|
|||||||
|
# $Id$
|
||||||
|
|
||||||
|
AUTOMAKE_OPTIONS = foreign no-dependencies
|
||||||
|
|
||||||
|
CFLAGS = @CFLAGS@ $(WFLAGS)
|
||||||
|
|
||||||
|
INCLUDES = -I$(srcdir)/../common $(INCLUDE_readline) $(INCLUDE_krb4) $(INCLUDE_readline)
|
||||||
|
|
||||||
|
bin_PROGRAMS = ftp
|
||||||
|
|
||||||
|
ftp_SOURCES = \
|
||||||
|
cmds.c \
|
||||||
|
cmdtab.c \
|
||||||
|
ftp.c \
|
||||||
|
main.c \
|
||||||
|
ruserpass.c \
|
||||||
|
domacro.c \
|
||||||
|
globals.c \
|
||||||
|
security.c \
|
||||||
|
krb4.c \
|
||||||
|
kauth.c \
|
||||||
|
gssapi.c
|
||||||
|
|
||||||
|
LDADD = \
|
||||||
|
../common/libcommon.a \
|
||||||
|
$(top_builddir)/lib/gssapi/libgssapi.a \
|
||||||
|
$(top_builddir)/lib/krb5/libkrb5.a \
|
||||||
|
$(top_builddir)/lib/des/libdes.a \
|
||||||
|
$(top_builddir)/lib/asn1/libasn1.a \
|
||||||
|
$(LIB_krb4) \
|
||||||
|
$(top_builddir)/lib/roken/libroken.a \
|
||||||
|
$(LIB_readline)
|
Reference in New Issue
Block a user