2003-03-14 Marcel Telka <marcel@telka.sk>

* configure.ac (CPPFLAGS): Added common include paths.
	* src/Makefile.am (INCLUDES): Removed common include paths.
	* src/bus/Makefile.am (INCLUDES): Ditto.
	* src/part/Makefile.am (INCLUDES): Ditto.
	* src/tap/Makefile.am (INCLUDES): Ditto.


git-svn-id: https://urjtag.svn.sourceforge.net/svnroot/urjtag/trunk@394 b68d4a1b-bc3d-0410-92ed-d4ac073336b7
master
Marcel Telka 22 years ago
parent 1977dae043
commit 584d2e57f1

@ -1,3 +1,11 @@
2003-03-14 Marcel Telka <marcel@telka.sk>
* configure.ac (CPPFLAGS): Added common include paths.
* src/Makefile.am (INCLUDES): Removed common include paths.
* src/bus/Makefile.am (INCLUDES): Ditto.
* src/part/Makefile.am (INCLUDES): Ditto.
* src/tap/Makefile.am (INCLUDES): Ditto.
2003-03-13 Marcel Telka <marcel@telka.sk>
* configure.ac (AC_CONFIG_HEADERS): Replaced this `new' macro ...

@ -68,13 +68,10 @@ AC_CACHE_CHECK([for the openwince includes], openwince_includes_path, [
fi
done
])
if test "$openwince_includes_path" = "no"; then
AC_MSG_ERROR([The openwince include package not found.])
fi
AC_SUBST(OPENWINCE_INC)
OPENWINCE_INC="-I$openwince_includes_path -I$openwince_includes_path/device"
CPPFLAGS="$CPPFLAGS -I$openwince_includes_path -I$openwince_includes_path/device"
AC_SEARCH_LIBS([ioperm], [ioperm])
AC_CHECK_FUNCS(getline getdelim)
@ -128,5 +125,6 @@ AC_CHECK_FUNCS(getline getdelim)
#])dnl
CFLAGS="$CFLAGS -Wall"
CPPFLAGS="$CPPFLAGS -I\$(top_srcdir)/include"
AC_OUTPUT

@ -47,4 +47,4 @@ jtag_DEPENDENCIES = lib/libjtaglib.a tap/libtap.a part/libpart.a bus/libbus.a
jtag_LDADD = -Ltap -ltap -Lpart -lpart -Llib -ljtaglib -Lbus -lbus @LIBINTL@
localedir = $(datadir)/locale
INCLUDES = -I$(top_srcdir)/include $(OPENWINCE_INC) -DLOCALEDIR=\"$(localedir)\" -DJTAG_DATA_DIR=\"$(pkgdatadir)\"
INCLUDES = -DLOCALEDIR=\"$(localedir)\" -DJTAG_DATA_DIR=\"$(pkgdatadir)\"

@ -27,5 +27,3 @@ libbus_a_SOURCES = \
ixp425.c \
pxa2x0.c \
sa1110.c
INCLUDES = -I$(top_srcdir)/include $(OPENWINCE_INC)

@ -30,5 +30,3 @@ libpart_a_SOURCES = \
bsbit.c \
part.c \
parse.c
INCLUDES = -I$(top_srcdir)/include

@ -36,5 +36,3 @@ libtap_a_SOURCES = \
cable/ei012.c \
cable/mpcbdm.c \
cable/wiggler.c
INCLUDES = -I$(top_srcdir)/include $(OPENWINCE_INC)

Loading…
Cancel
Save