X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=Makefile.am;h=0b37ce974ff650919c615d478e3a8033d71d3be5;hb=44326932c8227c64a87f7a92ef16ce83c2fba2d4;hp=ad84db7deda6b2ea93c89adfdaa0a295495292f0;hpb=d8749acaf878dccf9e4527c27d06d06eb5e03091;p=pspp-builds.git diff --git a/Makefile.am b/Makefile.am index ad84db7d..0b37ce97 100644 --- a/Makefile.am +++ b/Makefile.am @@ -6,7 +6,8 @@ SUBDIRS = intl gl po DISTCLEANFILES = ./intl/plural.c ./po/stamp-po BUILT_SOURCES = -AM_CPPFLAGS=-I$(top_srcdir)/intl -I$(top_srcdir)/gl -I$(top_builddir)/gl +AM_CPPFLAGS=-I$(top_srcdir)/intl -I$(top_builddir)/intl \ + -I$(top_srcdir)/gl -I$(top_builddir)/gl AM_CFLAGS= @@ -15,14 +16,6 @@ AM_CFLAGS+=-Wall -W -Wwrite-strings -Wstrict-prototypes \ -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes endif -if unix -AM_CFLAGS+=-Dunix -endif - -if msdos -AM_CFLAGS+=-D__MSDOS__ -endif - .q.c: @$(top_srcdir)/mkinstalldirs `dirname $@` ./src/language/lexer/q2c $< $@