source: rtems/automake/lib.am @ 3174a7ed

4.104.114.84.95
Last change on this file since 3174a7ed was 3174a7ed, checked in by Joel Sherrill <joel.sherrill@…>, on 10/31/00 at 21:20:00

2000-10-30 Ralf Corsepius <corsepiu@…>

  • configure.in: New, Cygnus/GNU style configuration.
  • Makefile.am: Add macros/, reflect new configure.in, ACLOCAL_AMFLAGS = -I $(RTEMS_TOPdir)/macros
  • automake/compile.am: BSP_SPECS, remove RTEMS_CANONICALIZATION.
  • automake/lib.am: Remove RTEMS_CANONICALIZATION.
  • macros/tool-prefix.m4: Remove.
  • macros/target.m4: Remove RTEMS_CONFIG_SUBDIRS, RTEMS_OUTPUT_SUBDIRS.
  • macros/enable-rtemsbsp.m4: Add RTEMS_CONFIG_PER_BSP, add setting RTEMS_ROOT.
  • macros/i386-gas-code16.m4: Define NEW_GAS only for 16bit mode-
  • macros/multilib.m4: Various minor fixes.
  • macros/project-root.m4: Remove setting PROJECT_TOPdir, PROJECT_ROOT, RTEMS_ROOT.
  • macros/rtems-top.m4: Remove RTEMS_CANONICALIZATION, TARGET_SUBDIRS; Add with_target_subdirs, PROJECT_TOPdir, PROJECT_ROOT.
  • Property mode set to 100644
File size: 225 bytes
Line 
1##
2##  $Id$
3##
4
5AR = @AR@
6RANLIB = @RANLIB@
7
8define make-library
9$(RM) $@
10$(AR) $(ARFLAGS) $@ $^
11$(RANLIB) $@
12endef
13
14$(PROJECT_RELEASE)/lib:
15        @$(mkinstalldirs) $@
16
17TMPINSTALL_FILES = $(PROJECT_RELEASE)/lib
18
19.PRECIOUS: $(LIB)
Note: See TracBrowser for help on using the repository browser.