Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Last modification | View Log | Download | RSS feed

  1. # src/mapi/mapi/sources.mak
  2. #
  3. # When MAPI_GLAPI_CURRENT is defined, MAPI_GLAPI_SOURCES can be built without
  4. # MAPI_SOURCES and it is used by glapi.
  5. #
  6. # Otherwise, MAPI_ABI_HEADER must be defined.  It should expand to the header
  7. # generated by mapi_abi.py.
  8.  
  9. MAPI_GLAPI_SOURCES = \
  10.         u_current.c \
  11.         u_execmem.c \
  12.         u_thread.c
  13.  
  14. MAPI_SOURCES = \
  15.         entry.c \
  16.         mapi.c \
  17.         stub.c \
  18.         table.c \
  19.         $(MAPI_GLAPI_SOURCES)
  20.