dslinux/user/pixil/packages/dvdview/dvdview/libvideogfx/libvideogfx Makefile.am Makefile.in init.cc init.hh types.hh

amadeus dslinux_amadeus at user.in-berlin.de
Tue Oct 3 13:25:36 CEST 2006


Update of /cvsroot/dslinux/dslinux/user/pixil/packages/dvdview/dvdview/libvideogfx/libvideogfx
In directory antilope:/tmp/cvs-serv11916/packages/dvdview/dvdview/libvideogfx/libvideogfx

Added Files:
	Makefile.am Makefile.in init.cc init.hh types.hh 
Log Message:
adding pristine copy of pixil to HEAD so I can branch from it

--- NEW FILE: Makefile.in ---
# Makefile.in generated automatically by automake 1.4 from Makefile.am

# Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
# This Makefile.in is free software; the Free Software Foundation
# gives unlimited permission to copy and/or distribute it,
# with or without modifications, as long as this notice is preserved.

# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
# PARTICULAR PURPOSE.


SHELL = @SHELL@

srcdir = @srcdir@
top_srcdir = @top_srcdir@
VPATH = @srcdir@
prefix = @prefix@
exec_prefix = @exec_prefix@

bindir = @bindir@
sbindir = @sbindir@
libexecdir = @libexecdir@
datadir = @datadir@
sysconfdir = @sysconfdir@
sharedstatedir = @sharedstatedir@
localstatedir = @localstatedir@
libdir = @libdir@
infodir = @infodir@
mandir = @mandir@
includedir = @includedir@
oldincludedir = /usr/include

DESTDIR =

pkgdatadir = $(datadir)/@PACKAGE@
pkglibdir = $(libdir)/@PACKAGE@
pkgincludedir = $(includedir)/@PACKAGE@

top_builddir = ..

ACLOCAL = @ACLOCAL@
AUTOCONF = @AUTOCONF@
AUTOMAKE = @AUTOMAKE@
AUTOHEADER = @AUTOHEADER@

INSTALL = @INSTALL@
INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
INSTALL_DATA = @INSTALL_DATA@
INSTALL_SCRIPT = @INSTALL_SCRIPT@
transform = @program_transform_name@

NORMAL_INSTALL = :
PRE_INSTALL = :
POST_INSTALL = :
NORMAL_UNINSTALL = :
PRE_UNINSTALL = :
POST_UNINSTALL = :
build_alias = @build_alias@
build_triplet = @build@
host_alias = @host_alias@
host_triplet = @host@
target_alias = @target_alias@
target_triplet = @target@
AS = @AS@
CC = @CC@
CXX = @CXX@
DLLTOOL = @DLLTOOL@
LIBTOOL = @LIBTOOL@
LIBVIDEOGFX_BINARY_AGE = @LIBVIDEOGFX_BINARY_AGE@
LIBVIDEOGFX_INTERFACE_AGE = @LIBVIDEOGFX_INTERFACE_AGE@
LIBVIDEOGFX_MAJOR_VERSION = @LIBVIDEOGFX_MAJOR_VERSION@
LIBVIDEOGFX_MICRO_VERSION = @LIBVIDEOGFX_MICRO_VERSION@
LIBVIDEOGFX_MINOR_VERSION = @LIBVIDEOGFX_MINOR_VERSION@
LIBVIDEOGFX_VERSION = @LIBVIDEOGFX_VERSION@
LN_S = @LN_S@
LT_AGE = @LT_AGE@
LT_CURRENT = @LT_CURRENT@
LT_RELEASE = @LT_RELEASE@
LT_REVISION = @LT_REVISION@
MAINT = @MAINT@
MAKEINFO = @MAKEINFO@
OBJDUMP = @OBJDUMP@
PACKAGE = @PACKAGE@
RANLIB = @RANLIB@
VERSION = @VERSION@
X_LDFLAGS = @X_LDFLAGS@

