bb997fff98
1998-10-11 Martin Baulig <martin@home-of-linux.org> This directory has been moved from the `libgtop' module to the `libgtop-docu' module in the GNOME CVS. * make-docbook.scm: Make it work with the new Guile interface of LibGTop from the libgtop-bindings module. * Makefile.am: Use the installed `features.def' file of LibGTop to create the `features.scm'.
15 lines
352 B
Makefile
15 lines
352 B
Makefile
LINK = $(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS) -o $@
|
|
|
|
CFLAGS = -Wall -W @CFLAGS@
|
|
|
|
noinst_DATA = features.scm
|
|
|
|
EXTRA_DIST = features.awk
|
|
|
|
CLEANFILES = features.scm
|
|
|
|
features.scm: features.awk $(top_builddir)/config.h @LIBGTOP_FEATURES_DEF@
|
|
$(AWK) -f $(srcdir)/features.awk < @LIBGTOP_FEATURES_DEF@ > tmp-t
|
|
mv tmp-t features.scm
|
|
|