diff options
author | Emil Velikov <[email protected]> | 2014-07-20 19:41:58 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2014-08-13 00:46:52 +0100 |
commit | b26017fad82af73b91da1e132256e8304bb60c4d (patch) | |
tree | 586f5273c8468878f0078ae9286dc6219af08686 /src/egl/main/Makefile.sources | |
parent | 2787bff8dddfa0770b6f0fb1bf81cf1076606965 (diff) |
egl/main: Bring in the Makefile.sources
Rather than having the sources list duplicated across all three
build systems, define it once and use it whenever needed.
Signed-off-by: Emil Velikov <[email protected]>
Reviewed-by: Matt Turner <[email protected]>
Diffstat (limited to 'src/egl/main/Makefile.sources')
-rw-r--r-- | src/egl/main/Makefile.sources | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/src/egl/main/Makefile.sources b/src/egl/main/Makefile.sources new file mode 100644 index 00000000000..6a917e22022 --- /dev/null +++ b/src/egl/main/Makefile.sources @@ -0,0 +1,38 @@ +LIBEGL_C_FILES := \ + eglapi.c \ + eglapi.h \ + eglarray.c \ + eglarray.h \ + eglcompiler.h \ + eglconfig.c \ + eglconfig.h \ + eglcontext.c \ + eglcontext.h \ + eglcurrent.c \ + eglcurrent.h \ + egldefines.h \ + egldisplay.c \ + egldisplay.h \ + egldriver.c \ + egldriver.h \ + eglfallbacks.c \ + eglglobals.c \ + eglglobals.h \ + eglimage.c \ + eglimage.h \ + egllog.c \ + egllog.h \ + eglmisc.c \ + eglmisc.h \ + eglmode.c \ + eglmode.h \ + eglmutex.h \ + eglscreen.c \ + eglscreen.h \ + eglstring.c \ + eglstring.h \ + eglsurface.c \ + eglsurface.h \ + eglsync.c \ + eglsync.h \ + egltypedefs.h |