SUBDIRS = arch containers graphics utility nanox

INCLUDES =  	-DDATADIR=\"$(datadir)\"		-DLIBDIR=\"$(libdir)\"			-DSYSCONFDIR=\"$(sysconfdir)\"		-I$(top_srcdir)


#
# libraries to compile and install
#
lib_LTLIBRARIES = libvideogfx.la

# libtool stuff: set version and export symbols for resolving
libvideogfx_includedir = $(includedir)/libvideogfx
libvideogfx_la_LDFLAGS =  	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)		-release $(LT_RELEASE)						-export-dynamic


#
# setup sub-libraries variables
#
libvideogfx_common_ldadd =  	containers/libvideogfx-containers.la				graphics/basic/libvideogfx-graphics-basic.la			graphics/color/libvideogfx-graphics-color.la			graphics/datatypes/libvideogfx-graphics-datatypes.la		graphics/draw/libvideogfx-graphics-draw.la			graphics/fileio/libvideogfx-graphics-fileio.la			graphics/filters/libvideogfx-graphics-filters.la		graphics/lowlevel/libvideogfx-graphics-lowlevel.la		graphics/motvec/libvideogfx-graphics-motvec.la			graphics/visualize/libvideogfx-graphics-visualize.la		utility/bitstream/libvideogfx-utility-bitstream.la

@LINUX_TRUE at libvideogfx_linux_ldadd = 	graphics/fileio/libvideogfx-graphics-fileio-linux.la
@LINUX_FALSE at libvideogfx_linux_ldadd = 
@ENABLE_MMX_TRUE at libvideogfx_mmx_ldadd = 	arch/linux/x86/libvideogfx-arch-linux-x86.la			graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la
@ENABLE_MMX_FALSE at libvideogfx_mmx_ldadd = 

libvideogfx_qt_ldadd =  	qt/libvideogfx-qt.la


libvideogfx_x11_ldadd =  	nanox/libvideogfx-x11.la


libvideogfx_la_LIBADD =  	$(libvideogfx_common_ldadd)		$(libvideogfx_linux_ldadd)		$(libvideogfx_mmx_ldadd)		$(libvideogfx_x11_ldadd)


#
# setup source file variables
#
# Header files for public installation (non-generated)
libvideogfx_public_h_sources =  	init.hh			types.hh


# Header files that don't get installed
libvideogfx_private_h_sources = 

# C sources to build the library from
libvideogfx_c_sources =  	init.cc


#
# setup sources and their dependancies
#
libvideogfx_include_HEADERS = $(libvideogfx_public_h_sources)
libvideogfx_la_SOURCES = $(libvideogfx_c_sources)
EXTRA_HEADERS =  
EXTRA_DIST =  $(libvideogfx_private_h_sources)
mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
CONFIG_HEADER = ../config.h
CONFIG_CLEAN_FILES = 
LTLIBRARIES =  $(lib_LTLIBRARIES)


