2 # OS/2 version, for emx+gcc compiler
4 #### Start of system configuration section. ####
12 #### End of system configuration section. ####
16 # This rule allows us to supply the necessary -D options
17 # in addition to whatever the user asks for.
19 ${CC} -c ${CPPFLAGS} ${CFLAGS} $<
22 main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
23 command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${O} \
24 help.${O} ifile.${O} input.${O} jump.${O} line.${O} linenum.${O} \
25 lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
26 output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
27 tags.${O} ttyin.${O} version.${O} regexp.${O}
29 all: less.exe lesskey.exe scrsize.exe
32 ${CC} ${OBJ} -o $@ ${LDFLAGS} ${LIBS}
34 lesskey.exe: lesskey.${O} version.${O}
35 ${CC} lesskey.${O} version.${O} -o $@ ${LDFLAGS}
37 scrsize.exe: scrsize.c
38 ${CC} ${CFLAGS} -D__ST_MT_ERRNO__ -s -Zmtd -lX11 $<
40 ${OBJ}: defines.h less.h
43 copy defines.o2 defines.h