4.104.114.84.95
Last change
on this file since a3dfa39 was
a3dfa39,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Dec 11, 2002 at 3:34:58 PM
|
2002-12-11 Ralf Corsepius <corsepiu@…>
- kern/Makefile.am: Remove C_O_FILES;
Don't let all-local depend on $OBJS)
- lib/Makefile.am: Ditto.
- libc/Makefile.am: Ditto.
- net/Makefile.am: Ditto.
- netinet/Makefile.am: Ditto.
- nfs/Makefile.am: Ditto.
- rtems/Makefile.am: Ditto.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Rev | Line | |
---|
[df49c60] | 1 | ## |
---|
[4bf1801] | 2 | ## $Id$ |
---|
[df49c60] | 3 | ## |
---|
[4bf1801] | 4 | |
---|
[e6d8fe47] | 5 | include_rtemsdir = $(includedir)/rtems |
---|
| 6 | |
---|
[eb4b28d] | 7 | LIB = $(ARCH)/lib.a |
---|
[4bf1801] | 8 | |
---|
| 9 | C_FILES = sghostname.c issetugid.c rtems_glue.c rtems_syscall.c \ |
---|
| 10 | rtems_bootp.c rtems_showmbuf.c rtems_showroute.c rtems_showifstat.c \ |
---|
| 11 | rtems_showipstat.c rtems_showicmpstat.c rtems_showtcpstat.c \ |
---|
[c1f3fc04] | 12 | rtems_showudpstat.c rtems_select.c mkrootfs.c |
---|
[a3dfa39] | 13 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
[4bf1801] | 14 | |
---|
[c1f3fc04] | 15 | include_rtems_HEADERS = rtems_bsdnet.h rtems_bsdnet_internal.h tftp.h \ |
---|
[dda0bffc] | 16 | ftpfs.h mkrootfs.h |
---|
[df49c60] | 17 | |
---|
[b68e01c5] | 18 | PREINSTALL_FILES = $(PROJECT_INCLUDE)/rtems \ |
---|
[e6d8fe47] | 19 | $(include_rtems_HEADERS:%=$(PROJECT_INCLUDE)/rtems/%) |
---|
[df49c60] | 20 | |
---|
| 21 | $(PROJECT_INCLUDE)/rtems: |
---|
| 22 | @$(mkinstalldirs) $@ |
---|
| 23 | |
---|
| 24 | $(PROJECT_INCLUDE)/rtems/%.h: %.h |
---|
| 25 | $(INSTALL_DATA) $< $@ |
---|
| 26 | |
---|
[f22ebf0] | 27 | include $(top_srcdir)/../automake/multilib.am |
---|
| 28 | include $(top_srcdir)/../automake/compile.am |
---|
| 29 | include $(top_srcdir)/../automake/lib.am |
---|
[4bf1801] | 30 | |
---|
| 31 | # |
---|
| 32 | # Add local stuff here using += |
---|
| 33 | # |
---|
| 34 | |
---|
| 35 | AM_CPPFLAGS += -D_COMPILING_BSD_KERNEL_ -DKERNEL -DINET -DNFS -DDIAGNOSTIC \ |
---|
| 36 | -DBOOTP_COMPAT |
---|
| 37 | |
---|
| 38 | $(LIB): $(OBJS) |
---|
| 39 | $(make-library) |
---|
| 40 | |
---|
[a3dfa39] | 41 | all-local: $(PREINSTALL_FILES) $(ARCH) $(LIB) |
---|
[4bf1801] | 42 | |
---|
| 43 | .PRECIOUS: $(LIB) |
---|
| 44 | |
---|
[9b28bea5] | 45 | EXTRA_DIST = issetugid.c rtems_bootp.c rtems_glue.c rtems_select.c \ |
---|
| 46 | rtems_showicmpstat.c rtems_showifstat.c rtems_showipstat.c \ |
---|
| 47 | rtems_showmbuf.c rtems_showroute.c rtems_showtcpstat.c \ |
---|
| 48 | rtems_showudpstat.c rtems_syscall.c sghostname.c |
---|
[4bf1801] | 49 | |
---|
[f22ebf0] | 50 | include $(top_srcdir)/../automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.