summary refs log tree commit diff
path: root/Imakefile
diff options
context:
space:
mode:
authorIrene Knapp <ireneista@gmail.com>2020-05-19 21:54:39 -0700
committerIrene Knapp <ireneista@gmail.com>2020-05-19 21:54:39 -0700
commit3ec84b5f7c7cdc50fa1c75cf838bbb982acc4349 (patch)
treef2b1c92fe2177d8e7b8ee3c96d6314c4f6600a3a /Imakefile
Import oneko-1.2.sakura.5 unchanged, from 1999. upstream
Diffstat (limited to 'Imakefile')
-rw-r--r--Imakefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Imakefile b/Imakefile
new file mode 100644
index 0000000..1ea4eca
--- /dev/null
+++ b/Imakefile
@@ -0,0 +1,11 @@
+/**/# Cannot compile in using Gcc
+#             CC = cc
+
+  SYS_LIBRARIES = MathLibrary
+LOCAL_LIBRARIES = $(XLIB)
+        DEPLIBS = $(DEPXLIB)
+        DEFINES = -DSHAPE
+
+SimpleProgramTarget(oneko)
+
+/* InstallAppDefaults(Oneko) */