mirror of
https://github.com/moparisthebest/curl
synced 2024-11-04 08:35:05 -05:00
bae0d473f5
This subdir has mostly become an attic of never-used cruft from the past. Closes #3331
32 lines
713 B
Makefile
32 lines
713 B
Makefile
SUBDIRS = vms
|
|
|
|
EXTRA_DIST = README \
|
|
DOS/README \
|
|
DOS/common.dj \
|
|
OS400/README.OS400 \
|
|
OS400/ccsidcurl.c \
|
|
OS400/ccsidcurl.h \
|
|
OS400/curl.inc.in \
|
|
OS400/initscript.sh \
|
|
OS400/make-include.sh \
|
|
OS400/make-lib.sh \
|
|
OS400/make-src.sh \
|
|
OS400/make-tests.sh \
|
|
OS400/makefile.sh \
|
|
OS400/os400sys.c \
|
|
OS400/os400sys.h \
|
|
Symbian/bwins/libcurlu.def \
|
|
Symbian/eabi/libcurlu.def \
|
|
Symbian/group/bld.inf \
|
|
Symbian/group/curl.iby \
|
|
Symbian/group/curl.mmp \
|
|
Symbian/group/curl.pkg \
|
|
Symbian/group/libcurl.iby \
|
|
Symbian/group/libcurl.mmp \
|
|
Symbian/group/libcurl.pkg \
|
|
Symbian/readme.txt \
|
|
TPF/curl.mak \
|
|
TPF/maketpf.env_curl \
|
|
TPF/maketpf.env_curllib \
|
|
Android/Android.mk
|