Skip to content

Commit

Permalink
Version 0.0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Erwin Rol <[email protected]>
  • Loading branch information
lowlander committed Mar 4, 2018
1 parent 1ac847b commit ed85315
Show file tree
Hide file tree
Showing 26 changed files with 128 additions and 1,559 deletions.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
19-3-2003: Erwin Rol <[email protected]>
* fixed use of uninitilized lptbdm_port.sleep_time in mpc8xx_bdm_init
* fixed build bug ( could not find include files) of test application
* fixed possible false positive freeze state
* fixed ICR -> signal number translation
4 changes: 2 additions & 2 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -291,7 +291,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
#>+ 3
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.1/Makefile.in
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.2/Makefile.in
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $@ $(am__depfiles_maybe)

Expand Down Expand Up @@ -652,7 +652,7 @@ docs-am:
force-reedit:
cd $(top_srcdir) && \
$(AUTOMAKE) --foreign Makefile
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.1/Makefile.in
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.2/Makefile.in


#>+ 2
Expand Down
8 changes: 1 addition & 7 deletions configure
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ fi

# Define the identity of the package.
PACKAGE=mpc8xx
VERSION=0.0.1
VERSION=0.0.2


cat >>confdefs.h <<_ACEOF
Expand Down Expand Up @@ -24945,10 +24945,6 @@ ac_config_files="$ac_config_files Makefile"

ac_config_files="$ac_config_files mpc8xx/Makefile"

ac_config_files="$ac_config_files mpc8xx/docs/Makefile"

ac_config_files="$ac_config_files mpc8xx/docs/en/Makefile"

ac_config_files="$ac_config_files mpc8xx/libmpc8xx/Makefile"

cat >confcache <<\_ACEOF
Expand Down Expand Up @@ -25441,8 +25437,6 @@ do
# Handling of arguments.
"Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;;
"mpc8xx/Makefile" ) CONFIG_FILES="$CONFIG_FILES mpc8xx/Makefile" ;;
"mpc8xx/docs/Makefile" ) CONFIG_FILES="$CONFIG_FILES mpc8xx/docs/Makefile" ;;
"mpc8xx/docs/en/Makefile" ) CONFIG_FILES="$CONFIG_FILES mpc8xx/docs/en/Makefile" ;;
"mpc8xx/libmpc8xx/Makefile" ) CONFIG_FILES="$CONFIG_FILES mpc8xx/libmpc8xx/Makefile" ;;
"depfiles" ) CONFIG_COMMANDS="$CONFIG_COMMANDS depfiles" ;;
"config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;;
Expand Down
4 changes: 1 addition & 3 deletions configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dnl Perform program name transformation
AC_ARG_PROGRAM

dnl Automake doc recommends to do this only here. (Janos)
AM_INIT_AUTOMAKE(mpc8xx,0.0.1)
AM_INIT_AUTOMAKE(mpc8xx,0.0.2)

dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
dnl
Expand Down Expand Up @@ -95,8 +95,6 @@ AC_SUBST(AUTODIRS)
KDE_CREATE_SUBDIRSLIST
AC_CONFIG_FILES([ Makefile ])
AC_CONFIG_FILES([ mpc8xx/Makefile ])
AC_CONFIG_FILES([ mpc8xx/docs/Makefile ])
AC_CONFIG_FILES([ mpc8xx/docs/en/Makefile ])
AC_CONFIG_FILES([ mpc8xx/libmpc8xx/Makefile ])
AC_OUTPUT
if test "$all_tests" = "bad"; then
Expand Down
2 changes: 1 addition & 1 deletion configure.in.in
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dnl Perform program name transformation
AC_ARG_PROGRAM

dnl Automake doc recommends to do this only here. (Janos)
AM_INIT_AUTOMAKE(mpc8xx,0.0.1)
AM_INIT_AUTOMAKE(mpc8xx,0.0.2)

dnl almost the same like KDE_SET_PEFIX but the path is /usr/local
dnl
Expand Down
85 changes: 17 additions & 68 deletions mpc8xx.kdevprj
Original file line number Diff line number Diff line change
Expand Up @@ -23,25 +23,25 @@ cflags=
cppflags=
cxxflags=\s-O3 -Wall
ldadd=
ldflags=\s \s
ldflags=\s \s

