-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
12 changed files
with
195 additions
and
8 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ */ | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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__ */ |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |