File: Makefile.inc

package info (click to toggle)
skiboot 7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 35,624 kB
  • sloc: ansic: 221,198; sh: 11,580; cpp: 5,767; python: 3,421; makefile: 1,773; asm: 1,503; perl: 1,479; tcl: 1,188; pascal: 107
file content (11 lines) | stat: -rw-r--r-- 316 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
LIBCDIR = libc

SUBDIRS += $(LIBCDIR)
LIBC = $(LIBCDIR)/built-in.a $(LIBCDIR)/time.o

include $(SRC)/$(LIBCDIR)/string/Makefile.inc
include $(SRC)/$(LIBCDIR)/ctype/Makefile.inc
include $(SRC)/$(LIBCDIR)/stdlib/Makefile.inc
include $(SRC)/$(LIBCDIR)/stdio/Makefile.inc

$(LIBC): $(STRING) $(CTYPE) $(STDLIB) $(STDIO)