Changeset d4b5e876 in rtems


Ignore:
Timestamp:
08/13/03 10:07:44 (21 years ago)
Author:
Ralf Corsepius <ralf.corsepius@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
7002011
Parents:
2907b36
Message:

2003-08-13 Ralf Corsepius <corsepiu@…>

  • Makefile.am: Add bsp.pc.in
  • bsp.pc.in: New (pkgconfig support).
Location:
c/src
Files:
1 added
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/ChangeLog

    r2907b36 rd4b5e876  
     12003-08-13      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
     2
     3        * Makefile.am: Add bsp.pc.in
     4        * bsp.pc.in: New (pkgconfig support).
     5
    162003-08-11      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    27
  • c/src/Makefile.am

    r2907b36 rd4b5e876  
    3939CLEANFILES = preinstall-stamp
    4040
     41@host_alias@-@RTEMS_BSP@.pc: config.status bsp.pc.in
     42        ./config.status --file=$@:$(srcdir)/bsp.pc.in
     43
     44pkgconfigdir = $(prefix)/lib/pkgconfig
     45pkgconfig_DATA = @host_alias@-@RTEMS_BSP@.pc
     46DISTCLEANFILES += @host_alias@-@RTEMS_BSP@.pc
     47
    4148include $(top_srcdir)/../../automake/subdirs.am
    4249include $(top_srcdir)/../../automake/host.am
Note: See TracChangeset for help on using the changeset viewer.