1AM_CPPFLAGS = -I$(srcdir)/../../../headers -I$(srcdir)/../include -I$(srcdir)/../../../conf -I$(srcdir)/../.. \
2	-I$(srcdir)/../../../usecode -I$(srcdir)/../../.. $(INCDIRS) $(DEBUG_FLAGS) $(CPPFLAGS) \
3	-DEXULT_DATADIR=\"$(EXULT_DATADIR)\" $(WARNINGS)
4
5ucxt_SOURCES = \
6	ops.cc \
7	ucdata.cc \
8	ucxt.cc \
9	ucfunc.cc
10
11ucxt_LDADD = \
12	../../../conf/libconf.la \
13	../../../gamemgr/libgamemgr.la \
14	../../../files/libu7file.la \
15	../../../files/zip/libminizip.la \
16	../../../usecode/libusecode.la \
17	$(ZLIB_LIBS) \
18	$(SYSLIBS)
19
20
21
22if BUILD_TOOLS
23bin_PROGRAMS = ucxt
24endif
25