summaryrefslogtreecommitdiffstats
path: root/contrib/less/Makefile.o2e
diff options
context:
space:
mode:
authordelphij <delphij@FreeBSD.org>2013-05-31 00:21:05 +0000
committerdelphij <delphij@FreeBSD.org>2013-05-31 00:21:05 +0000
commit77098f85c08ede9539128d07960caf1a0ef45ff4 (patch)
tree2cd158ca8c517908d57cea3b26710b7440226bd2 /contrib/less/Makefile.o2e
parent921b222c4dc2f554a67a1a7f4c4bf5d604e520b2 (diff)
downloadFreeBSD-src-77098f85c08ede9539128d07960caf1a0ef45ff4.zip
FreeBSD-src-77098f85c08ede9539128d07960caf1a0ef45ff4.tar.gz
Remove unused files.
Diffstat (limited to 'contrib/less/Makefile.o2e')
-rw-r--r--contrib/less/Makefile.o2e43
1 files changed, 0 insertions, 43 deletions
diff --git a/contrib/less/Makefile.o2e b/contrib/less/Makefile.o2e
deleted file mode 100644
index 3bb6dfc..0000000
--- a/contrib/less/Makefile.o2e
+++ /dev/null
@@ -1,43 +0,0 @@
-# Makefile for less.
-# OS/2 version, for emx+gcc compiler
-
-#### Start of system configuration section. ####
-
-CC = gcc -Zomf
-CFLAGS = -I. -O2 -Wall
-LDFLAGS = -s -Zcrtdll
-LIBS = -ltermcap
-O = obj
-
-#### End of system configuration section. ####
-
-.SUFFIXES: .c .${O}
-
-# This rule allows us to supply the necessary -D options
-# in addition to whatever the user asks for.
-.c.${O}:
- ${CC} -c ${CPPFLAGS} ${CFLAGS} $<
-
-OBJ = \
- main.${O} screen.${O} brac.${O} ch.${O} charset.${O} cmdbuf.${O} \
- command.${O} cvt.${O} decode.${O} edit.${O} filename.${O} forwback.${O} \
- help.${O} ifile.${O} input.${O} jump.${O} line.${O} linenum.${O} \
- lsystem.${O} mark.${O} optfunc.${O} option.${O} opttbl.${O} os.${O} \
- output.${O} pattern.${O} position.${O} prompt.${O} search.${O} signal.${O} \
- tags.${O} ttyin.${O} version.${O} regexp.${O}
-
-all: less.exe lesskey.exe scrsize.exe
-
-less.exe: ${OBJ}
- ${CC} ${OBJ} -o $@ ${LDFLAGS} ${LIBS}
-
-lesskey.exe: lesskey.${O} version.${O}
- ${CC} lesskey.${O} version.${O} -o $@ ${LDFLAGS}
-
-scrsize.exe: scrsize.c
- ${CC} ${CFLAGS} -D__ST_MT_ERRNO__ -s -Zmtd -lX11 $<
-
-${OBJ}: defines.h less.h
-
-defines.h: defines.o2
- copy defines.o2 defines.h
OpenPOWER on IntegriCloud