d5f1ac948c
* NEW: Update french translation. * NEW: Support for the new gb.term component. [INTERPRETER] * NEW: Add an API that returns the file descriptor associated with a specific stream. [GB.TERM] * NEW: New component for terminal management with an API very close to the one provided by the operating system. git-svn-id: svn://localhost/gambas/trunk@8043 867c0c6c-44f3-4631-809d-bfa615b0a4ec
14 lines
327 B
Makefile
14 lines
327 B
Makefile
COMPONENT = gb.term
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.term.la
|
|
|
|
gb_term_la_LIBADD = @GBX_THREAD_LIB@
|
|
gb_term_la_LDFLAGS = -module @LD_FLAGS@
|
|
gb_term_la_CFLAGS = -I$(top_srcdir)/share -I$(top_srcdir)/gbx @GBX_THREAD_INC@ @INCLTDL@ $(AM_CFLAGS)
|
|
|
|
gb_term_la_SOURCES = \
|
|
cterm.h cterm.c \
|
|
main.h main.c
|
|
|
|
|