mirror of
https://github.com/rkd77/elinks.git
synced 2024-10-09 05:20:36 -04:00
2bec2984c4
WATT-32 and openssl you must compile yourself. You must tweak configure options, something like: --disable-utf-8, etc. Only checked on dosemu with LFN. Networking lags is a bit.
21 lines
415 B
Makefile
21 lines
415 B
Makefile
top_builddir=../..
|
|
include $(top_builddir)/Makefile.config
|
|
INCLUDES += $(X_CFLAGS)
|
|
|
|
SUBDIRS-$(CONFIG_OS_BEOS) += beos
|
|
SUBDIRS-$(CONFIG_OS_DOS) += dos
|
|
SUBDIRS-$(CONFIG_OS_OS2) += os2
|
|
SUBDIRS-$(CONFIG_OS_RISCOS) += riscos
|
|
SUBDIRS-$(CONFIG_OS_UNIX) += unix
|
|
SUBDIRS-$(CONFIG_OS_WIN32) += win32
|
|
|
|
OBJS = \
|
|
getifaddrs.o \
|
|
newwin.o \
|
|
osdep.o \
|
|
signals.o \
|
|
stub.o \
|
|
sysname.o
|
|
|
|
include $(top_srcdir)/Makefile.lib
|