4.104.114.84.95
Last change
on this file since 74066232 was
74066232,
checked in by Ralf Corsepius <ralf.corsepius@…>, on Dec 1, 2003 at 8:43:12 AM
|
2003-12-01 Ralf Corsepius <corsepiu@…>
- Makefile.am: Reformat. Apply dirstamps to preinstallation.
- pppd/Makefile.am: Ditto.
- rtems_servers/Makefile.am: Ditto.
- rtems_telnetd/Makefile.am: Ditto.
- rtems_webserver/Makefile.am: Ditto.
- wrapup/Makefile.am: Ditto.
|
-
Property mode set to
100644
|
File size:
1.2 KB
|
Rev | Line | |
---|
[bd520203] | 1 | ## |
---|
| 2 | ## $Id$ |
---|
| 3 | ## |
---|
| 4 | |
---|
| 5 | LIBNAME = libtelnetd-tmp |
---|
| 6 | LIB = $(ARCH)/$(LIBNAME).a |
---|
| 7 | |
---|
| 8 | C_FILES = pty.c telnetd.c icmds.c |
---|
[4855824] | 9 | OBJS = $(C_FILES:%.c=$(ARCH)/%.$(OBJEXT)) |
---|
[bd520203] | 10 | |
---|
[6a8e52d] | 11 | include $(top_srcdir)/automake/compile.am |
---|
| 12 | include $(top_srcdir)/automake/lib.am |
---|
[bd520203] | 13 | |
---|
| 14 | # |
---|
| 15 | # (OPTIONAL) Add local stuff here using += |
---|
| 16 | # |
---|
| 17 | |
---|
[4078e82] | 18 | if HAS_NETWORKING |
---|
| 19 | include_rtemsdir = $(includedir)/rtems |
---|
| 20 | include_rtems_HEADERS = pty.h telnetd.h |
---|
| 21 | |
---|
[bd520203] | 22 | $(LIB): $(OBJS) |
---|
| 23 | $(make-library) |
---|
| 24 | |
---|
| 25 | all-local: $(ARCH) $(PREINSTALL_FILES) $(OBJS) $(LIB) |
---|
[4078e82] | 26 | endif |
---|
[bd520203] | 27 | |
---|
| 28 | .PRECIOUS: $(LIB) |
---|
| 29 | |
---|
| 30 | EXTRA_DIST = README pty.c telnetd.c pty.h icmds.c telnetd.h |
---|
| 31 | |
---|
[74066232] | 32 | PREINSTALL_FILES = |
---|
| 33 | |
---|
| 34 | if HAS_NETWORKING |
---|
| 35 | $(PROJECT_INCLUDE)/rtems/$(dirstamp): |
---|
| 36 | @$(mkinstalldirs) $(PROJECT_INCLUDE)/rtems |
---|
| 37 | @: > $(PROJECT_INCLUDE)/rtems/$(dirstamp) |
---|
| 38 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/$(dirstamp) |
---|
| 39 | |
---|
| 40 | $(PROJECT_INCLUDE)/rtems/pty.h: pty.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) |
---|
| 41 | $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/pty.h |
---|
| 42 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/pty.h |
---|
| 43 | |
---|
| 44 | $(PROJECT_INCLUDE)/rtems/telnetd.h: telnetd.h $(PROJECT_INCLUDE)/rtems/$(dirstamp) |
---|
| 45 | $(INSTALL_DATA) $< $(PROJECT_INCLUDE)/rtems/telnetd.h |
---|
| 46 | PREINSTALL_FILES += $(PROJECT_INCLUDE)/rtems/telnetd.h |
---|
| 47 | endif |
---|
| 48 | |
---|
[6a8e52d] | 49 | include $(top_srcdir)/automake/local.am |
---|
Note: See
TracBrowser
for help on using the repository browser.