Changeset 6b4e448 in rtems
- Timestamp:
- Aug 6, 2013, 2:01:36 PM (7 years ago)
- Branches:
- 4.11, 5, master
- Children:
- ae75429
- Parents:
- 00630411
- git-author:
- Sebastian Huber <sebastian.huber@…> (08/06/13 14:01:36)
- git-committer:
- Sebastian Huber <sebastian.huber@…> (08/08/13 12:11:22)
- Location:
- cpukit
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
cpukit/libgnat/Makefile.am
r00630411 r6b4e448 4 4 5 5 if LIBGNAT 6 AM_CPPFLAGS += -D__RTEMS_INSIDE__7 8 6 noinst_LIBRARIES = libgnat.a 9 7 -
cpukit/posix/Makefile.am
r00630411 r6b4e448 3 3 4 4 EXTRA_DIST = 5 6 AM_CPPFLAGS += -D__RTEMS_INSIDE__7 5 8 6 noinst_LIBRARIES = libposix.a -
cpukit/rtems/Makefile.am
r00630411 r6b4e448 1 1 include $(top_srcdir)/automake/multilib.am 2 2 include $(top_srcdir)/automake/compile.am 3 4 AM_CPPFLAGS += -D__RTEMS_INSIDE__5 3 6 4 noinst_LIBRARIES = librtems.a -
cpukit/sapi/Makefile.am
r00630411 r6b4e448 21 21 EXTRA_DIST = include/rtems/README 22 22 23 ## src24 AM_CPPFLAGS += -D__RTEMS_INSIDE__25 26 23 noinst_LIBRARIES = libsapi.a 27 24 project_lib_LIBRARIES = libsapi.a -
cpukit/score/Makefile.am
r00630411 r6b4e448 107 107 ## src 108 108 109 AM_CPPFLAGS += -D__RTEMS_INSIDE__110 111 109 noinst_LIBRARIES = libscore.a 112 110 libscore_a_SOURCES =
Note: See TracChangeset
for help on using the changeset viewer.