Skip to content

Commit

Permalink
more ignored headers
Browse files Browse the repository at this point in the history
  • Loading branch information
j005u committed Feb 28, 2022
1 parent 17145a5 commit 4d4c226
Show file tree
Hide file tree
Showing 12 changed files with 195 additions and 8 deletions.
1 change: 0 additions & 1 deletion jni/include/One/.gitignore

This file was deleted.

13 changes: 13 additions & 0 deletions jni/include/One/one.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
moduledir=${exec_prefix}/lib/directfb-1.6-0
moduledirname=directfb-1.6-0
includedir=${prefix}/include

Name: One
Description: One IPC library
Version: 1.6.0
Requires: direct
Libs: -L${libdir} -lone
Cflags: -I${prefix}/include/directfb -I${prefix}/include/directfb/One/dist
3 changes: 0 additions & 3 deletions jni/include/direct/.gitignore

This file was deleted.

13 changes: 13 additions & 0 deletions jni/include/direct/direct.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
moduledir=${exec_prefix}/lib/directfb-1.6-0
moduledirname=directfb-1.6-0
includedir=${prefix}/include

Name: Direct
Description: DirectFB base development library
Version: 1.6.0
Libs: -L${libdir} -ldirect -lpthread
Libs.private: -L${libdir} -ldl
Cflags: -D_REENTRANT -I${prefix}/include/directfb
37 changes: 37 additions & 0 deletions jni/include/directfb_build.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
/*
(c) Copyright 2001-2010 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <[email protected]>,
Andreas Hundt <[email protected]>,
Sven Neumann <[email protected]>,
Ville Syrjälä <[email protected]> and
Claudio Ciccani <[email protected]>.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#ifndef __DIRECTFB_BUILD_H__
#define __DIRECTFB_BUILD_H__

#define DIRECTFB_BUILD_ONE (0)
#define DIRECTFB_BUILD_VOODOO (0)
#define DIRECTFB_BUILD_PURE_VOODOO (0)

#endif /* __DIRECTFB_BUILD_H__ */

38 changes: 38 additions & 0 deletions jni/include/directfb_version.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
/*
(c) Copyright 2001-2007 The DirectFB Organization (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <[email protected]>,
Andreas Hundt <[email protected]>,
Sven Neumann <[email protected]>,
Ville Syrjälä <[email protected]> and
Claudio Ciccani <[email protected]>.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#ifndef __DIRECTFB_VERSION_H__
#define __DIRECTFB_VERSION_H__

#define DIRECTFB_MAJOR_VERSION (1)
#define DIRECTFB_MINOR_VERSION (6)
#define DIRECTFB_MICRO_VERSION (0)
#define DIRECTFB_BINARY_AGE (0)
#define DIRECTFB_INTERFACE_AGE (0)

#endif /* __DIRECTFB_VERSION_H__ */
2 changes: 0 additions & 2 deletions jni/include/fusion/.gitignore

This file was deleted.

36 changes: 36 additions & 0 deletions jni/include/fusion/build.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
(c) Copyright 2000-2002 convergence integrated media GmbH.
(c) Copyright 2002-2004 convergence GmbH.
All rights reserved.
Written by Denis Oliver Kropp <[email protected]>,
Andreas Hundt <[email protected]>,
Sven Neumann <[email protected]> and
Ville Syrjälä <[email protected]>.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#ifndef __FUSION__BUILD_H__
#define __FUSION__BUILD_H__

#define FUSION_BUILD_MULTI (0)
#define FUSION_BUILD_KERNEL (0)
#define FUSION_MESSAGE_SIZE (16384)

#endif

11 changes: 11 additions & 0 deletions jni/include/fusion/fusion.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Fusion IPC
Description: High Level IPC Mechanisms
Version: 1.6.0
Requires: direct
Libs: -L${libdir} -lfusion
Cflags: -I${prefix}/include/directfb
2 changes: 0 additions & 2 deletions jni/include/voodoo/.gitignore

This file was deleted.

36 changes: 36 additions & 0 deletions jni/include/voodoo/build.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
/*
(c) Copyright 2001-2010 The world wide DirectFB Open Source Community (directfb.org)
(c) Copyright 2000-2004 Convergence (integrated media) GmbH
All rights reserved.
Written by Denis Oliver Kropp <[email protected]>,
Andreas Hundt <[email protected]>,
Sven Neumann <[email protected]> and
Ville Syrjälä <[email protected]>.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library 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
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the
Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/

#ifndef __VOODOO__BUILD_H__
#define __VOODOO__BUILD_H__


#define VOODOO_BUILD_NO_SETSOCKOPT (0)


#endif

11 changes: 11 additions & 0 deletions jni/include/voodoo/voodoo.pc
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
prefix=/usr/local
exec_prefix=${prefix}
libdir=${exec_prefix}/lib
includedir=${prefix}/include

Name: Voodoo
Description: Interface based network transparency (like CORBA)
Version: 1.6.0
Requires: direct
Libs: -L${libdir} -lvoodoo
Cflags: -I${prefix}/include/directfb

0 comments on commit 4d4c226

Please sign in to comment.