Add buildsys

FossilOrigin-Name: e5461ff8527693d6fead8581236f625852d55c2a3d7577e4eac219c7031e774f
This commit is contained in:
Jonathan Schleifer 2024-07-20 14:32:55 +00:00
parent acb5cb42f3
commit cbf07a9ef5
48 changed files with 6326 additions and 14 deletions

10
extra.mk.in Normal file
View file

@ -0,0 +1,10 @@
GL_CFLAGS = @GL_CFLAGS@
GL_LIBS = @GL_LIBS@
GLU_CFLAGS = @GLU_CFLAGS@
GLU_LIBS = @GLU_LIBS@
SDL_CFLAGS = @SDL_CFLAGS@
SDL_LIBS = @SDL_LIBS@
X11_CFLAGS = @X11_CFLAGS@
X11_LIBS = @X11_LIBS@
ZLIB_CFLAGS = @ZLIB_CFLAGS@
ZLIB_LIBS = @ZLIB_LIBS@