source: rtems/cpukit/ftpd/Makefile.am @ 4f647b9

4.104.114.84.95
Last change on this file since 4f647b9 was 4f647b9, checked in by Ralf Corsepius <ralf.corsepius@…>, on 01/07/05 at 07:02:33

2005-01-07 Ralf Corsepius <ralf.corsepius@…>

  • libchip/Makefile.am, libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, librdbg/Makefile.am, optman/Makefile.am, support/Makefile.am: Eliminate CFLAGS_OPTIMIZE_V.
  • Property mode set to 100644
File size: 743 bytes
Line 
1##
2## $Id$
3##
4
5include $(top_srcdir)/automake/compile.am
6
7noinst_LIBRARIES =
8
9if HAS_NETWORKING
10include_HEADERS = ftpd.h
11
12noinst_LIBRARIES += libftpd.a
13libftpd_a_SOURCES = ftpd.c ftpd.h
14libftpd_a_CPPFLAGS = $(AM_CPPFLAGS)
15endif
16
17all-local: $(PREINSTALL_FILES)
18
19PREINSTALL_DIRS =
20PREINSTALL_FILES =
21
22$(PROJECT_INCLUDE)/$(dirstamp):
23        @$(mkdir_p) $(PROJECT_INCLUDE)
24        @: > $(PROJECT_INCLUDE)/$(dirstamp)
25PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
26
27if HAS_NETWORKING
28$(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp)
29        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ftpd.h
30PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h
31endif
32
33CLEANFILES = $(PREINSTALL_FILES)
34DISTCLEANFILES = $(PREINSTALL_DIRS)
35
36include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.