X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=Makefile.am;h=5967656765c580e84dfe9554036ad2a48f7596af;hb=f28909ad7b8374f226cbed5edf928484442131c3;hp=5d020c65db2aee794959b299a2e6ef472b7e2bbe;hpb=cffe131589ab5f9de99bc3fb34487225b2311439;p=pspp diff --git a/Makefile.am b/Makefile.am index 5d020c65db..5967656765 100644 --- a/Makefile.am +++ b/Makefile.am @@ -37,13 +37,6 @@ AM_CFLAGS+=-Wall -Wextra -Wwrite-strings -Wstrict-prototypes \ -Wpointer-arith -Wno-sign-compare -Wmissing-prototypes endif -.q.c: - @$(MKDIR_P) `dirname $@` - $(AM_V_GEN)./src/language/lexer/q2c$(EXEEXT_FOR_BUILD) $< $@ - -$(all_q_sources:.q=.c): src/language/lexer/q2c$(EXEEXT_FOR_BUILD) -all_q_sources = - pkgsysconfdir = $(sysconfdir)/$(PACKAGE) @@ -64,7 +57,7 @@ DIST_HOOKS = INSTALL_DATA_HOOKS = UNINSTALL_DATA_HOOKS = PHONY = -SUFFIXES = .q +SUFFIXES = LDADD = gl/libgl.la gl/libgl.la: config.h @@ -95,6 +88,7 @@ include $(top_srcdir)/src/automake.mk include $(top_srcdir)/utilities/automake.mk include $(top_srcdir)/tests/automake.mk include $(top_srcdir)/doc/automake.mk +include $(top_srcdir)/Windows/automake.mk if WITH_PERL_MODULE include $(top_srcdir)/perl-module/automake.mk