2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-15 00:52:16 +00:00
Files
build/jam_src/common.mk
Dave Abrahams 49ba2cf8dd merged to main trunk
[SVN r11610]
2001-11-06 15:36:16 +00:00

18 lines
515 B
Makefile

# Common Makefile rules
#
# the Jam sources needed to build "jam0"
#
SOURCES = \
command.c compile.c execnt.c execunix.c execvms.c expand.c \
filent.c fileos2.c fileunix.c filevms.c glob.c hash.c \
hdrmacro.c headers.c jam.c jambase.c jamgram.c lists.c make.c make1.c \
newstr.c option.c parse.c pathunix.c pathvms.c regexp.c \
rules.c scan.c search.c subst.c timestamp.c variable.c modules.c \
strings.c filesys.c
# the bootstrap "jam0" build tool
#
jam0:
$(CC) $(TARGET) $(CFLAGS) $(SOURCES) $(LINKLIBS)