forked from Imagelibrary/rtems
* ftpd/Makefile.am: Split preinstallation rules in to separate preinstall.am-files. * ftpd/preinstall.am: New (Generated from corresponding Makefile.am).
20 lines
307 B
Makefile
20 lines
307 B
Makefile
##
|
|
## $Id$
|
|
##
|
|
|
|
include $(top_srcdir)/automake/compile.am
|
|
|
|
CLEANFILES =
|
|
DISTCLEANFILES =
|
|
|
|
if HAS_NETWORKING
|
|
project_lib_LIBRARIES = libftpd.a
|
|
libftpd_a_SOURCES = ftpd.c ftpd.h
|
|
endif
|
|
|
|
all-local: $(PREINSTALL_FILES) $(TMPINSTALL_FILES)
|
|
|
|
include $(srcdir)/preinstall.am
|
|
|
|
include $(top_srcdir)/automake/local.am
|