rm -f configure config.h.in
rm -rf autom4te.cache
+tags:
+ etags *.h \
+ `echo *.c | sed 's/ gtk-const.c//; s/ gtk-shim.c//'` \
+ `echo *.scm | sed 's/ gtk-const.scm//'` \
+ -r '/^([^iI].*/' Includes/*.cdecl
+
gtk-shim.so: gtk-shim.o gtkpanedview.o gtkscrolledview.o scmwidget.o gtkio.o
echo "(link-shim)" | $(EXE) -- $(LDFLAGS) -o $@ $^ $(LIBS) \
`pkg-config --libs gtk+-3.0 gthread-2.0`
gtk-const.o: gtk-const.c gtk-shim.h
$(CC) $(CPPFLAGS) `pkg-config --cflags gtk+-3.0` $(CFLAGS) -c $<
-.PHONY: all check install clean distclean maintainer-clean
+.PHONY: all check install clean distclean maintainer-clean tags
+++ /dev/null
-#!/bin/sh
-
-# Utility to make TAGS file for the gtk build directory.
-# The working directory must be the build directory.
-
-etags gtk-shim.h scmwidget.c.stay `echo *.scm | sed 's/ gtk-const.scm//'` \
- --language=scheme Includes/*.cdecl