[General]
AMChanged=true
AMChanged=false
author=Erwin Rol
configure_args=\s--build=i386-linux --host=i386-linux --target=i386-linux\s
configure_args=
[email protected]
kdevprj_version=1.3
lfv_open_groups=Headers
make_options=\s-j1
makefiles=Makefile.am,mpc8xx/Makefile.am,mpc8xx/docs/Makefile.am,mpc8xx/docs/en/Makefile.am,mpc8xx/libmpc8xx/Makefile.am
makefiles=Makefile.am,mpc8xx/Makefile.am,mpc8xx/libmpc8xx/Makefile.am
modifyMakefiles=true
project_name=Mpc8xx
project_type=normal_c
sgml_file=/home/erwin/mpc8xx/mpc8xx/docs/en/index.sgml
sgml_file=
short_info=
showNonProjectFiles=true
sub_dir=mpc8xx/
version=0.0.1
version=0.0.2
version_control=None
workspace=1

Expand All @@ -58,7 +58,7 @@ kpp_icon=0
kpp_license=5
kpp_summary=
kpp_url=
kpp_version=0.0.1
kpp_version=0.0.2

[LFV Groups]
GNU=AUTHORS,COPYING,ChangeLog,INSTALL,README,TODO,NEWS
Expand Down Expand Up @@ -110,63 +110,12 @@ type=DATA

[mpc8xx/Makefile.am]
files=mpc8xx/main.c
sub_dirs=docs,libmpc8xx
sub_dirs=libmpc8xx
type=prog_main

[mpc8xx/docs/Makefile.am]
sub_dirs=en
type=normal

[mpc8xx/docs/en/Makefile.am]
files=mpc8xx/docs/en/index.html,mpc8xx/docs/en/index-1.html,mpc8xx/docs/en/index-2.html,mpc8xx/docs/en/index-3.html,mpc8xx/docs/en/index-4.html,mpc8xx/docs/en/index-5.html,mpc8xx/docs/en/index-6.html
sub_dirs=
type=normal

[mpc8xx/docs/en/index-1.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index-2.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index-3.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index-4.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index-5.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index-6.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/docs/en/index.html]
dist=true
install=false
install_location=
type=DATA

[mpc8xx/libmpc8xx/Makefile.am]
files=mpc8xx/libmpc8xx/lptbdm.c,mpc8xx/libmpc8xx/lptbdm.h,mpc8xx/libmpc8xx/mpc8xxbdm.c,mpc8xx/libmpc8xx/mpc8xxbdm.h,mpc8xx/libmpc8xx/mpc8xxflash.c,mpc8xx/libmpc8xx/mpc8xxflash.h,mpc8xx/libmpc8xx/mpc8xxmisc.c,mpc8xx/libmpc8xx/mpc8xxmisc.h,mpc8xx/libmpc8xx/mpc8xxspr.c,mpc8xx/libmpc8xx/mpc8xxspr.h,mpc8xx/libmpc8xx/mpc8xxtarget.c,mpc8xx/libmpc8xx/mpc8xxtarget.h,mpc8xx/libmpc8xx/mpc8xx.h,mpc8xx/libmpc8xx/mpc8xxmem.h,mpc8xx/libmpc8xx/mpc8xxmem.c
sharedlib_LDFLAGS=-version-info 0:1:0
sharedlib_LDFLAGS=-version-info 0:2:0
sharedlib_rootname=mpc8xx
sub_dirs=
type=shared_library
Expand All @@ -180,13 +129,13 @@ type=SOURCE
[mpc8xx/libmpc8xx/lptbdm.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/lptbdm.h
install_location=$$(includedir)/mpc8xx/lptbdm.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xx.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx.h
install_location=$$(includedir)/mpc8xx.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxbdm.c]
Expand All @@ -198,7 +147,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxbdm.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxbdm.h
install_location=$$(includedir)/mpc8xx/mpc8xxbdm.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxflash.c]
Expand All @@ -210,7 +159,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxflash.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxflash.h
install_location=$$(includedir)/mpc8xx/mpc8xxflash.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxmem.c]
Expand All @@ -222,7 +171,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxmem.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxmem.h
install_location=$$(includedir)/mpc8xx/mpc8xxmem.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxmisc.c]
Expand All @@ -234,7 +183,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxmisc.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxmisc.h
install_location=$$(includedir)/mpc8xx/mpc8xxmisc.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxspr.c]
Expand All @@ -246,7 +195,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxspr.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxspr.h
install_location=$$(includedir)/mpc8xx/mpc8xxspr.h
type=HEADER

