about summary refs log tree commit diff stats
path: root/wiki/inc/lang/ta/lang.php
stat options
Period:
Authors:

Commits per author per week (path 'wiki/inc/lang/ta/lang.php')

AuthorW27 2025W28 2025W29 2025W
CFLAGS += -Wall -Wextra

all: chaseccomp.o

chasc_defs_%.c: %.chasc common.chasc gen_defs chaseccomp.h
	./gen_defs <$< >$@

chasc_defs_%: chasc_defs_%.c
	$(CC) $(CFLAGS) $< -o $@ $(LDFLAGS)

%.chasc.expanded: chasc_defs_%
	./$< >$@

chasc_%.h: %.chasc.expanded gen_syscalls
	./gen_syscalls $< >$@

chaseccomp.o: chaseccomp.h chasc_network.h chasc_buffer.h

clean:
	rm -f *.d *.o
	rm -f *.chasc.expanded chasc_*.h chasc_*.c