Skip to content

Commit

Permalink
ucpp: Include ucpp in the root makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfru committed Jul 10, 2016
1 parent e67fc03 commit e1939de
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ CFLAGS += -DHOST_LINUX -DPATH_PREFIX='"$(prefix)"'

CC = gcc

bins = smlrc smlrl smlrcc
bins = smlrc smlrl smlrcc smlrpp
libs = lcdh.a lcds.a lcw.a lcl.a lcdp.a
stub = dpstub.exe

Expand Down Expand Up @@ -38,5 +38,9 @@ clean:
$(stub):
./smlrcc -small $(srcdir)/srclib/dpstub.asm -o $@

# TBD!!! clean this up
smlrpp:
$(CC) $(CFLAGS) -o $@ -DSTAND_ALONE -DUCPP_CONFIG $(srcdir)/ucpp/assert.c $(srcdir)/ucpp/arith.c $(srcdir)/ucpp/cpp.c $(srcdir)/ucpp/eval.c $(srcdir)/ucpp/lexer.c $(srcdir)/ucpp/macro.c $(srcdir)/ucpp/mem.c $(srcdir)/ucpp/nhash.c

all install clean: FORCE
FORCE:

0 comments on commit e1939de

Please sign in to comment.