mirror of
https://github.com/moparisthebest/curl
synced 2024-10-31 15:45:12 -04:00
34 lines
824 B
Makefile
34 lines
824 B
Makefile
SUBDIRS = Win32 Linux Solaris EPM AIX vms
|
|
|
|
EXTRA_DIST = README \
|
|
DOS/README \
|
|
DOS/common.dj \
|
|
NetWare/get_ver.awk \
|
|
NetWare/get_exp.awk \
|
|
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
|