source: rtems/cpukit/ftpd/Makefile.am @ 9b28bea5

4.104.114.84.95
Last change on this file since 9b28bea5 was 9b28bea5, checked in by Joel Sherrill <joel.sherrill@…>, on 09/05/00 at 16:07:35

2000-09-04 Ralf Corsepius <corsepiu@…>

  • kern/Makefile.am, lib/Makefile.am, libc/Makefile.am, net/Makefile.am, netinet/Makefile.am, nfs/Makefile.am, pppd/Makefile.am, rtems/Makefile.am, rtems_servers/Makefile.am, rtems_webserver/Makefile.am, wrapup/Makefile.am: Include compile.am
  • Property mode set to 100644
File size: 711 bytes
RevLine 
[df49c60]1##
[4bf1801]2## $Id$
[df49c60]3##
[4bf1801]4
5AUTOMAKE_OPTIONS = foreign 1.4
6
7LIBNAME = lib.a
8LIB = $(ARCH)/$(LIBNAME)
9
10C_FILES = ftpd.c
11C_O_FILES = $(C_FILES:%.c=$(ARCH)/%.o)
12
13OBJS = $(C_O_FILES)
14
15include $(RTEMS_ROOT)/make/custom/@RTEMS_BSP@.cfg
[9b28bea5]16include $(top_srcdir)/../../../automake/compile.am
[4bf1801]17include $(top_srcdir)/../../../automake/lib.am
18
19#
20# Add local stuff here using +=
21#
22
23$(LIB): $(OBJS)
24        $(make-library)
25
[df49c60]26all-local: $(PREINSTALL_FILES) $(ARCH) $(OBJS) $(LIB)
[4bf1801]27
28.PRECIOUS: $(LIB)
29
30EXTRA_DIST = ftpd.c ftpd.h
31
[df49c60]32H_FILES = ftpd.h
33
34noinst_HEADERS = $(H_FILES)
35
36PREINSTALL_FILES += $(PROJECT_INCLUDE) $(H_FILES:%=$(PROJECT_INCLUDE)/%)
37
38$(PROJECT_INCLUDE)/%.h: %.h
39        $(INSTALL_DATA) $< $@
40
[4bf1801]41include $(top_srcdir)/../../../automake/local.am
Note: See TracBrowser for help on using the repository browser.