forked from Imagelibrary/rtems
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am, psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am, psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am, psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am, psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am, psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am: Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
This commit is contained in:
@@ -1,3 +1,12 @@
|
|||||||
|
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
|
||||||
|
psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
|
||||||
|
psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
|
||||||
|
psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
|
||||||
|
psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
|
||||||
|
psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
|
||||||
|
Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -1,3 +1,12 @@
|
|||||||
|
2000-08-31 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
* psx01/Makefile.am, psx02/Makefile.am, psx03/Makefile.am,
|
||||||
|
psx04/Makefile.am, psx05/Makefile.am, psx06/Makefile.am,
|
||||||
|
psx07/Makefile.am, psx08/Makefile.am, psx09/Makefile.am,
|
||||||
|
psx10/Makefile.am, psx11/Makefile.am, psx11/Makefile.am,
|
||||||
|
psx12/Makefile.am, psxcancel/Makefile.am, psxmsgq01/Makefile.am,
|
||||||
|
psxsem01/Makefile.am, psxsem01/Makefile.am, psxtimer/Makefile.am:
|
||||||
|
Use AM_CPPFLAGS += instead of AM_CPPFLAGS =
|
||||||
|
|
||||||
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
2000-08-10 Joel Sherrill <joel@OARcorp.com>
|
||||||
|
|
||||||
* ChangeLog: New file.
|
* ChangeLog: New file.
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
@@ -32,7 +32,7 @@ include $(top_srcdir)/psxtests.am
|
|||||||
# (OPTIONAL) Add local stuff here using +=
|
# (OPTIONAL) Add local stuff here using +=
|
||||||
#
|
#
|
||||||
|
|
||||||
AM_CPPFLAGS = -I$(top_srcdir)/include
|
AM_CPPFLAGS += -I$(top_srcdir)/include
|
||||||
|
|
||||||
${PGM}: $(OBJS) $(LINK_FILES)
|
${PGM}: $(OBJS) $(LINK_FILES)
|
||||||
$(make-exe)
|
$(make-exe)
|
||||||
|
|||||||
Reference in New Issue
Block a user