Files
dosemu2/src/Makefile.common.inc
geos_one 17bb5d7efa
Some checks failed
Build / build (push) Has been cancelled
New upstream version 2.0-0.9
2025-08-14 09:28:49 +02:00

10 lines
281 B
PHP

# if building in subdir, SUBDIR is not passed from outside, so evaluate
SUBDIR ?= $(patsubst /%,%,$(subst $(abs_top_builddir)/src,,$(CURDIR)))
LIBNAME := $(subst /,_,$(SUBDIR))
vpath %.c $(srcdir)
vpath %.h $(srcdir)
vpath %.S $(srcdir)
vpath %.s $(srcdir)
vpath %.sgml $(srcdir)