[mpc8xx/libmpc8xx/mpc8xxtarget.c]
Expand All @@ -258,7 +207,7 @@ type=SOURCE
[mpc8xx/libmpc8xx/mpc8xxtarget.h]
dist=true
install=true
install_location=$$(DESTDIR)$$(includedir)/mpc8xx/mpc8xxtarget.h
install_location=$$(includedir)/mpc8xx/mpc8xxtarget.h
type=HEADER

[mpc8xx/main.c]
Expand Down
2 changes: 1 addition & 1 deletion mpc8xx.kdevses
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<LastCompileConfig>(Default)</LastCompileConfig>
<Mainframe MaximizeMode="1" />
<DocsAndViews NumberOfDocuments="1" >
<Doc0 CursorPosLine="26" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="35" FileName="/home/erwin/mpc8xx/mpc8xx/main.c" >
<Doc0 CursorPosLine="0" Type="KWriteDoc" NumberOfViews="1" CursorPosCol="0" FileName="/home/erwin/mpc8xx/mpc8xx/Makefile.am" >
<View0 Top="0" Width="948" Attach="1" Height="577" Left="0" Focus="1" Type="KWriteView" MinMaxMode="0" />
</Doc0>
</DocsAndViews>
Expand Down
4 changes: 3 additions & 1 deletion mpc8xx/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin_PROGRAMS = mpc8xx
mpc8xx_SOURCES = main.c
mpc8xx_LDADD = ./libmpc8xx/libmpc8xx.la

SUBDIRS = docs libmpc8xx
SUBDIRS = libmpc8xx

EXTRA_DIST = main.c

Expand All @@ -16,4 +16,6 @@ INCLUDES= $(all_includes)

# the library search path.
mpc8xx_LDFLAGS = $(all_libraries)

CFLAGS := -I./libmpc8xx/

16 changes: 6 additions & 10 deletions mpc8xx/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ bin_PROGRAMS = mpc8xx
mpc8xx_SOURCES = main.c
mpc8xx_LDADD = ./libmpc8xx/libmpc8xx.la

SUBDIRS = docs libmpc8xx
SUBDIRS = libmpc8xx

EXTRA_DIST = main.c

Expand All @@ -262,6 +262,8 @@ INCLUDES = $(all_includes)

# the library search path.
mpc8xx_LDFLAGS = $(all_libraries)

CFLAGS := -I./libmpc8xx/
subdir = mpc8xx
mkinstalldirs = $(SHELL) $(top_srcdir)/admin/mkinstalldirs
CONFIG_HEADER = $(top_builddir)/config.h
Expand Down Expand Up @@ -293,7 +295,6 @@ LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
CCLD = $(CC)
LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
$(AM_LDFLAGS) $(LDFLAGS) -o $@
CFLAGS = @CFLAGS@
DIST_SOURCES = $(mpc8xx_SOURCES)

RECURSIVE_TARGETS = info-recursive dvi-recursive install-info-recursive \
Expand All @@ -316,7 +317,7 @@ $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
#>+ 3
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu mpc8xx/Makefile
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.1/mpc8xx/Makefile.in
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.2/mpc8xx/Makefile.in
Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
binPROGRAMS_INSTALL = $(INSTALL_PROGRAM)
Expand Down Expand Up @@ -487,12 +488,7 @@ GTAGS:

distclean-tags:
-rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
#>- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
#>+ 4
KDE_DIST=mpc8xx

DISTFILES= $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) $(KDE_DIST)

DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)

top_distdir = ..
distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
Expand Down Expand Up @@ -633,7 +629,7 @@ docs-am:
force-reedit:
cd $(top_srcdir) && \
$(AUTOMAKE) --gnu mpc8xx/Makefile
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.1/mpc8xx/Makefile.in
cd $(top_srcdir) && perl admin/am_edit mpc8xx-0.0.2/mpc8xx/Makefile.in


#>+ 2
Expand Down
5 changes: 0 additions & 5 deletions mpc8xx/docs/Makefile.am

This file was deleted.

Loading

0 comments on commit ed85315

Please sign in to comment.