summaryrefslogtreecommitdiff
path: root/package/targets.mak
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2014-09-18 20:03:23 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2014-09-18 20:03:23 +0000
commitf316a2ed52195135a35e32d7096e876357c48c69 (patch)
tree5f4486b9a5a213a69e66ef574d6bc643a207981c /package/targets.mak
downloadexecline-f316a2ed52195135a35e32d7096e876357c48c69.tar.xz
initial commit: rc for execline-2.0.0.0
Diffstat (limited to 'package/targets.mak')
-rw-r--r--package/targets.mak51
1 files changed, 51 insertions, 0 deletions
diff --git a/package/targets.mak b/package/targets.mak
new file mode 100644
index 0000000..9583a50
--- /dev/null
+++ b/package/targets.mak
@@ -0,0 +1,51 @@
+BIN_TARGETS = \
+background \
+backtick \
+cd \
+define \
+dollarat \
+elgetopt \
+elgetpositionals \
+elglob \
+emptyenv \
+exec \
+execlineb \
+exit \
+export \
+fdblock \
+fdclose \
+fdmove \
+fdreserve \
+forbacktickx \
+foreground \
+forx \
+getpid \
+heredoc \
+homeof \
+if \
+ifelse \
+ifte \
+ifthenelse \
+import \
+importas \
+loopwhilex \
+multidefine \
+multisubstitute \
+pipeline \
+piperw \
+redirfd \
+runblock \
+shift \
+tryexec \
+umask \
+unexport \
+wait
+
+SBIN_TARGETS =
+LIBEXEC_TARGETS =
+
+SHARED_LIBS = \
+libexecline.so
+
+STATIC_LIBS = \
+libexecline.a