1 ## Process this file with automake to produce Makefile.in
3 noinst_LTLIBRARIES = libgui-xaw.la
4 AM_CPPFLAGS = -I. -I$(srcdir)/.. -I$(srcdir)/../include -I$(top_srcdir)/utility \
5 -I$(top_srcdir)/common -I$(top_srcdir)/common/aicore -I$(srcdir)/../agents \
6 $(gui_xaw_cflags) $(SOUND_CFLAGS)
8 # The AM_CPPFLAGS "-I." is so resources.c includes the locally generated
9 # Freeciv.h in the builddir, in preference to the one
10 # in the source dir (when compiling from another dir). --dwp
12 BUILT_SOURCES = Freeciv.h
13 CLEANFILES = Freeciv.h
15 Freeciv.h: $(top_builddir)/data/Freeciv
16 echo '/**************************************************/' > Freeciv.h
17 echo '/* DO NOT EDIT THIS FILE, EDIT ../../data/Freeciv */' >> Freeciv.h
18 echo '/**************************************************/' >> Freeciv.h
19 $(srcdir)/ad2c $(top_builddir)/data/Freeciv >> Freeciv.h
21 libgui_xaw_la_DEPENDENCIES = ad2c
22 libgui_xaw_la_LIBADD = -lm
24 libgui_xaw_la_SOURCES = \