source: rtems/cpukit/ftpd/Makefile.am @ 6436254a

4.104.114.84.95
Last change on this file since 6436254a was 6436254a, checked in by Ralf Corsepius <ralf.corsepius@…>, on 02/09/04 at 14:57:18

2004-02-09 Ralf Corsepius <corsepiu@…>

  • libnetworking/pppd/Makefile.am, libnetworking/rtems_servers/Makefile.am, libnetworking/rtems_telnetd/Makefile.am, libnetworking/rtems_webserver/Makefile.am, optman/Makefile.am, support/Makefile.am: Don't include lib.am.
  • Property mode set to 100644
File size: 996 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
[6a8e52d]5include $(top_srcdir)/automake/compile.am
[4bf1801]6
[633456e]7CLEANFILES =
8EXTRA_LIBRARIES =
[4078e82]9
10if HAS_NETWORKING
11include_HEADERS = ftpd.h
12
[633456e]13EXTRA_LIBRARIES += libftpd.a
14CLEANFILES += libftpd.a
15libftpd_a_SOURCES = ftpd.c ftpd.h
16libftpd_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_OPTIMIZE_V)
[4078e82]17
[633456e]18EXTRA_LIBRARIES += libftpd_g.a
19CLEANFILES += libftpd_g.a
20libftpd_g_a_SOURCES = $(libftpd_a_SOURCES)
21libftpd_g_a_CPPFLAGS = $(AM_CPPFLAGS) $(CFLAGS_DEBUG_V)
[4bf1801]22
[633456e]23noinst_DATA = libftpd$(LIB_VARIANT).a
[4078e82]24endif
[4bf1801]25
[633456e]26all-local: $(PREINSTALL_FILES)
[4bf1801]27
[b5d91ad]28PREINSTALL_DIRS =
[74066232]29PREINSTALL_FILES =
30
31$(PROJECT_INCLUDE)/$(dirstamp):
[19fb5d3]32        @$(mkdir_p) $(PROJECT_INCLUDE)
[74066232]33        @: > $(PROJECT_INCLUDE)/$(dirstamp)
[b5d91ad]34PREINSTALL_DIRS += $(PROJECT_INCLUDE)/$(dirstamp)
[74066232]35
36if HAS_NETWORKING
37$(PROJECT_INCLUDE)/ftpd.h: ftpd.h $(PROJECT_INCLUDE)/$(dirstamp)
38        $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/ftpd.h
39PREINSTALL_FILES += $(PROJECT_INCLUDE)/ftpd.h
40endif
[df49c60]41
[633456e]42CLEANFILES += $(PREINSTALL_FILES)
[b5d91ad]43DISTCLEANFILES = $(PREINSTALL_DIRS)
[0725ce32]44
[6a8e52d]45include $(top_srcdir)/automake/local.am
Note: See TracBrowser for help on using the repository browser.