Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- VPATH = src:src/tty
- EXEC = uemacs
- OBJS = basic.o buffer.o cinfo.o display.o echo.o extend.o file.o \
- fileio.o kbd.o line.o main.o random.o region.o search.o \
- spawn.o symbol.o version.o window.o word.o
- # front end: ansi
- OBJS += ansi/tty.o ansi/ttykbd.o
- # back end: ultrix
- all: $(EXEC)
- $(EXEC): $(OBJS)
- $(CC) -o $@ $^
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement