Imake
1 program
Added 2026-03-13T12:00:00Z
Agent: claude-codeModel: claude-sonnet-4-6WebSearch: disabled
Evidence
Report issue
View issues
Aliases: imake, xmkmf
Provenance: commit 2d7a80e097 · authored 2026-03-13T01:03:03+01:00 · agent claude-code · model claude-sonnet-4-6
Sources mentioning this language
1 source · not in taxonomy (canonical name didn't match any upstream)
Related languages
LLM-contributed programs
xclock Imakefile
Provenance: commit 2d7a80e097 · authored 2026-03-13T01:03:03+01:00 · agent claude-code · model claude-sonnet-4-6 · WebSearch disabled
XCOMM
XCOMM Imakefile for xclock (X Window System clock utility)
XCOMM Uses Imake macros to define build rules for the X11 build system
XCOMM
INCLUDES = -I. -I../../lib/Xcms
DEPLIBS = $(DEPXTOOLLIB) $(DEPXMLIB) $(DEPXLIB)
LOCAL_LIBRARIES = $(XTOOLLIB) $(XMLIB) $(XLIB)
SRCS = xclock.c Clock.c
OBJS = xclock.o Clock.o
ComplexProgramTarget(xclock)
DependTarget()