DEFS = @DEFS@ -I. -I$(srcdir) -I..
CPPFLAGS = @CPPFLAGS@
LDFLAGS = @LDFLAGS@
LIBS = @LIBS@
X_CFLAGS = @X_CFLAGS@
X_LIBS = @X_LIBS@
X_EXTRA_LIBS = @X_EXTRA_LIBS@
X_PRE_LIBS = @X_PRE_LIBS@
@ENABLE_MMX_TRUE@@LINUX_FALSE at libvideogfx_la_DEPENDENCIES =  \
@ENABLE_MMX_TRUE@@LINUX_FALSE at containers/libvideogfx-containers.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/basic/libvideogfx-graphics-basic.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/color/libvideogfx-graphics-color.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/datatypes/libvideogfx-graphics-datatypes.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/draw/libvideogfx-graphics-draw.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/fileio/libvideogfx-graphics-fileio.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/filters/libvideogfx-graphics-filters.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/lowlevel/libvideogfx-graphics-lowlevel.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/motvec/libvideogfx-graphics-motvec.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/visualize/libvideogfx-graphics-visualize.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at utility/bitstream/libvideogfx-utility-bitstream.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at arch/linux/x86/libvideogfx-arch-linux-x86.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la \
@ENABLE_MMX_TRUE@@LINUX_FALSE at nanox/libvideogfx-x11.la
@ENABLE_MMX_FALSE@@LINUX_TRUE at libvideogfx_la_DEPENDENCIES =  \
@ENABLE_MMX_FALSE@@LINUX_TRUE at containers/libvideogfx-containers.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/basic/libvideogfx-graphics-basic.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/color/libvideogfx-graphics-color.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/datatypes/libvideogfx-graphics-datatypes.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/draw/libvideogfx-graphics-draw.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/fileio/libvideogfx-graphics-fileio.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/filters/libvideogfx-graphics-filters.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/lowlevel/libvideogfx-graphics-lowlevel.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/motvec/libvideogfx-graphics-motvec.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/visualize/libvideogfx-graphics-visualize.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at utility/bitstream/libvideogfx-utility-bitstream.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at graphics/fileio/libvideogfx-graphics-fileio-linux.la \
@ENABLE_MMX_FALSE@@LINUX_TRUE at nanox/libvideogfx-x11.la
@ENABLE_MMX_FALSE@@LINUX_FALSE at libvideogfx_la_DEPENDENCIES =  \
@ENABLE_MMX_FALSE@@LINUX_FALSE at containers/libvideogfx-containers.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/basic/libvideogfx-graphics-basic.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/color/libvideogfx-graphics-color.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/datatypes/libvideogfx-graphics-datatypes.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/draw/libvideogfx-graphics-draw.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/fileio/libvideogfx-graphics-fileio.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/filters/libvideogfx-graphics-filters.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/lowlevel/libvideogfx-graphics-lowlevel.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/motvec/libvideogfx-graphics-motvec.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at graphics/visualize/libvideogfx-graphics-visualize.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at utility/bitstream/libvideogfx-utility-bitstream.la \
@ENABLE_MMX_FALSE@@LINUX_FALSE at nanox/libvideogfx-x11.la
@ENABLE_MMX_TRUE@@LINUX_TRUE at libvideogfx_la_DEPENDENCIES =  \
@ENABLE_MMX_TRUE@@LINUX_TRUE at containers/libvideogfx-containers.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/basic/libvideogfx-graphics-basic.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/color/libvideogfx-graphics-color.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/datatypes/libvideogfx-graphics-datatypes.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/draw/libvideogfx-graphics-draw.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/fileio/libvideogfx-graphics-fileio.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/filters/libvideogfx-graphics-filters.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/lowlevel/libvideogfx-graphics-lowlevel.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/motvec/libvideogfx-graphics-motvec.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/visualize/libvideogfx-graphics-visualize.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at utility/bitstream/libvideogfx-utility-bitstream.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/fileio/libvideogfx-graphics-fileio-linux.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at arch/linux/x86/libvideogfx-arch-linux-x86.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la \
@ENABLE_MMX_TRUE@@LINUX_TRUE at nanox/libvideogfx-x11.la
libvideogfx_la_OBJECTS =  init.lo
CXXFLAGS = @CXXFLAGS@
CXXCOMPILE = $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
LTCXXCOMPILE = $(LIBTOOL) --mode=compile $(CXX) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CXXFLAGS) $(CXXFLAGS)
CXXLD = $(CXX)
CXXLINK = $(LIBTOOL) --mode=link $(CXXLD) $(AM_CXXFLAGS) $(CXXFLAGS) $(LDFLAGS) -o $@
HEADERS =  $(libvideogfx_include_HEADERS)

DIST_COMMON =  Makefile.am Makefile.in


DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)

