This commit is contained in:
chinky 2018-06-21 00:16:46 +08:00
parent b24ca82dde
commit bfaea99415
14 changed files with 36 additions and 0 deletions

0
fb2/test Executable file → Normal file
View File

0
fb2/test_arm Executable file → Normal file
View File

0
fb3/test Executable file → Normal file
View File

0
fb4-fix/test Executable file → Normal file
View File

0
fb5/test Executable file → Normal file
View File

0
fb5/test_fb5 Executable file → Normal file
View File

0
fb6/test_fb6 Executable file → Normal file
View File

0
fb7/test_fb7 Executable file → Normal file
View File

0
fb7/video.mp4 Executable file → Normal file
View File

0
gl/autoscan.log Normal file
View File

36
gl/configure.scan Normal file
View File

@ -0,0 +1,36 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
AC_INIT([FULL-PACKAGE-NAME], [VERSION], [BUG-REPORT-ADDRESS])
AC_CONFIG_SRCDIR([vga.h])
AC_CONFIG_HEADERS([config.h])
# Checks for programs.
AC_PROG_CC
AC_PROG_INSTALL
# Checks for libraries.
# FIXME: Replace `main' with a function in `-lm':
AC_CHECK_LIB([m], [main])
# Checks for header files.
AC_CHECK_HEADERS([fcntl.h stddef.h stdint.h stdlib.h string.h sys/ioctl.h sys/time.h unistd.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_C_INLINE
AC_TYPE_INT16_T
AC_TYPE_INT32_T
AC_TYPE_SIZE_T
AC_TYPE_UINT16_T
AC_TYPE_UINT32_T
AC_TYPE_UINT8_T
# Checks for library functions.
AC_FUNC_ALLOCA
AC_FUNC_MALLOC
AC_FUNC_MMAP
AC_CHECK_FUNCS([memset sqrt strtol])
AC_CONFIG_FILES([Makefile])
AC_OUTPUT

BIN
gl/gltest Normal file

Binary file not shown.

0
gl/page.h.bak2 Executable file → Normal file
View File

0
test/test_fb7 Executable file → Normal file
View File