summaryrefslogtreecommitdiff
path: root/src/lib/libcoshell/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libcoshell/Makefile')
-rw-r--r--src/lib/libcoshell/Makefile20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/lib/libcoshell/Makefile b/src/lib/libcoshell/Makefile
new file mode 100644
index 0000000..8fe9beb
--- /dev/null
+++ b/src/lib/libcoshell/Makefile
@@ -0,0 +1,20 @@
+/*
+ * coshell library
+ */
+
+:PACKAGE: ast
+
+CCFLAGS = $(CC.OPTIMIZE) $(CC.PIC) /* pic allows archive to be pulled into other dlls */
+
+LICENSE = since=1990,author=gsf
+
+coshell 1.0 :LIBRARY: RELEASE coshell.3 coshell.h colib.h \
+ coopen.c coclose.c coinit.c coexec.c costash.c \
+ cowait.c cokill.c cosync.c coquote.c codata.c \
+ coexport.c procrun.c system.c
+
+ignore :: ignore.sh
+
+silent :: silent.sh
+
+$(INCLUDEDIR) :INSTALLPROTO: coshell.h