1
0
Files
2022-09-29 17:59:04 +03:00

26 lines
450 B
Makefile

# Makefile for libsc/cfg
#
# This directory contains standalone C configuration (no -D_KERNEL).
#
# $Revision: 1.4 $
SCDEPTH= ..
include $(SCDEPTH)/libscdefs
#
# Set up to build cpu architecture and endian dependent objects
OBJECTDIR=$(TARGETDIR)
LIBPATH=$(LIBNAME)
COMMONPREF=cfg
CFFILES= sctune.cf
CFILES= $(CFFILES:.cf=.c)
include $(LIBSCRULES)
incdepend depend: ${CFFILES:.cf=.c}
lint $(COMMONTARGS): $(COMMONPREF)$$@
LLDIRT= $(ALLCFDIRT)