source: rtems/cpukit/ftpd/Makefile.am @ b265fdc

4.104.114.84.95
Last change on this file since b265fdc was fa73ccb, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/08/05 at 04:04:46

2005-02-08 Ralf Corsepius <ralf.corsepius@…>

  • configure.ac: Add new header guard to cpuopts.h.
  • Makefile.am: Add libfs, libblock, ftpd header install rules.
  • libfs/Makefile.am, libblock/Makefile.am, ftpd/Makefile.am: Remove header install rules.
  • Property mode set to 100644
File size: 592 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7if HAS_NETWORKING
8project_lib_LIBRARIES = libftpd.a
9libftpd_a_SOURCES = ftpd.c ftpd.h
10endif
11
12all-local: $(PREINSTALL_FILES)
13
14TMPINSTALL_FILES =
15
16$(PROJECT_LIB)/$(dirstamp):
17        @$(mkdir_p) $(PROJECT_LIB)
18        @: > $(PROJECT_LIB)/$(dirstamp)
19TMPINSTALL_FILES += $(PROJECT_LIB)/$(dirstamp)
20
21if HAS_NETWORKING
22$(PROJECT_LIB)/libftpd.a: libftpd.a $(PROJECT_LIB)/$(dirstamp)
23        $(INSTALL_DATA) $< $(PROJECT_LIB)/libftpd.a
24TMPINSTALL_FILES += $(PROJECT_LIB)/libftpd.a
25endif
26
27CLEANFILES = $(TMPINSTALL_FILES)
28
29include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.