TAR = gtar
GZIP_ENV = --best
DEP_FILES =  .deps/init.P
SOURCES = $(libvideogfx_la_SOURCES)
OBJECTS = $(libvideogfx_la_OBJECTS)

all: all-redirect
.SUFFIXES:
.SUFFIXES: .S .c .cc .lo .o .s
$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
	cd $(top_srcdir) && $(AUTOMAKE) --gnu libvideogfx/Makefile

Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status $(BUILT_SOURCES)
	cd $(top_builddir) \
	  && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status


mostlyclean-libLTLIBRARIES:

clean-libLTLIBRARIES:
	-test -z "$(lib_LTLIBRARIES)" || rm -f $(lib_LTLIBRARIES)

distclean-libLTLIBRARIES:

maintainer-clean-libLTLIBRARIES:

install-libLTLIBRARIES: $(lib_LTLIBRARIES)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(libdir)
	@list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	  if test -f $$p; then \
	    echo "$(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p"; \
	    $(LIBTOOL)  --mode=install $(INSTALL) $$p $(DESTDIR)$(libdir)/$$p; \
	  else :; fi; \
	done

uninstall-libLTLIBRARIES:
	@$(NORMAL_UNINSTALL)
	list='$(lib_LTLIBRARIES)'; for p in $$list; do \
	  $(LIBTOOL)  --mode=uninstall rm -f $(DESTDIR)$(libdir)/$$p; \
	done

.s.o:
	$(COMPILE) -c $<

.S.o:
	$(COMPILE) -c $<

mostlyclean-compile:
	-rm -f *.o core *.core

clean-compile:

distclean-compile:
	-rm -f *.tab.c

maintainer-clean-compile:

.s.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

.S.lo:
	$(LIBTOOL) --mode=compile $(COMPILE) -c $<

mostlyclean-libtool:
	-rm -f *.lo

clean-libtool:
	-rm -rf .libs _libs

distclean-libtool:

maintainer-clean-libtool:

libvideogfx.la: $(libvideogfx_la_OBJECTS) $(libvideogfx_la_DEPENDENCIES)
	$(CXXLINK) -rpath $(libdir) $(libvideogfx_la_LDFLAGS) $(libvideogfx_la_OBJECTS) $(libvideogfx_la_LIBADD) $(LIBS)
.cc.o:
	$(CXXCOMPILE) -c $<
.cc.lo:
	$(LTCXXCOMPILE) -c $<

install-libvideogfx_includeHEADERS: $(libvideogfx_include_HEADERS)
	@$(NORMAL_INSTALL)
	$(mkinstalldirs) $(DESTDIR)$(libvideogfx_includedir)
	@list='$(libvideogfx_include_HEADERS)'; for p in $$list; do \
	  if test -f "$$p"; then d= ; else d="$(srcdir)/"; fi; \
	  echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libvideogfx_includedir)/$$p"; \
	  $(INSTALL_DATA) $$d$$p $(DESTDIR)$(libvideogfx_includedir)/$$p; \
	done

uninstall-libvideogfx_includeHEADERS:
	@$(NORMAL_UNINSTALL)
	list='$(libvideogfx_include_HEADERS)'; for p in $$list; do \
	  rm -f $(DESTDIR)$(libvideogfx_includedir)/$$p; \
	done

# This directory's subdirectories are mostly independent; you can cd
# into them and run `make' without going through this Makefile.
# To change the values of `make' variables: instead of editing Makefiles,
# (1) if the variable is set in `config.status', edit `config.status'
#     (which will cause the Makefiles to be regenerated when you run `make');
# (2) otherwise, pass the desired values on the `make' command line.

@SET_MAKE@

all-recursive install-data-recursive install-exec-recursive \
installdirs-recursive install-recursive uninstall-recursive  \
check-recursive installcheck-recursive info-recursive dvi-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	target=`echo $@ | sed s/-recursive//`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    dot_seen=yes; \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done; \
	if test "$$dot_seen" = "no"; then \
	  $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
	fi; test -z "$$fail"

