### @configure_input@ # Copyright (C) 2021 Free Software Foundation, Inc. # This file is part of GNU Emacs. # GNU Emacs is free software: you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by # the Free Software Foundation, either version 3 of the License, or # (at your option) any later version. # GNU Emacs is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # You should have received a copy of the GNU General Public License # along with GNU Emacs. If not, see . CC=@CC@ CFLAGS=@CFLAGS@ CPPFLAGS = @CPPFLAGS@ AR = @AR@ top_builddir = @top_builddir@ HAVE_BE_APP = @HAVE_BE_APP@ BE_XPM_OBJECTS = Attrib.o Info.o CrBufFrI.o CrDatFrI.o \ create.o CrIFrBuf.o CrIFrDat.o data.o hashtab.o \ Image.o misc.o parse.o RdFToBuf.o RdFToDat.o RdFToI.o \ rgb.o scan.o RM = rm -f RANLIB = @RANLIB@ AR = @AR@ ARFLAGS = @ARFLAGS@ -include ${top_builddir}/src/verbose.mk AUTO_DEPEND = @AUTO_DEPEND@ DEPDIR = deps ifeq ($(AUTO_DEPEND),yes) DEPFLAGS = -MMD -MF $(DEPDIR)/$*.d -MP -include $(BE_XPM_OBJECTS:%.o=$(DEPDIR)/%.d) else DEPFLAGS = include $(srcdir)/deps.mk endif all: libXpmBe.a .PHONY: all .c.o: $(AM_V_CC)$(CC) -c $(CPPFLAGS) -DFOR_MSW $(ALL_CFLAGS) -o $@ $< libXpmBe.a: $(BE_XPM_OBJECTS) $(AM_V_GEN)$(RM) $@ $(AM_V_at)$(AR) $(ARFLAGS) $@ $(BE_XPM_OBJECTS) $(EXTRA) $(AM_V_at)$(RANLIB) $@ clean: rm -f ./*.[ao] ./*/*.o ./*-t \#* $(DEPDIR)/*.d $(DEPDIR)/*/*.d mostlyclean: clean rm -f $(filter-out %-t,$(MOSTLYCLEANFILES)) distclean bootstrap-clean: mostlyclean rm -f Makefile rm -fr $(DEPDIR)