This commit is contained in:
Jesse van den Kieboom 2005-11-07 10:23:01 +00:00
parent c0b3190df6
commit dc2e336ca0

View file

@ -1,5 +1,7 @@
## Process this file with automake to produce Makefile.in ## Process this file with automake to produce Makefile.in
# SUBDIRS = test # SUBDIRS = test
CLEANFILES =
INCLUDES = \ INCLUDES = \
-DPACKAGE_DATA_DIR=\""$(datadir)"\" \ -DPACKAGE_DATA_DIR=\""$(datadir)"\" \
-DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \ -DPACKAGE_LOCALE_DIR=\""$(prefix)/$(DATADIRNAME)/locale"\" \
@ -7,7 +9,7 @@ INCLUDES = \
@RUBYINCLUDE@ @RUBYINCLUDE@
bin_PROGRAMS = gnoemoe bin_PROGRAMS = gnoemoe
BUILT_SOURCES = gm-marshal.c gm-marshal.h BUILT_SOURCES = gm-marshal.c gm-marshal.h
gnoemoe_SOURCES = $(BUILT_SOURCES) \ gnoemoe_SOURCES = $(BUILT_SOURCES) \
gm-app.c gm-app.h \ gm-app.c gm-app.h \
@ -38,7 +40,7 @@ gm-marshal.c: gm-marshal.list $(GLIB_GENMARSHAL)
gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@ gnoemoe_LDADD = @PACKAGE_LIBS@ $(INTLLIBS) @RUBYLINK@
CLEANFILES = $(BUILT_SOURCES) CLEANFILES += $(BUILT_SOURCES)
dist-hook: dist-hook:
cd $(distdir); rm -f $(BUILT_SOURCES) cd $(distdir); rm -f $(BUILT_SOURCES)