mostlyclean-recursive clean-recursive distclean-recursive \
maintainer-clean-recursive:
	@set fnord $(MAKEFLAGS); amf=$$2; \
	dot_seen=no; \
	rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
	  rev="$$subdir $$rev"; \
	  test "$$subdir" = "." && dot_seen=yes; \
	done; \
	test "$$dot_seen" = "no" && rev=". $$rev"; \
	target=`echo $@ | sed s/-recursive//`; \
	for subdir in $$rev; do \
	  echo "Making $$target in $$subdir"; \
	  if test "$$subdir" = "."; then \
	    local_target="$$target-am"; \
	  else \
	    local_target="$$target"; \
	  fi; \
	  (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
	   || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
	done && test -z "$$fail"
tags-recursive:
	list='$(SUBDIRS)'; for subdir in $$list; do \
	  test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
	done

tags: TAGS

ID: $(HEADERS) $(SOURCES) $(LISP)
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	here=`pwd` && cd $(srcdir) \
	  && mkid -f$$here/ID $$unique $(LISP)

TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
	tags=; \
	here=`pwd`; \
	list='$(SUBDIRS)'; for subdir in $$list; do \
   if test "$$subdir" = .; then :; else \
	    test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
   fi; \
	done; \
	list='$(SOURCES) $(HEADERS)'; \
	unique=`for i in $$list; do echo $$i; done | \
	  awk '    { files[$$0] = 1; } \
	       END { for (i in files) print i; }'`; \
	test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
	  || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)

mostlyclean-tags:

clean-tags:

distclean-tags:
	-rm -f TAGS ID

maintainer-clean-tags:

distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)

subdir = libvideogfx

distdir: $(DISTFILES)
	here=`cd $(top_builddir) && pwd`; \
	top_distdir=`cd $(top_distdir) && pwd`; \
	distdir=`cd $(distdir) && pwd`; \
	cd $(top_srcdir) \
	  && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu libvideogfx/Makefile
	@for file in $(DISTFILES); do \
	  d=$(srcdir); \
	  if test -d $$d/$$file; then \
	    cp -pr $$d/$$file $(distdir)/$$file; \
	  else \
	    test -f $(distdir)/$$file \
	    || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
	    || cp -p $$d/$$file $(distdir)/$$file || :; \
	  fi; \
	done
	for subdir in $(SUBDIRS); do \
	  if test "$$subdir" = .; then :; else \
	    test -d $(distdir)/$$subdir \
	    || mkdir $(distdir)/$$subdir \
	    || exit 1; \
	    chmod 777 $(distdir)/$$subdir; \
	    (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
	      || exit 1; \
	  fi; \
	done

DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)

-include $(DEP_FILES)

mostlyclean-depend:

clean-depend:

distclean-depend:
	-rm -rf .deps

maintainer-clean-depend:

