fa8e3efa91
* NEW: Finish the Alc class. * NEW: Implement the Alure class (the interface to the alure library). git-svn-id: svn://localhost/gambas/trunk@5759 867c0c6c-44f3-4631-809d-bfa615b0a4ec
10 lines
311 B
Makefile
10 lines
311 B
Makefile
COMPONENT = gb.openal
|
|
include $(top_srcdir)/component.am
|
|
|
|
gblib_LTLIBRARIES = gb.openal.la
|
|
|
|
gb_openal_la_LIBADD = @OPENAL_LIB@
|
|
gb_openal_la_LDFLAGS = -module @LD_FLAGS@ @OPENAL_LDFLAGS@
|
|
gb_openal_la_CPPFLAGS = @OPENAL_INC@
|
|
|
|
gb_openal_la_SOURCES = main.c main.h c_al.h c_al.c c_alc.h c_alc.c c_alure.h c_alure.c
|