mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-08-22 14:17:43 +02:00
build: generate 21 standard-module Makefiles from Makefile.in (rename unit)
Second batch of the Makefile.in migration: the remaining standard modules bplane calma cif cmwind dbwind debug drc extflat extract garouter gcr grouter irouter mzrouter netmenu plow resis select sim textio wiring Pure renames -- content unchanged, so each still builds via the defs.mak srcdir derivation (dual mode); the @srcdir@ substitution follows. * git mv <dir>/Makefile -> <dir>/Makefile.in (21 modules) * configure.in: AC_CONFIG_FILES for each; regenerated configure. Their build subdirs + Makefiles are now created by config.status, so $(submake) recurses natively (make -C <dir>), no -f. * .gitignore: ignore each generated <dir>/Makefile, in this same commit. Verified out-of-tree: config.status writes 22 module Makefiles (these 21 + tiles); `make modules` builds all 33 module libraries (rc=0). Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
This commit is contained in:
committed by
R. Timothy Edwards
co-authored by
Claude Opus 4.8
parent
2ee689084a
commit
02d2147753
@@ -0,0 +1,11 @@
|
||||
#
|
||||
# rcsid "$Header: /usr/cvsroot/magic-8.0/extflat/Makefile,v 1.1.1.1 2008/02/03 20:43:50 tim Exp $"
|
||||
#
|
||||
|
||||
MODULE = extflat
|
||||
MAGICDIR = ..
|
||||
SRCS = EFargs.c EFbuild.c EFdef.c EFerr.c EFflat.c EFhier.c EFname.c \
|
||||
EFread.c EFsym.c EFvisit.c EFantenna.c
|
||||
|
||||
include ${MAGICDIR}/defs.mak
|
||||
include ${MAGICDIR}/rules.mak
|
||||
Reference in New Issue
Block a user