%.o: %.c
	@echo '$(COMPILE) -c $<'; \
	$(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
	@-cp .deps/$(*F).pp .deps/$(*F).P; \
	tr ' ' '\012' < .deps/$(*F).pp \
	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
	    >> .deps/$(*F).P; \
	rm .deps/$(*F).pp

%.lo: %.c
	@echo '$(LTCOMPILE) -c $<'; \
	$(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
	  < .deps/$(*F).pp > .deps/$(*F).P; \
	tr ' ' '\012' < .deps/$(*F).pp \
	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
	    >> .deps/$(*F).P; \
	rm -f .deps/$(*F).pp

%.o: %.cc
	@echo '$(CXXCOMPILE) -c $<'; \
	$(CXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
	@-cp .deps/$(*F).pp .deps/$(*F).P; \
	tr ' ' '\012' < .deps/$(*F).pp \
	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
	    >> .deps/$(*F).P; \
	rm .deps/$(*F).pp

%.lo: %.cc
	@echo '$(LTCXXCOMPILE) -c $<'; \
	$(LTCXXCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
	@-sed -e 's/^\([^:]*\)\.o[ 	]*:/\1.lo \1.o :/' \
	  < .deps/$(*F).pp > .deps/$(*F).P; \
	tr ' ' '\012' < .deps/$(*F).pp \
	  | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
	    >> .deps/$(*F).P; \
	rm -f .deps/$(*F).pp
info-am:
info: info-recursive
dvi-am:
dvi: dvi-recursive
check-am: all-am
check: check-recursive
installcheck-am:
installcheck: installcheck-recursive
install-exec-am: install-libLTLIBRARIES
install-exec: install-exec-recursive

install-data-am: install-libvideogfx_includeHEADERS
install-data: install-data-recursive

install-am: all-am
	@$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
install: install-recursive
uninstall-am: uninstall-libLTLIBRARIES \
		uninstall-libvideogfx_includeHEADERS
uninstall: uninstall-recursive
all-am: Makefile $(LTLIBRARIES) $(HEADERS)
all-redirect: all-recursive
install-strip:
	$(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
installdirs: installdirs-recursive
installdirs-am:
	$(mkinstalldirs)  $(DESTDIR)$(libdir) \
		$(DESTDIR)$(libvideogfx_includedir)


mostlyclean-generic:

clean-generic:

distclean-generic:
	-rm -f Makefile $(CONFIG_CLEAN_FILES)
	-rm -f config.cache config.log stamp-h stamp-h[0-9]*

maintainer-clean-generic:
mostlyclean-am:  mostlyclean-libLTLIBRARIES mostlyclean-compile \
		mostlyclean-libtool mostlyclean-tags mostlyclean-depend \
		mostlyclean-generic

mostlyclean: mostlyclean-recursive

clean-am:  clean-libLTLIBRARIES clean-compile clean-libtool clean-tags \
		clean-depend clean-generic mostlyclean-am

clean: clean-recursive

distclean-am:  distclean-libLTLIBRARIES distclean-compile \
		distclean-libtool distclean-tags distclean-depend \
		distclean-generic clean-am
	-rm -f libtool

distclean: distclean-recursive

maintainer-clean-am:  maintainer-clean-libLTLIBRARIES \
		maintainer-clean-compile maintainer-clean-libtool \
		maintainer-clean-tags maintainer-clean-depend \
		maintainer-clean-generic distclean-am
	@echo "This command is intended for maintainers to use;"
	@echo "it deletes files that may require special tools to rebuild."

maintainer-clean: maintainer-clean-recursive

.PHONY: mostlyclean-libLTLIBRARIES distclean-libLTLIBRARIES \
clean-libLTLIBRARIES maintainer-clean-libLTLIBRARIES \
uninstall-libLTLIBRARIES install-libLTLIBRARIES mostlyclean-compile \
distclean-compile clean-compile maintainer-clean-compile \
mostlyclean-libtool distclean-libtool clean-libtool \
maintainer-clean-libtool uninstall-libvideogfx_includeHEADERS \
install-libvideogfx_includeHEADERS install-data-recursive \
uninstall-data-recursive install-exec-recursive \
uninstall-exec-recursive installdirs-recursive uninstalldirs-recursive \
all-recursive check-recursive installcheck-recursive info-recursive \
dvi-recursive mostlyclean-recursive distclean-recursive clean-recursive \
maintainer-clean-recursive tags tags-recursive mostlyclean-tags \
distclean-tags clean-tags maintainer-clean-tags distdir \
mostlyclean-depend distclean-depend clean-depend \
maintainer-clean-depend info-am info dvi-am dvi check check-am \
installcheck-am installcheck install-exec-am install-exec \
install-data-am install-data install-am install uninstall-am uninstall \
all-redirect all-am all installdirs-am installdirs mostlyclean-generic \
distclean-generic clean-generic maintainer-clean-generic clean \
mostlyclean distclean maintainer-clean


.PHONY: files

files:
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
	  echo $$p; \
	done

# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT:

--- NEW FILE: init.cc ---
/*
 *  init.cc
 */

#include "init.hh"


char** glob_argv;
int    glob_argc;

void InitULib(int argc,char** argv)
{
  glob_argc = argc;
  glob_argv = argv;
}

--- NEW FILE: init.hh ---

#ifndef LIBVIDEOGFX_INIT_HH
#define LIBVIDEOGFX_INIT_HH

extern char** glob_argv;
extern int    glob_argc;

extern void InitULib(int argc,char** argv);

#endif

--- NEW FILE: Makefile.am ---
## Makefile.am for libvideogfx/libvideogfx

SUBDIRS = arch containers graphics utility nanox

INCLUDES = \
	-DDATADIR=\"$(datadir)\"	\
	-DLIBDIR=\"$(libdir)\"		\
	-DSYSCONFDIR=\"$(sysconfdir)\"	\
	-I$(top_srcdir)

#
# libraries to compile and install
#
lib_LTLIBRARIES = libvideogfx.la

# libtool stuff: set version and export symbols for resolving
libvideogfx_includedir = $(includedir)/libvideogfx
libvideogfx_la_LDFLAGS = \
	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)	\
	-release $(LT_RELEASE)					\
	-export-dynamic

#
# setup sub-libraries variables
#
libvideogfx_common_ldadd = \
	containers/libvideogfx-containers.la			\
	graphics/basic/libvideogfx-graphics-basic.la		\
	graphics/color/libvideogfx-graphics-color.la		\
	graphics/datatypes/libvideogfx-graphics-datatypes.la	\
	graphics/draw/libvideogfx-graphics-draw.la		\
	graphics/fileio/libvideogfx-graphics-fileio.la		\
	graphics/filters/libvideogfx-graphics-filters.la	\
	graphics/lowlevel/libvideogfx-graphics-lowlevel.la	\
	graphics/motvec/libvideogfx-graphics-motvec.la		\
	graphics/visualize/libvideogfx-graphics-visualize.la	\
	utility/bitstream/libvideogfx-utility-bitstream.la

if LINUX
libvideogfx_linux_ldadd = \
	graphics/fileio/libvideogfx-graphics-fileio-linux.la
else
libvideogfx_linux_ldadd =
endif

if ENABLE_MMX
libvideogfx_mmx_ldadd = \
	arch/linux/x86/libvideogfx-arch-linux-x86.la		\
	graphics/lowlevel/libvideogfx-graphics-lowlevel-mmx.la
else
libvideogfx_mmx_ldadd =
endif

libvideogfx_qt_ldadd = \
	qt/libvideogfx-qt.la

libvideogfx_x11_ldadd = \
	nanox/libvideogfx-x11.la

libvideogfx_la_LIBADD = \
	$(libvideogfx_common_ldadd)	\
	$(libvideogfx_linux_ldadd)	\
	$(libvideogfx_mmx_ldadd)	\
	$(libvideogfx_x11_ldadd)

#
# setup source file variables
#
# Header files for public installation (non-generated)
libvideogfx_public_h_sources = \
	init.hh		\
	types.hh

# Header files that don't get installed
libvideogfx_private_h_sources =

# C sources to build the library from
libvideogfx_c_sources = \
	init.cc

#
# setup sources and their dependancies
#
libvideogfx_include_HEADERS = $(libvideogfx_public_h_sources)
libvideogfx_la_SOURCES = $(libvideogfx_c_sources)
EXTRA_HEADERS +=
EXTRA_DIST += $(libvideogfx_private_h_sources)

.PHONY: files

files:
	@files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
	  echo $$p; \
	done

--- NEW FILE: types.hh ---
/********************************************************************************
  types.hh

  purpose:
    Very basic type declarations.

  notes:

  to do:

  author(s):
   - Dirk Farin, farin at ti.uni-mannheim.de

  modifications:
    1999/Nov/03 - Dirk Farin - New constants: BoolPixel_*
 ********************************************************************************
    Copyright (C) 1999  Dirk Farin

    This program is distributed under GNU Public License (GPL) as
    outlined in the COPYING file that comes with the source distribution.

    This program is free software; you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation; either version 2 of the License, or
    (at your option) any later version.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program; if not, write to the Free Software
    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 ********************************************************************************/

#ifndef LIBVIDEOGFX_TYPES_HH
#define LIBVIDEOGFX_TYPES_HH

#include "config.h"
#include <assert.h>

typedef unsigned long long uint64;
typedef   signed long long  int64;
typedef unsigned long      uint32;
typedef   signed long       int32;
typedef unsigned short     uint16;
typedef   signed short      int16;
typedef unsigned char      uint8;
typedef   signed char       int8;

typedef uint32 uint31;
typedef uint32 uint30;
typedef uint32 uint29;
typedef uint32 uint28;
typedef uint32 uint27;
typedef uint32 uint26;
typedef uint32 uint25;
typedef uint32 uint24;
typedef uint32 uint23;
typedef uint32 uint22;
typedef uint32 uint21;
typedef uint32 uint20;
typedef uint32 uint19;
typedef uint32 uint18;
typedef uint32 uint17;

typedef uint16 uint15;
typedef uint16 uint14;
typedef uint16 uint13;
typedef uint16 uint12;
typedef uint16 uint11;
typedef uint16 uint10;
typedef uint16 uint9;
typedef int16 int15;
typedef int16 int14;
typedef int16 int13;
typedef int16 int12;
typedef int16 int11;
typedef int16 int10;
typedef int16 int9;

typedef uint8 uint1;
typedef uint8 uint2;
typedef uint8 uint3;
typedef uint8 uint4;
typedef uint8 uint5;
typedef uint8 uint6;
typedef uint8 uint7;
typedef  int8  int1;
typedef  int8  int2;
typedef  int8  int3;
typedef  int8  int4;

typedef uint8 Pixel;
const Pixel BoolPixel_Set   = 0;
const Pixel BoolPixel_Clear = 255;

#ifndef NULL
#define NULL 0
#endif

template <class T> inline T max(T a,T b) { if (a>b) return a; else return b; }
template <class T> inline T min(T a,T b) { if (a<b) return a; else return b; }
template <class T> inline T abs(T a) { if (a<0) return -a; else return a; }
template <class T> inline void swap(T& a,T& b) { T c=a; a=b; b=c; }
template <class T> inline int  sign(T x) { if (x<0) return -1; if (x>0) return 1; return 0; }

inline uint32 RightBits(int n)  { return (((uint32)1)<<n)-1; }
inline uint32 LeftBits32(int n) { return 0xFFFFFFFF - RightBits(32-n); }

inline uint16 ChangeEndian(uint16 v) { return (v>>8) | (v<<8); }
inline uint32 ChangeEndian(uint32 v) { return (v>>24) | ((v>>8)&0xFF00) | ((v&0xFF00)<<8) | (v<<24); }

#ifdef WORDS_BIGENDIAN
inline uint16 ToLittleEndian(uint16 v) { return ChangeEndian(v); }
inline uint32 ToLittleEndian(uint32 v) { return ChangeEndian(v); }
inline uint16 ToBigEndian(uint16 v)    { return v; }
inline uint32 ToBigEndian(uint32 v)    { return v; }
#else
inline uint16 ToLittleEndian(uint16 v) { return v; }
inline uint32 ToLittleEndian(uint32 v) { return v; }
inline uint16 ToBigEndian(uint16 v)    { return ChangeEndian(v); }
inline uint32 ToBigEndian(uint32 v)    { return ChangeEndian(v); }
#endif

#endif




More information about the dslinux-commit mailing list