X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=806fc2a9768ae596613e1afebcdf2ec951e0bebb;hb=e0d0265ba2c4c74d3f7c57a33a18014bd82c8d27;hp=d02ed4e19ad90897805063ed551b97b18b963de3;hpb=10add4c7fbb4076b69e27c524e24081067c39f40;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index d02ed4e1..806fc2a9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1,13 +1,12 @@ ## Process this file with automake to produce Makefile.in -*- makefile -*- -AUTOMAKE_OPTIONS = gnits 1.7 subdir-objects +AUTOMAKE_OPTIONS = gnits 1.10 subdir-objects -SUBDIRS = intl gl po -DISTCLEANFILES = ./intl/plural.c ./po/stamp-po +SUBDIRS = gl po +DISTCLEANFILES = ./po/stamp-po xconfigure BUILT_SOURCES = -AM_CPPFLAGS=-I$(top_srcdir)/intl -I$(top_builddir)/intl \ - -I$(top_srcdir)/gl -I$(top_builddir)/gl +AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_builddir)/gl AM_CFLAGS= @@ -19,7 +18,7 @@ endif CC_FOR_BUILD = @CC_FOR_BUILD@ EXEEXT_FOR_BUILD = @EXEEXT_FOR_BUILD@ .q.c: - @$(top_srcdir)/mkinstalldirs `dirname $@` + @$(MKDIR_P) `dirname $@` ./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@ $(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD)