Added Action.lint
authorceriel <none@none>
Wed, 16 Oct 1991 13:36:15 +0000 (13:36 +0000)
committerceriel <none@none>
Wed, 16 Oct 1991 13:36:15 +0000 (13:36 +0000)
modules/src/.distr
modules/src/Action.lint [new file with mode: 0644]

index 59d4d82..c22f4c0 100644 (file)
@@ -1,4 +1,5 @@
 Action
+Action.lint
 alloc
 assert
 em_code
diff --git a/modules/src/Action.lint b/modules/src/Action.lint
new file mode 100644 (file)
index 0000000..0cf68cc
--- /dev/null
@@ -0,0 +1,52 @@
+name "system-call interface module"
+action "make lintlib"
+dir system
+end
+name "string routines module"
+action "make lintlib"
+dir string
+end
+name "formatted print module"
+action "make lintlib"
+dir print
+end
+name "assertion module"
+action "make lintlib"
+dir assert
+end
+name "memory allocation module"
+action "make lintlib"
+dir alloc
+end
+name "fast, linear time malloc"
+action "make lintlib"
+dir malloc
+end
+name "identifier table module"
+action "make lintlib"
+dir idf
+end
+name "input module"
+action "make lintlib"
+dir input
+end
+name "ACK-object reading and writing module"
+action "make lintlib"
+dir object
+end
+name "EM code generation module"
+action "make lintlib"
+dir em_code
+end
+name "EM messages generation module"
+action "make lintlib"
+dir em_mes
+end
+name "EM-code reading module"
+action "make lintlib"
+dir read_em
+end
+name "Floating point arithmetic module"
+action "make lintlib"
+dir flt_arith
+end