Aegisub/auto3/Makefile.am
Amar Takhar b1c441ff73 Commit the new build system (complete re-write), this includes several changes:
* Sane C/CXX/CPP/LDFLAGS
 * --with/--without settings
 * Proper gettext support
 * System portability changes (to support OS X and all other unix-like osen)
 * Features to allow for proper compile time settings (support exists features
   need to be added)

This comes with no warrenty at the moment, auto3 and asa support are both
incomplete/non-existent, there is no documentation and some conftests still nee$
to be written.

It's still incomplete try it at your own risk!

Originally committed to SVN as r1865.
2008-03-03 07:22:58 +00:00

8 lines
194 B
Makefile

if HAVE_AUTO3_LUA
lib_LTLIBRARIES = libaegisub-auto3.la
AM_CFLAGS = -DAUTO3LIB @LUA50_CPPFLAGS@
AM_LDFLAGS = @LUA50_LDFLAGS@
libaegisub_auto3_la_SOURCES = auto3.c
noinst_HEADERS = auto3.h
endif