summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorguez2008-04-08 13:51:10 +0000
committerguez2008-04-08 13:51:10 +0000
commitc90578dee067bcdc267edf7dc4457948e6df61f3 (patch)
tree509a022bfa7b0aec2b6d2b3473fe161ed2064c6e
parent8f1e0435cca1d97caba2da1e306432ace45d0bbd (diff)
downloadxinput-ivy-c90578dee067bcdc267edf7dc4457948e6df61f3.zip
xinput-ivy-c90578dee067bcdc267edf7dc4457948e6df61f3.tar.gz
xinput-ivy-c90578dee067bcdc267edf7dc4457948e6df61f3.tar.bz2
xinput-ivy-c90578dee067bcdc267edf7dc4457948e6df61f3.tar.xz
Ajout fichier manquant
-rw-r--r--xinput_ivy.make5
1 files changed, 5 insertions, 0 deletions
diff --git a/xinput_ivy.make b/xinput_ivy.make
new file mode 100644
index 0000000..62a3cf7
--- /dev/null
+++ b/xinput_ivy.make
@@ -0,0 +1,5 @@
+# Beginning of parallelizable section
+gcc -pipe -O3 -fomit-frame-pointer -c -x c xinput_ivy.c
+# End of parallelizable section
+gcc -pipe -O3 -fomit-frame-pointer -o xinput_ivy xinput_ivy.o -x none -L/usr/X11R6/lib -L/usr/X/lib -lXi -lX11 -livy -lm
+strip xinput_ivy